Skip to content

Commit a775c7d

Browse files
authored
Merge pull request #13425 from LDong-Arm/cypress_rtos_check
Fix bare metal support on Cypress targets
2 parents 7b211f0 + 017b043 commit a775c7d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

rtos/source/TARGET_CORTEX/mbed_lib.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@
8181
},
8282
"NUVOTON": {
8383
"idle-thread-stack-size-debug-extra": 512
84+
},
85+
"MCU_PSOC6_M4": {
86+
"target.macros_add": ["CY_RTOS_AWARE"]
8487
}
8588
}
8689
}

targets/targets.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5942,7 +5942,6 @@
59425942
],
59435943
"macros_add": [
59445944
"MCU_PSOC6_M4",
5945-
"CY_RTOS_AWARE",
59465945
"CY_USING_HAL",
59475946
"MBED_TICKLESS"
59485947
],

0 commit comments

Comments
 (0)