Skip to content

Commit

Permalink
Merge pull request #11645 from kyle-cypress/pr/psoc6-tickless
Browse files Browse the repository at this point in the history
Enable tickless for PSoC6 targets
  • Loading branch information
0xc0170 authored Oct 15, 2019
2 parents 119e99f + 0c15ed1 commit 262a62a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions targets/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -9035,7 +9035,7 @@
"MCU_PSOC6_M4": {
"inherits": ["MCU_PSOC6"],
"components_add": ["FLASHIAP", "QSPIF", "BSP_DESIGN_MODUS"],
"macros_add": ["MCU_PSOC6_M4", "CY_RTOS_AWARE", "CY_USING_HAL"],
"macros_add": ["MCU_PSOC6_M4", "CY_RTOS_AWARE", "CY_USING_HAL", "MBED_TICKLESS"],
"public": false
},
"CY8CMOD_062_4343W": {
Expand Down Expand Up @@ -9231,7 +9231,7 @@
"extra_labels_remove": ["PSOC6", "MXCRYPTO"],
"device_has_remove": ["TRNG", "CRC", "I2CSLAVE", "USBDEVICE", "QSPI", "WATCHDOG"],
"macros_add": ["CY8C6347BZI_BLD53"],
"macros_remove": ["MBEDTLS_CONFIG_HW_SUPPORT"],
"macros_remove": ["MBEDTLS_CONFIG_HW_SUPPORT", "MBED_TICKLESS"],
"detect_code": ["6000"],
"hex_filename": "psoc63_m0_default_1.03.hex",
"post_binary_hook": {
Expand Down

0 comments on commit 262a62a

Please sign in to comment.