updated for mbed-os 5.5

Fork of Task121 by Nicholas Outram

Files at this revision

API Documentation at this revision

Comitter:
noutram
Date:
Thu Jul 16 08:39:50 2020 +0000
Parent:
9:5ac40ff61514
Child:
11:d7337ffe7f85
Commit message:
Updated for mbed-os 6.1

Changed in this revision

mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- 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