test

Revision:
0:fcb1e0b995a9
Child:
1:916188eae2bb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json	Thu Mar 08 18:08:23 2018 +0000
@@ -0,0 +1,19 @@
+{
+    "target_overrides": {
+        "*": {
+            "platform.stdio-baud-rate": 921600
+        },
+        "K64F": {
+            "target.features_add": ["BLE"],
+            "target.extra_labels_add": ["ST_BLUENRG"]
+        },
+        "NUCLEO_F401RE": {
+            "target.features_add": ["BLE"],
+            "target.extra_labels_add": ["ST_BLUENRG", "CORDIO"]
+        },
+        "DISCO_L475VG_IOT01A": {
+            "target.features_add": ["BLE"],
+            "target.extra_labels_add": ["ST_BLUENRG", "CORDIO"]
+        }
+    }
+}