Skip to content

Commit 8f297a7

Browse files
committed
Use c_lib std by default
All targets use standard C libraries instead of the small C libraries. This prevents potential issues with certain drivers that may have dependencies on `c_lib` implementation.
1 parent 25d5b62 commit 8f297a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mbed_app.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"target_overrides": {
1111
"*": {
1212
"target.features_add" : ["BOOTLOADER", "STORAGE"],
13+
"target.c_lib" : "std",
1314
"platform.stdio-baud-rate" : 115200,
1415
"platform.stdio-convert-newlines" : true,
1516
"platform.stdio-buffered-serial" : true,

0 commit comments

Comments
 (0)