Merge pull request #13425 from LDong-Arm/cypress_rtos_check

Fix bare metal support on Cypress targets
pull/13468/head
Martin Kojtal 2020-08-21 13:46:47 +01:00 committed by GitHub
commit a775c7dd4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

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