Skip to content

Commit 808da40

Browse files
committed
musca: Use the default baud rate
Avoid surprising users. Use the Mbed OS default baud rate. Applications that want to see TF-M debug prints can both enable and set their baud rate at the application level. Mbed OS should not turn on TF-M debug prints nor surprise the user with a non-default baud rate. Signed-off-by: Jaeden Amero <[email protected]>
1 parent d1ae0d5 commit 808da40

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

platform/mbed_lib.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -156,18 +156,6 @@
156156
}
157157
},
158158
"target_overrides": {
159-
"ARM_MUSCA_A1_NS": {
160-
"stdio-baud-rate": 115200
161-
},
162-
"ARM_MUSCA_A1_S": {
163-
"stdio-baud-rate": 115200
164-
},
165-
"ARM_MUSCA_B1_NS": {
166-
"stdio-baud-rate": 115200
167-
},
168-
"ARM_MUSCA_B1_S": {
169-
"stdio-baud-rate": 115200
170-
},
171159
"EFM32": {
172160
"stdio-baud-rate": 115200
173161
},

0 commit comments

Comments
 (0)