Skip to content

Commit 262a62a

Browse files
authored
Merge pull request #11645 from kyle-cypress/pr/psoc6-tickless
Enable tickless for PSoC6 targets
2 parents 119e99f + 0c15ed1 commit 262a62a

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
@@ -9035,7 +9035,7 @@
90359035
"MCU_PSOC6_M4": {
90369036
"inherits": ["MCU_PSOC6"],
90379037
"components_add": ["FLASHIAP", "QSPIF", "BSP_DESIGN_MODUS"],
9038-
"macros_add": ["MCU_PSOC6_M4", "CY_RTOS_AWARE", "CY_USING_HAL"],
9038+
"macros_add": ["MCU_PSOC6_M4", "CY_RTOS_AWARE", "CY_USING_HAL", "MBED_TICKLESS"],
90399039
"public": false
90409040
},
90419041
"CY8CMOD_062_4343W": {
@@ -9231,7 +9231,7 @@
92319231
"extra_labels_remove": ["PSOC6", "MXCRYPTO"],
92329232
"device_has_remove": ["TRNG", "CRC", "I2CSLAVE", "USBDEVICE", "QSPI", "WATCHDOG"],
92339233
"macros_add": ["CY8C6347BZI_BLD53"],
9234-
"macros_remove": ["MBEDTLS_CONFIG_HW_SUPPORT"],
9234+
"macros_remove": ["MBEDTLS_CONFIG_HW_SUPPORT", "MBED_TICKLESS"],
92359235
"detect_code": ["6000"],
92369236
"hex_filename": "psoc63_m0_default_1.03.hex",
92379237
"post_binary_hook": {

0 commit comments

Comments
 (0)