updated for mbed-os 5.5
Fork of Task121 by
Diff: mbed_app.json
- Revision:
- 10:c75a585e57a7
- Parent:
- 4:612f8694a6e8
--- a/mbed_app.json Tue Jun 23 08:47:04 2020 +0000
+++ b/mbed_app.json Thu Jul 16 08:39:50 2020 +0000
@@ -1,3 +1,11 @@
{
- "requires": ["bare-metal"]
+ "requires": ["bare-metal"],
+ "target_overrides": {
+ "*": {
+ "target.c_lib": "small",
+ "target.printf_lib": "minimal-printf",
+ "platform.minimal-printf-enable-floating-point": false,
+ "platform.stdio-minimal-console-only": true
+ }
+ }
}
\ No newline at end of file
