test

Revision:
2:cfa7a3406398
Parent:
1:916188eae2bb
Child:
3:704a199f2316
diff -r 916188eae2bb -r cfa7a3406398 mbed_app.json
--- a/mbed_app.json	Fri Jun 01 13:54:04 2018 -0500
+++ b/mbed_app.json	Wed Jun 20 11:03:28 2018 +0100
@@ -1,2 +1,16 @@
 {
+    "target_overrides": {
+        "K64F": {
+            "target.features_add": ["BLE"],
+            "target.extra_labels_add": ["ST_BLUENRG", "CORDIO"]
+        },
+        "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"]
+        }
+    }
 }