Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: test/config_test/test09/targets.json
- Revision:
- 31:8ea194f6145b
--- /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"]
+ }
+}