mbed-os

Fork of mbed-os by erkin yucel

Revision:
0:f269e3021894
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/test/config_test/test09/targets.json	Sun Oct 23 15:10:02 2016 +0000
@@ -0,0 +1,18 @@
+{
+    "base": {
+        "extra_labels": [],
+        "default_lib": "std",
+        "core": "Cortex-M0"
+    },
+    "b1": {
+        "inherits": ["base"],
+        "extra_labels_add": ["b1_label"]
+    },
+    "b2": {
+        "inherits": ["base"],
+        "extra_labels_add": ["b2_label"]
+    },
+    "both": {
+        "inherits": ["b1", "b2"]
+    }
+}