Development mbed library for MAX32630FTHR
Dependents: blinky_max32630fthr
tools/test/config_test/test10/targets.json@3:1198227e6421, 2016-12-16 (annotated)
- Committer:
- switches
- Date:
- Fri Dec 16 16:27:57 2016 +0000
- Revision:
- 3:1198227e6421
- Parent:
- 0:5c4d7b2438d3
Changed ADC scale for MAX32625 platforms to 1.2V full scale to match MAX32630 platforms
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 | "config": { |
switches | 0:5c4d7b2438d3 | 7 | "par1": "v_par1_base", |
switches | 0:5c4d7b2438d3 | 8 | "par2": "v_par2_base", |
switches | 0:5c4d7b2438d3 | 9 | "par3": "v_par3_base" |
switches | 0:5c4d7b2438d3 | 10 | } |
switches | 0:5c4d7b2438d3 | 11 | }, |
switches | 0:5c4d7b2438d3 | 12 | "b1": { |
switches | 0:5c4d7b2438d3 | 13 | "inherits": ["base"], |
switches | 0:5c4d7b2438d3 | 14 | "extra_labels_add": ["b1_label"], |
switches | 0:5c4d7b2438d3 | 15 | "overrides": { |
switches | 0:5c4d7b2438d3 | 16 | "par1": "v_par1_b1" |
switches | 0:5c4d7b2438d3 | 17 | } |
switches | 0:5c4d7b2438d3 | 18 | }, |
switches | 0:5c4d7b2438d3 | 19 | "b2": { |
switches | 0:5c4d7b2438d3 | 20 | "inherits": ["base"], |
switches | 0:5c4d7b2438d3 | 21 | "extra_labels_add": ["b2_label"], |
switches | 0:5c4d7b2438d3 | 22 | "overrides": { |
switches | 0:5c4d7b2438d3 | 23 | "par2": "v_par2_b2" |
switches | 0:5c4d7b2438d3 | 24 | } |
switches | 0:5c4d7b2438d3 | 25 | }, |
switches | 0:5c4d7b2438d3 | 26 | "both": { |
switches | 0:5c4d7b2438d3 | 27 | "inherits": ["b1", "b2"], |
switches | 0:5c4d7b2438d3 | 28 | "config": { |
switches | 0:5c4d7b2438d3 | 29 | "par4": "v_par4_both" |
switches | 0:5c4d7b2438d3 | 30 | }, |
switches | 0:5c4d7b2438d3 | 31 | "overrides": { |
switches | 0:5c4d7b2438d3 | 32 | "par3": "v_par3_both" |
switches | 0:5c4d7b2438d3 | 33 | } |
switches | 0:5c4d7b2438d3 | 34 | } |
switches | 0:5c4d7b2438d3 | 35 | } |