mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #13425 from LDong-Arm/cypress_rtos_check
Fix bare metal support on Cypress targetspull/13468/head
commit
a775c7dd4c
|
@ -81,6 +81,9 @@
|
|||
},
|
||||
"NUVOTON": {
|
||||
"idle-thread-stack-size-debug-extra": 512
|
||||
},
|
||||
"MCU_PSOC6_M4": {
|
||||
"target.macros_add": ["CY_RTOS_AWARE"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5942,7 +5942,6 @@
|
|||
],
|
||||
"macros_add": [
|
||||
"MCU_PSOC6_M4",
|
||||
"CY_RTOS_AWARE",
|
||||
"CY_USING_HAL",
|
||||
"MBED_TICKLESS"
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue