Development mbed library for MAX32630FTHR
Dependents: blinky_max32630fthr
tools/test/config_test/test05/targets.json@0:5c4d7b2438d3, 2016-11-11 (annotated)
- Committer:
- switches
- Date:
- Fri Nov 11 20:59:50 2016 +0000
- Revision:
- 0:5c4d7b2438d3
Initial commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
switches | 0:5c4d7b2438d3 | 1 | { |
switches | 0:5c4d7b2438d3 | 2 | "base": { |
switches | 0:5c4d7b2438d3 | 3 | "extra_labels": [], |
switches | 0:5c4d7b2438d3 | 4 | "default_lib": "std", |
switches | 0:5c4d7b2438d3 | 5 | "core": "Cortex-M0" |
switches | 0:5c4d7b2438d3 | 6 | }, |
switches | 0:5c4d7b2438d3 | 7 | "b1": { |
switches | 0:5c4d7b2438d3 | 8 | "inherits": ["base"], |
switches | 0:5c4d7b2438d3 | 9 | "extra_labels_add": ["b1_label"] |
switches | 0:5c4d7b2438d3 | 10 | }, |
switches | 0:5c4d7b2438d3 | 11 | "b2": { |
switches | 0:5c4d7b2438d3 | 12 | "inherits": ["base"], |
switches | 0:5c4d7b2438d3 | 13 | "extra_labels_add": ["b2_label"] |
switches | 0:5c4d7b2438d3 | 14 | }, |
switches | 0:5c4d7b2438d3 | 15 | "both": { |
switches | 0:5c4d7b2438d3 | 16 | "inherits": ["b1", "b2"] |
switches | 0:5c4d7b2438d3 | 17 | } |
switches | 0:5c4d7b2438d3 | 18 | } |