Skip to content

Commit f513bce

Browse files
authored
Merge pull request #11480 from gpsimenos/gp-enable-tickless-stage2
Enable tickless mode in additional tested targets
2 parents daafb95 + f1a8b04 commit f513bce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

targets/targets.json

Lines changed: 3 additions & 2 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"],

0 commit comments

Comments
 (0)