We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b8f4e5 + c4178b4 commit 033094fCopy full SHA for 033094f
cmsis/device/rtos/mbed_lib.json
@@ -85,11 +85,11 @@
85
"MCU_PSOC6_M4": {
86
"target.macros_add": ["CY_RTOS_AWARE"]
87
},
88
+ "ARM_MUSCA_B1": {
89
+ "mutex-num": 4
90
+ },
91
"ARM_MUSCA_S1": {
- "mutex-num": 4,
- "semaphore-num": 4,
- "thread-num": 9,
92
- "thread-user-stack-size": 8096
93
}
94
95
platform/mbed_lib.json
@@ -235,6 +235,10 @@
235
"crash-capture-enabled": true,
236
"fatal-error-auto-reboot-enabled": true
237
238
239
+ "stdio-convert-newlines": true,
240
+ "stdio-baud-rate": 115200
241
242
243
"stdio-convert-newlines": true,
244
"stdio-baud-rate": 115200
0 commit comments