Development mbed library for MAX32630FTHR

Dependents:   blinky_max32630fthr

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?

UserRevisionLine numberNew contents of line
switches 0:5c4d7b2438d3 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
switches 0:5c4d7b2438d3 2 <Project emblocks_ix="1.0.0" name="{{name}}">
switches 0:5c4d7b2438d3 3 <Target name="{{name}}" target="{{target}}">
switches 0:5c4d7b2438d3 4 <Source name="mbed.org" version="1.0.0">
switches 0:5c4d7b2438d3 5 <Toolchain name="{{toolchain}}"/>
switches 0:5c4d7b2438d3 6 <CC>
switches 0:5c4d7b2438d3 7 {% for s in cc_org %}<Switch name="{{s}}"/>
switches 0:5c4d7b2438d3 8 {% endfor %}
switches 0:5c4d7b2438d3 9 </CC>
switches 0:5c4d7b2438d3 10 <CPPC>
switches 0:5c4d7b2438d3 11 {% for s in cppc_org %}<Switch name="{{s}}"/>
switches 0:5c4d7b2438d3 12 {% endfor %}
switches 0:5c4d7b2438d3 13 </CPPC>
switches 0:5c4d7b2438d3 14 <Symbols>
switches 0:5c4d7b2438d3 15 {% for s in symbols %}<Symbol name="{{s}}"/>
switches 0:5c4d7b2438d3 16 {% endfor %}
switches 0:5c4d7b2438d3 17 </Symbols>
switches 0:5c4d7b2438d3 18 <LD>
switches 0:5c4d7b2438d3 19 {% for s in ld_org %}<Switch name="{{s}}"/>
switches 0:5c4d7b2438d3 20 {% endfor %}
switches 0:5c4d7b2438d3 21 </LD>
switches 0:5c4d7b2438d3 22 <Addobjects>
switches 0:5c4d7b2438d3 23 {% for s in object_files %}<Addobject name="{{s}}"/>
switches 0:5c4d7b2438d3 24 {% endfor %}
switches 0:5c4d7b2438d3 25 </Addobjects>
switches 0:5c4d7b2438d3 26 <Syslibs>
switches 0:5c4d7b2438d3 27 {% for s in sys_libs %}<Library name="{{s}}"/>
switches 0:5c4d7b2438d3 28 {% endfor %}
switches 0:5c4d7b2438d3 29 </Syslibs>
switches 0:5c4d7b2438d3 30 <Scriptfile path="{{script_file}}"/>
switches 0:5c4d7b2438d3 31 </Source>
switches 0:5c4d7b2438d3 32 <Assembler>
switches 0:5c4d7b2438d3 33 </Assembler>
switches 0:5c4d7b2438d3 34 <Compiler>
switches 0:5c4d7b2438d3 35 <Includepaths>
switches 0:5c4d7b2438d3 36 {% for s in include_paths %}<Includepath path="{{s}}"/>
switches 0:5c4d7b2438d3 37 {% endfor %}
switches 0:5c4d7b2438d3 38 </Includepaths>
switches 0:5c4d7b2438d3 39 <Symbols>
switches 0:5c4d7b2438d3 40 </Symbols>
switches 0:5c4d7b2438d3 41 </Compiler>
switches 0:5c4d7b2438d3 42 <Linker>
switches 0:5c4d7b2438d3 43 <Libraries>
switches 0:5c4d7b2438d3 44 {% for s in libraries %}<Library name="{{s}}"/>
switches 0:5c4d7b2438d3 45 {% endfor %}
switches 0:5c4d7b2438d3 46 </Libraries>
switches 0:5c4d7b2438d3 47 <Librarypaths>
switches 0:5c4d7b2438d3 48 {% for s in library_paths %}<Librarypath path="{{s}}"/>
switches 0:5c4d7b2438d3 49 {% endfor %}
switches 0:5c4d7b2438d3 50 </Librarypaths>
switches 0:5c4d7b2438d3 51 </Linker>
switches 0:5c4d7b2438d3 52 <Files>
switches 0:5c4d7b2438d3 53 {% for f in source_files %}<File name="{{f.name}}" type="{{f.type}}"/>
switches 0:5c4d7b2438d3 54 {% endfor %}
switches 0:5c4d7b2438d3 55 </Files>
switches 0:5c4d7b2438d3 56 </Target>
switches 0:5c4d7b2438d3 57 </Project>