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/test08/mbed_app.json
- Revision:
- 31:8ea194f6145b
- Parent:
- 9:2d27d77ada5c
diff -r f12ce67666d0 -r 8ea194f6145b test/config_test/test08/mbed_app.json
--- a/test/config_test/test08/mbed_app.json Mon Aug 29 11:56:59 2016 +0100
+++ b/test/config_test/test08/mbed_app.json Wed Jan 04 11:58:24 2017 -0600
@@ -1,38 +1,4 @@
{
- "custom_targets": {
- "base": {
- "inherits": ["Target"],
- "core": "Cortex-M0",
- "config": {
- "par1": "v_par1_base",
- "par2": "v_par2_base",
- "par3": "v_par3_base"
- }
- },
- "b1": {
- "inherits": ["base"],
- "extra_labels_add": ["b1_label"],
- "overrides": {
- "par1": "v_par1_b1"
- }
- },
- "b2": {
- "inherits": ["base"],
- "extra_labels_add": ["b2_label"],
- "overrides": {
- "par2": "v_par2_b2"
- }
- },
- "both": {
- "inherits": ["b1", "b2"],
- "config": {
- "par4": "v_par4_both"
- },
- "overrides": {
- "par3": "v_par3_both"
- }
- }
- },
"config": {
"app1": "v_app1",
"app2": "v_app2"