May 2021 Commit

Dependencies:   sx128x sx12xx_hal

Revision:
8:efd5ceb87878
Child:
9:28f69b9b6a4c
diff -r ccb3088ce5be -r efd5ceb87878 mbed_app.json
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json	Mon Aug 19 01:28:02 2019 +0000
@@ -0,0 +1,19 @@
+{
+    "macros":
+    [
+        "MEM_ALLOC=malloc",
+        "MEM_FREE=free",
+        "MBED_CONF_CMDLINE_ENABLE_INTERNAL_TRACES=true"
+    ],
+    "target_overrides": 
+    {
+        "*":
+        {
+            "platform.stdio-baud-rate": 115200,
+            "platform.stdio-convert-newlines": true,
+            "platform.stdio-buffered-serial": true,
+            "target.features_add": ["COMMON_PAL"],
+            "mbed-trace.enable": 1
+        }
+    }
+}
\ No newline at end of file