Skip to content

Commit 033094f

Browse files
authored
Merge pull request #14467 from LDong-Arm/b1_fix
Musca targets: align and clean up configurations
2 parents 8b8f4e5 + c4178b4 commit 033094f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

cmsis/device/rtos/mbed_lib.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@
8585
"MCU_PSOC6_M4": {
8686
"target.macros_add": ["CY_RTOS_AWARE"]
8787
},
88+
"ARM_MUSCA_B1": {
89+
"mutex-num": 4
90+
},
8891
"ARM_MUSCA_S1": {
89-
"mutex-num": 4,
90-
"semaphore-num": 4,
91-
"thread-num": 9,
92-
"thread-user-stack-size": 8096
92+
"mutex-num": 4
9393
}
9494
}
9595
}

platform/mbed_lib.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,10 @@
235235
"crash-capture-enabled": true,
236236
"fatal-error-auto-reboot-enabled": true
237237
},
238+
"ARM_MUSCA_B1": {
239+
"stdio-convert-newlines": true,
240+
"stdio-baud-rate": 115200
241+
},
238242
"ARM_MUSCA_S1": {
239243
"stdio-convert-newlines": true,
240244
"stdio-baud-rate": 115200

0 commit comments

Comments
 (0)