Skip to content

Commit f1a8b04

Browse files
committed
Enable tickless mode on tested targets ARCH_PRO, NUCLEO_F401RE, NUCLEO_F411RE, UBLOX_EVK_ODIN_W2
1 parent 66c39e0 commit f1a8b04

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

targets/targets.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2536,7 +2536,7 @@
25362536
}
25372537
},
25382538
"detect_code": ["0720"],
2539-
"macros_add": ["USB_STM_HAL", "USBHOST_OTHER"],
2539+
"macros_add": ["USB_STM_HAL", "USBHOST_OTHER", "MBED_TICKLESS"],
25402540
"device_has_add": [
25412541
"SERIAL_ASYNCH",
25422542
"FLASH",
@@ -2616,7 +2616,7 @@
26162616
"macro_name": "CLOCK_SOURCE"
26172617
}
26182618
},
2619-
"macros_add": ["USB_STM_HAL", "USBHOST_OTHER"],
2619+
"macros_add": ["USB_STM_HAL", "USBHOST_OTHER", "MBED_TICKLESS"],
26202620
"device_has_add": [
26212621
"SERIAL_ASYNCH",
26222622
"FLASH",
@@ -4780,6 +4780,7 @@
47804780
"inherits": ["MODULE_UBLOX_ODIN_W2"],
47814781
"supported_form_factors": ["ARDUINO"],
47824782
"release_versions": ["5"],
4783+
"macros_add": ["MBED_TICKLESS"],
47834784
"device_has_remove": [],
47844785
"extra_labels_add": ["PSA"],
47854786
"components_add": ["SD", "FLASHIAP"],
@@ -9410,7 +9411,7 @@
94109411
"PORTIN",
94119412
"PORTINOUT",
94129413
"PORTOUT",
9413-
"PWMOUT",
9414+
"PWMOUT",
94149415
"SERIAL",
94159416
"SERIAL_ASYNCH",
94169417
"SERIAL_FC",
@@ -9433,7 +9434,7 @@
94339434
"tickless-from-us-ticker": true
94349435
},
94359436
"forced_reset_timeout": 3
9436-
},
9437+
},
94379438
"__build_tools_metadata__": {
94389439
"version": "1",
94399440
"public": false

0 commit comments

Comments
 (0)