TARGET_PSOC6: set CY_RTOS_AWARE based on RTOS availability

pull/13425/head
Lingkai Dong 2020-08-13 11:18:31 +01:00
parent aff95c0d19
commit 017b043473
2 changed files with 3 additions and 1 deletions

View File

@ -81,6 +81,9 @@
},
"NUVOTON": {
"idle-thread-stack-size-debug-extra": 512
},
"MCU_PSOC6_M4": {
"target.macros_add": ["CY_RTOS_AWARE"]
}
}
}

View File

@ -5893,7 +5893,6 @@
],
"macros_add": [
"MCU_PSOC6_M4",
"CY_RTOS_AWARE",
"CY_USING_HAL",
"MBED_TICKLESS"
],