diff --git a/mbed_app.json b/mbed_app.json
index 4c04807..2f706a5 100644
--- a/mbed_app.json
+++ b/mbed_app.json
@@ -1,7 +1,26 @@
 {
+    "macros": [
+      "MBED_CONF_MBED_TRACE_FEA_IPV6=0"
+    ],
+    "config": {
+      "main-stack-size": {
+       "value": 4096
+      }
+    },
     "target_overrides": {
-        "K64F": {
-            "platform.stdio-baud-rate": 9600
-        }
+      "*": {
+        "mbed-trace.enable": false,
+        "platform.stdio-convert-newlines": true,
+        "platform.stdio-baud-rate": 115200,
+        "platform.default-serial-baud-rate": 115200,
+        "platform.stdio-buffered-serial": true,
+        "target.printf_lib":"minimal-printf",
+        "platform.minimal-printf-enable-floating-point": true,
+        "platform.minimal-printf-set-floating-point-max-decimals": 2
+      },
+      "DISCO_H747I": {
+        "mbed-trace.enable": true,
+        "mbed-trace.max-level": "TRACE_LEVEL_DEBUG"      
+      }
     }
-}
\ No newline at end of file
+  }
\ No newline at end of file