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.
Fork of mbed-sdk-tools by
test/config_test/test10/targets.json@31:182518299918, 2017-01-04 (annotated)
- Committer:
- The Other Jimmy
- Date:
- Wed Jan 04 11:58:24 2017 -0600
- Revision:
- 31:182518299918
Update tools to follow mbed-os tools release 5.3.1
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
The Other Jimmy |
31:182518299918 | 1 | { |
The Other Jimmy |
31:182518299918 | 2 | "base": { |
The Other Jimmy |
31:182518299918 | 3 | "extra_labels": [], |
The Other Jimmy |
31:182518299918 | 4 | "default_lib": "std", |
The Other Jimmy |
31:182518299918 | 5 | "core": "Cortex-M0", |
The Other Jimmy |
31:182518299918 | 6 | "config": { |
The Other Jimmy |
31:182518299918 | 7 | "par1": "v_par1_base", |
The Other Jimmy |
31:182518299918 | 8 | "par2": "v_par2_base", |
The Other Jimmy |
31:182518299918 | 9 | "par3": "v_par3_base" |
The Other Jimmy |
31:182518299918 | 10 | } |
The Other Jimmy |
31:182518299918 | 11 | }, |
The Other Jimmy |
31:182518299918 | 12 | "b1": { |
The Other Jimmy |
31:182518299918 | 13 | "inherits": ["base"], |
The Other Jimmy |
31:182518299918 | 14 | "extra_labels_add": ["b1_label"], |
The Other Jimmy |
31:182518299918 | 15 | "overrides": { |
The Other Jimmy |
31:182518299918 | 16 | "par1": "v_par1_b1" |
The Other Jimmy |
31:182518299918 | 17 | } |
The Other Jimmy |
31:182518299918 | 18 | }, |
The Other Jimmy |
31:182518299918 | 19 | "b2": { |
The Other Jimmy |
31:182518299918 | 20 | "inherits": ["base"], |
The Other Jimmy |
31:182518299918 | 21 | "extra_labels_add": ["b2_label"], |
The Other Jimmy |
31:182518299918 | 22 | "overrides": { |
The Other Jimmy |
31:182518299918 | 23 | "par2": "v_par2_b2" |
The Other Jimmy |
31:182518299918 | 24 | } |
The Other Jimmy |
31:182518299918 | 25 | }, |
The Other Jimmy |
31:182518299918 | 26 | "both": { |
The Other Jimmy |
31:182518299918 | 27 | "inherits": ["b1", "b2"], |
The Other Jimmy |
31:182518299918 | 28 | "config": { |
The Other Jimmy |
31:182518299918 | 29 | "par4": "v_par4_both" |
The Other Jimmy |
31:182518299918 | 30 | }, |
The Other Jimmy |
31:182518299918 | 31 | "overrides": { |
The Other Jimmy |
31:182518299918 | 32 | "par3": "v_par3_both" |
The Other Jimmy |
31:182518299918 | 33 | } |
The Other Jimmy |
31:182518299918 | 34 | } |
The Other Jimmy |
31:182518299918 | 35 | } |