the other jimmy / mbed-sdk-tools

Fork of mbed-sdk-tools by mbed official

Revision:
31:182518299918
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/config_test/test09/targets.json	Wed Jan 04 11:58:24 2017 -0600
@@ -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"]
+    }
+}