Skip to content

Commit 0c15ed1

Browse files
author
Kyle Kearney
committed
Enable tickless for PSoC6 targets
1 parent ef4fe98 commit 0c15ed1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/targets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8958,7 +8958,7 @@
89588958
"MCU_PSOC6_M4": {
89598959
"inherits": ["MCU_PSOC6"],
89608960
"components_add": ["FLASHIAP", "QSPIF", "BSP_DESIGN_MODUS"],
8961-
"macros_add": ["MCU_PSOC6_M4", "CY_RTOS_AWARE", "CY_USING_HAL"],
8961+
"macros_add": ["MCU_PSOC6_M4", "CY_RTOS_AWARE", "CY_USING_HAL", "MBED_TICKLESS"],
89628962
"public": false
89638963
},
89648964
"CY8CMOD_062_4343W": {
@@ -9137,7 +9137,7 @@
91379137
"extra_labels_remove": ["PSOC6", "MXCRYPTO"],
91389138
"device_has_remove": ["TRNG", "CRC", "I2CSLAVE", "USBDEVICE", "QSPI", "WATCHDOG"],
91399139
"macros_add": ["CY8C6347BZI_BLD53"],
9140-
"macros_remove": ["MBEDTLS_CONFIG_HW_SUPPORT"],
9140+
"macros_remove": ["MBEDTLS_CONFIG_HW_SUPPORT", "MBED_TICKLESS"],
91419141
"detect_code": ["6000"],
91429142
"hex_filename": "psoc63_m0_default_1.03.hex",
91439143
"post_binary_hook": {

0 commit comments

Comments
 (0)