STMicroelectronics library to handle a hardware timer as a frequency divider.

Dependents:   X_NUCLEO_CCA02M1

Fork of ST_FREQUENCY_DIVIDER by ST Expansion SW Team

Platform compatibility

Files at this revision

API Documentation at this revision

Comitter:
Davidroid
Date:
Wed Jul 12 13:47:13 2017 +0000
Parent:
1:d75cd2582664
Commit message:
Extending to "STM32F4" family.

Changed in this revision

mbed_lib.json Show annotated file Show diff for this revision Revisions of this file
--- a/mbed_lib.json	Mon Jul 10 16:02:43 2017 +0000
+++ b/mbed_lib.json	Wed Jul 12 13:47:13 2017 +0000
@@ -1,7 +1,7 @@
 {
     "name": "stm-frequency-divider",
     	"target_overrides": {
-    		"*": {
+    		"STM32F4": {
 			"target.device_has_add": ["FREQUENCY_DIVIDER"]
 		}
     }