mirror of https://github.com/ARMmbed/mbed-os.git
Enable tickless for PSoC6 targets
parent
ef4fe9852f
commit
0c15ed1e13
|
@ -8958,7 +8958,7 @@
|
||||||
"MCU_PSOC6_M4": {
|
"MCU_PSOC6_M4": {
|
||||||
"inherits": ["MCU_PSOC6"],
|
"inherits": ["MCU_PSOC6"],
|
||||||
"components_add": ["FLASHIAP", "QSPIF", "BSP_DESIGN_MODUS"],
|
"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
|
"public": false
|
||||||
},
|
},
|
||||||
"CY8CMOD_062_4343W": {
|
"CY8CMOD_062_4343W": {
|
||||||
|
@ -9137,7 +9137,7 @@
|
||||||
"extra_labels_remove": ["PSOC6", "MXCRYPTO"],
|
"extra_labels_remove": ["PSOC6", "MXCRYPTO"],
|
||||||
"device_has_remove": ["TRNG", "CRC", "I2CSLAVE", "USBDEVICE", "QSPI", "WATCHDOG"],
|
"device_has_remove": ["TRNG", "CRC", "I2CSLAVE", "USBDEVICE", "QSPI", "WATCHDOG"],
|
||||||
"macros_add": ["CY8C6347BZI_BLD53"],
|
"macros_add": ["CY8C6347BZI_BLD53"],
|
||||||
"macros_remove": ["MBEDTLS_CONFIG_HW_SUPPORT"],
|
"macros_remove": ["MBEDTLS_CONFIG_HW_SUPPORT", "MBED_TICKLESS"],
|
||||||
"detect_code": ["6000"],
|
"detect_code": ["6000"],
|
||||||
"hex_filename": "psoc63_m0_default_1.03.hex",
|
"hex_filename": "psoc63_m0_default_1.03.hex",
|
||||||
"post_binary_hook": {
|
"post_binary_hook": {
|
||||||
|
|
Loading…
Reference in New Issue