Development mbed library for MAX32630FTHR
Dependents: blinky_max32630fthr
tools/export/cmsis/cpdsc.tmpl@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 | <?xml version="1.0" encoding="UTF-8" standalone="no" ?> |
switches | 0:5c4d7b2438d3 | 2 | <package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PACK.xsd"> |
switches | 0:5c4d7b2438d3 | 3 | <vendor>Keil</vendor> |
switches | 0:5c4d7b2438d3 | 4 | <name>{{name}}</name> |
switches | 0:5c4d7b2438d3 | 5 | <description>Exported mbed project.</description> |
switches | 0:5c4d7b2438d3 | 6 | <url>{{device.url}}</url> |
switches | 0:5c4d7b2438d3 | 7 | |
switches | 0:5c4d7b2438d3 | 8 | <releases> |
switches | 0:5c4d7b2438d3 | 9 | <release version="5.20.0.2">Generated</release> |
switches | 0:5c4d7b2438d3 | 10 | </releases> |
switches | 0:5c4d7b2438d3 | 11 | <create> |
switches | 0:5c4d7b2438d3 | 12 | <project name="{{name}}" documentation=""> |
switches | 0:5c4d7b2438d3 | 13 | <target Dendian="{{device.dendian}}" Dfpu="{{device.dfpu}}" Dname="{{device.dname}}" Dvendor="{{device.dvendor}}"> |
switches | 0:5c4d7b2438d3 | 14 | <output debug="1" name="{{name}}" type="exe"/> |
switches | 0:5c4d7b2438d3 | 15 | <debugProbe name="{{device.debug_interface}}" protocol="jtag"/> |
switches | 0:5c4d7b2438d3 | 16 | </target> |
switches | 0:5c4d7b2438d3 | 17 | {{project_files}} |
switches | 0:5c4d7b2438d3 | 18 | </project> |
switches | 0:5c4d7b2438d3 | 19 | </create> |
switches | 0:5c4d7b2438d3 | 20 | </package> |