Development mbed library for MAX32630FTHR
Dependents: blinky_max32630fthr
tools/export/coide_disco_f100rb.coproj.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 | <Project version="2G - 1.7.5" name="{{name}}"> |
switches | 0:5c4d7b2438d3 | 3 | <Target name="Release" isCurrent="1"> |
switches | 0:5c4d7b2438d3 | 4 | <Device manufacturerId="9" manufacturerName="ST" chipId="257" chipName="STM32F100RB" boardId="" boardName=""/> |
switches | 0:5c4d7b2438d3 | 5 | <BuildOption> |
switches | 0:5c4d7b2438d3 | 6 | <Compile> |
switches | 0:5c4d7b2438d3 | 7 | <Option name="OptimizationLevel" value="4"/> |
switches | 0:5c4d7b2438d3 | 8 | <Option name="UseFPU" value="0"/> |
switches | 0:5c4d7b2438d3 | 9 | <Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/> |
switches | 0:5c4d7b2438d3 | 10 | <Option name="FPU" value="1"/> |
switches | 0:5c4d7b2438d3 | 11 | <Option name="SupportCPlusplus" value="1"/> |
switches | 0:5c4d7b2438d3 | 12 | <Includepaths> |
switches | 0:5c4d7b2438d3 | 13 | {% for path in include_paths %} <Includepath path="{{path}}"/> {% endfor %} |
switches | 0:5c4d7b2438d3 | 14 | </Includepaths> |
switches | 0:5c4d7b2438d3 | 15 | <DefinedSymbols> |
switches | 0:5c4d7b2438d3 | 16 | {% for s in symbols %} <Define name="{{s}}"/> {% endfor %} |
switches | 0:5c4d7b2438d3 | 17 | </DefinedSymbols> |
switches | 0:5c4d7b2438d3 | 18 | </Compile> |
switches | 0:5c4d7b2438d3 | 19 | <Link useDefault="0"> |
switches | 0:5c4d7b2438d3 | 20 | <Option name="DiscardUnusedSection" value="1"/> |
switches | 0:5c4d7b2438d3 | 21 | <Option name="UserEditLinkder" value=""/> |
switches | 0:5c4d7b2438d3 | 22 | <Option name="UseMemoryLayout" value="0"/> |
switches | 0:5c4d7b2438d3 | 23 | <Option name="LTO" value="0"/> |
switches | 0:5c4d7b2438d3 | 24 | <Option name="IsNewStartupCode" value="1"/> |
switches | 0:5c4d7b2438d3 | 25 | <Option name="Library" value="Not use C Library"/> |
switches | 0:5c4d7b2438d3 | 26 | <Option name="nostartfiles" value="0"/> |
switches | 0:5c4d7b2438d3 | 27 | <Option name="UserEditLinker" value="-Wl,--wrap,main; --specs=nano.specs; -u _printf_float; -u _scanf_float; {% for file in object_files %} |
switches | 0:5c4d7b2438d3 | 28 | ${project.path}/{{file}}; {% endfor %} {% for p in library_paths %}-L${project.path}/{{p}}; {% endfor %}"/> |
switches | 0:5c4d7b2438d3 | 29 | <LinkedLibraries> |
switches | 0:5c4d7b2438d3 | 30 | {% for lib in libraries %} |
switches | 0:5c4d7b2438d3 | 31 | <Libset dir="" libs="{{lib}}"/> |
switches | 0:5c4d7b2438d3 | 32 | {% endfor %} |
switches | 0:5c4d7b2438d3 | 33 | <Libset dir="" libs="stdc++"/> |
switches | 0:5c4d7b2438d3 | 34 | <Libset dir="" libs="supc++"/> |
switches | 0:5c4d7b2438d3 | 35 | <Libset dir="" libs="m"/> |
switches | 0:5c4d7b2438d3 | 36 | <Libset dir="" libs="gcc"/> |
switches | 0:5c4d7b2438d3 | 37 | <Libset dir="" libs="c"/> |
switches | 0:5c4d7b2438d3 | 38 | <Libset dir="" libs="nosys"/> |
switches | 0:5c4d7b2438d3 | 39 | </LinkedLibraries> |
switches | 0:5c4d7b2438d3 | 40 | <MemoryAreas debugInFlashNotRAM="1"> |
switches | 0:5c4d7b2438d3 | 41 | <Memory name="IROM1" type="ReadOnly" size="0x00020000" startValue="0x08000000"/> |
switches | 0:5c4d7b2438d3 | 42 | <Memory name="IRAM1" type="ReadWrite" size="0x00001E30" startValue="0x200001D0"/> |
switches | 0:5c4d7b2438d3 | 43 | <Memory name="IROM2" type="ReadOnly" size="" startValue=""/> |
switches | 0:5c4d7b2438d3 | 44 | <Memory name="IRAM2" type="ReadWrite" size="" startValue=""/> |
switches | 0:5c4d7b2438d3 | 45 | </MemoryAreas> |
switches | 0:5c4d7b2438d3 | 46 | <LocateLinkFile path="{{scatter_file}}" type="0"/> |
switches | 0:5c4d7b2438d3 | 47 | </Link> |
switches | 0:5c4d7b2438d3 | 48 | <Output> |
switches | 0:5c4d7b2438d3 | 49 | <Option name="OutputFileType" value="0"/> |
switches | 0:5c4d7b2438d3 | 50 | <Option name="Path" value="./"/> |
switches | 0:5c4d7b2438d3 | 51 | <Option name="Name" value="{{name}}"/> |
switches | 0:5c4d7b2438d3 | 52 | <Option name="HEX" value="1"/> |
switches | 0:5c4d7b2438d3 | 53 | <Option name="BIN" value="1"/> |
switches | 0:5c4d7b2438d3 | 54 | </Output> |
switches | 0:5c4d7b2438d3 | 55 | <User> |
switches | 0:5c4d7b2438d3 | 56 | <UserRun name="Run#1" type="Before" checked="0" value=""/> |
switches | 0:5c4d7b2438d3 | 57 | <UserRun name="Run#1" type="After" checked="0" value=""/> |
switches | 0:5c4d7b2438d3 | 58 | </User> |
switches | 0:5c4d7b2438d3 | 59 | </BuildOption> |
switches | 0:5c4d7b2438d3 | 60 | <DebugOption> |
switches | 0:5c4d7b2438d3 | 61 | <Option name="org.coocox.codebugger.gdbjtag.core.adapter" value="ST-Link"/> |
switches | 0:5c4d7b2438d3 | 62 | <Option name="org.coocox.codebugger.gdbjtag.core.debugMode" value="SWD"/> |
switches | 0:5c4d7b2438d3 | 63 | <Option name="org.coocox.codebugger.gdbjtag.core.clockDiv" value="1M"/> |
switches | 0:5c4d7b2438d3 | 64 | <Option name="org.coocox.codebugger.gdbjtag.corerunToMain" value="1"/> |
switches | 0:5c4d7b2438d3 | 65 | <Option name="org.coocox.codebugger.gdbjtag.core.jlinkgdbserver" value=""/> |
switches | 0:5c4d7b2438d3 | 66 | <Option name="org.coocox.codebugger.gdbjtag.core.userDefineGDBScript" value=""/> |
switches | 0:5c4d7b2438d3 | 67 | <Option name="org.coocox.codebugger.gdbjtag.core.targetEndianess" value="0"/> |
switches | 0:5c4d7b2438d3 | 68 | <Option name="org.coocox.codebugger.gdbjtag.core.jlinkResetMode" value="Type 0: Normal"/> |
switches | 0:5c4d7b2438d3 | 69 | <Option name="org.coocox.codebugger.gdbjtag.core.resetMode" value="SYSRESETREQ"/> |
switches | 0:5c4d7b2438d3 | 70 | <Option name="org.coocox.codebugger.gdbjtag.core.ifSemihost" value="0"/> |
switches | 0:5c4d7b2438d3 | 71 | <Option name="org.coocox.codebugger.gdbjtag.core.ifCacheRom" value="1"/> |
switches | 0:5c4d7b2438d3 | 72 | <Option name="org.coocox.codebugger.gdbjtag.core.ipAddress" value="127.0.0.1"/> |
switches | 0:5c4d7b2438d3 | 73 | <Option name="org.coocox.codebugger.gdbjtag.core.portNumber" value="2009"/> |
switches | 0:5c4d7b2438d3 | 74 | <Option name="org.coocox.codebugger.gdbjtag.core.autoDownload" value="1"/> |
switches | 0:5c4d7b2438d3 | 75 | <Option name="org.coocox.codebugger.gdbjtag.core.verify" value="1"/> |
switches | 0:5c4d7b2438d3 | 76 | <Option name="org.coocox.codebugger.gdbjtag.core.downloadFuction" value="Erase Effected"/> |
switches | 0:5c4d7b2438d3 | 77 | <Option name="org.coocox.codebugger.gdbjtag.core.defaultAlgorithm" value="./stm32f10x_md_128.elf"/> |
switches | 0:5c4d7b2438d3 | 78 | </DebugOption> |
switches | 0:5c4d7b2438d3 | 79 | <ExcludeFile/> |
switches | 0:5c4d7b2438d3 | 80 | </Target> |
switches | 0:5c4d7b2438d3 | 81 | <Target name="Debug" isCurrent="0"> |
switches | 0:5c4d7b2438d3 | 82 | <Device manufacturerId="9" manufacturerName="ST" chipId="257" chipName="STM32F100RB" boardId="" boardName=""/> |
switches | 0:5c4d7b2438d3 | 83 | <BuildOption> |
switches | 0:5c4d7b2438d3 | 84 | <Compile> |
switches | 0:5c4d7b2438d3 | 85 | <Option name="OptimizationLevel" value="0"/> |
switches | 0:5c4d7b2438d3 | 86 | <Option name="UseFPU" value="0"/> |
switches | 0:5c4d7b2438d3 | 87 | <Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/> |
switches | 0:5c4d7b2438d3 | 88 | <Option name="FPU" value="1"/> |
switches | 0:5c4d7b2438d3 | 89 | <Option name="SupportCPlusplus" value="1"/> |
switches | 0:5c4d7b2438d3 | 90 | <Includepaths> |
switches | 0:5c4d7b2438d3 | 91 | {% for path in include_paths %} <Includepath path="{{path}}"/> {% endfor %} |
switches | 0:5c4d7b2438d3 | 92 | </Includepaths> |
switches | 0:5c4d7b2438d3 | 93 | <DefinedSymbols> |
switches | 0:5c4d7b2438d3 | 94 | {% for s in symbols %} <Define name="{{s}}"/> {% endfor %} |
switches | 0:5c4d7b2438d3 | 95 | </DefinedSymbols> |
switches | 0:5c4d7b2438d3 | 96 | </Compile> |
switches | 0:5c4d7b2438d3 | 97 | <Link useDefault="0"> |
switches | 0:5c4d7b2438d3 | 98 | <Option name="DiscardUnusedSection" value="1"/> |
switches | 0:5c4d7b2438d3 | 99 | <Option name="UserEditLinkder" value=""/> |
switches | 0:5c4d7b2438d3 | 100 | <Option name="UseMemoryLayout" value="0"/> |
switches | 0:5c4d7b2438d3 | 101 | <Option name="LTO" value="0"/> |
switches | 0:5c4d7b2438d3 | 102 | <Option name="IsNewStartupCode" value="1"/> |
switches | 0:5c4d7b2438d3 | 103 | <Option name="Library" value="Not use C Library"/> |
switches | 0:5c4d7b2438d3 | 104 | <Option name="nostartfiles" value="0"/> |
switches | 0:5c4d7b2438d3 | 105 | <Option name="UserEditLinker" value="-Wl,--wrap,main; --specs=nano.specs; -u _printf_float; -u _scanf_float; {% for file in object_files %} |
switches | 0:5c4d7b2438d3 | 106 | ${project.path}/{{file}}; {% endfor %} {% for p in library_paths %}-L${project.path}/{{p}}; {% endfor %}"/> |
switches | 0:5c4d7b2438d3 | 107 | <LinkedLibraries> |
switches | 0:5c4d7b2438d3 | 108 | {% for lib in libraries %} |
switches | 0:5c4d7b2438d3 | 109 | <Libset dir="" libs="{{lib}}"/> |
switches | 0:5c4d7b2438d3 | 110 | {% endfor %} |
switches | 0:5c4d7b2438d3 | 111 | <Libset dir="" libs="stdc++"/> |
switches | 0:5c4d7b2438d3 | 112 | <Libset dir="" libs="supc++"/> |
switches | 0:5c4d7b2438d3 | 113 | <Libset dir="" libs="m"/> |
switches | 0:5c4d7b2438d3 | 114 | <Libset dir="" libs="gcc"/> |
switches | 0:5c4d7b2438d3 | 115 | <Libset dir="" libs="c"/> |
switches | 0:5c4d7b2438d3 | 116 | <Libset dir="" libs="nosys"/> |
switches | 0:5c4d7b2438d3 | 117 | </LinkedLibraries> |
switches | 0:5c4d7b2438d3 | 118 | <MemoryAreas debugInFlashNotRAM="1"> |
switches | 0:5c4d7b2438d3 | 119 | <Memory name="IROM1" type="ReadOnly" size="0x00020000" startValue="0x08000000"/> |
switches | 0:5c4d7b2438d3 | 120 | <Memory name="IRAM1" type="ReadWrite" size="0x00001E30" startValue="0x200001D0"/> |
switches | 0:5c4d7b2438d3 | 121 | <Memory name="IROM2" type="ReadOnly" size="" startValue=""/> |
switches | 0:5c4d7b2438d3 | 122 | <Memory name="IRAM2" type="ReadWrite" size="" startValue=""/> |
switches | 0:5c4d7b2438d3 | 123 | </MemoryAreas> |
switches | 0:5c4d7b2438d3 | 124 | <LocateLinkFile path="{{scatter_file}}" type="0"/> |
switches | 0:5c4d7b2438d3 | 125 | </Link> |
switches | 0:5c4d7b2438d3 | 126 | <Output> |
switches | 0:5c4d7b2438d3 | 127 | <Option name="OutputFileType" value="0"/> |
switches | 0:5c4d7b2438d3 | 128 | <Option name="Path" value="./"/> |
switches | 0:5c4d7b2438d3 | 129 | <Option name="Name" value="{{name}}"/> |
switches | 0:5c4d7b2438d3 | 130 | <Option name="HEX" value="1"/> |
switches | 0:5c4d7b2438d3 | 131 | <Option name="BIN" value="1"/> |
switches | 0:5c4d7b2438d3 | 132 | </Output> |
switches | 0:5c4d7b2438d3 | 133 | <User> |
switches | 0:5c4d7b2438d3 | 134 | <UserRun name="Run#1" type="Before" checked="0" value=""/> |
switches | 0:5c4d7b2438d3 | 135 | <UserRun name="Run#1" type="After" checked="0" value=""/> |
switches | 0:5c4d7b2438d3 | 136 | </User> |
switches | 0:5c4d7b2438d3 | 137 | </BuildOption> |
switches | 0:5c4d7b2438d3 | 138 | <DebugOption> |
switches | 0:5c4d7b2438d3 | 139 | <Option name="org.coocox.codebugger.gdbjtag.core.adapter" value="ST-Link"/> |
switches | 0:5c4d7b2438d3 | 140 | <Option name="org.coocox.codebugger.gdbjtag.core.debugMode" value="SWD"/> |
switches | 0:5c4d7b2438d3 | 141 | <Option name="org.coocox.codebugger.gdbjtag.core.clockDiv" value="1M"/> |
switches | 0:5c4d7b2438d3 | 142 | <Option name="org.coocox.codebugger.gdbjtag.corerunToMain" value="1"/> |
switches | 0:5c4d7b2438d3 | 143 | <Option name="org.coocox.codebugger.gdbjtag.core.jlinkgdbserver" value=""/> |
switches | 0:5c4d7b2438d3 | 144 | <Option name="org.coocox.codebugger.gdbjtag.core.userDefineGDBScript" value=""/> |
switches | 0:5c4d7b2438d3 | 145 | <Option name="org.coocox.codebugger.gdbjtag.core.targetEndianess" value="0"/> |
switches | 0:5c4d7b2438d3 | 146 | <Option name="org.coocox.codebugger.gdbjtag.core.jlinkResetMode" value="Type 0: Normal"/> |
switches | 0:5c4d7b2438d3 | 147 | <Option name="org.coocox.codebugger.gdbjtag.core.resetMode" value="SYSRESETREQ"/> |
switches | 0:5c4d7b2438d3 | 148 | <Option name="org.coocox.codebugger.gdbjtag.core.ifSemihost" value="0"/> |
switches | 0:5c4d7b2438d3 | 149 | <Option name="org.coocox.codebugger.gdbjtag.core.ifCacheRom" value="1"/> |
switches | 0:5c4d7b2438d3 | 150 | <Option name="org.coocox.codebugger.gdbjtag.core.ipAddress" value="127.0.0.1"/> |
switches | 0:5c4d7b2438d3 | 151 | <Option name="org.coocox.codebugger.gdbjtag.core.portNumber" value="2009"/> |
switches | 0:5c4d7b2438d3 | 152 | <Option name="org.coocox.codebugger.gdbjtag.core.autoDownload" value="1"/> |
switches | 0:5c4d7b2438d3 | 153 | <Option name="org.coocox.codebugger.gdbjtag.core.verify" value="1"/> |
switches | 0:5c4d7b2438d3 | 154 | <Option name="org.coocox.codebugger.gdbjtag.core.downloadFuction" value="Erase Effected"/> |
switches | 0:5c4d7b2438d3 | 155 | <Option name="org.coocox.codebugger.gdbjtag.core.defaultAlgorithm" value="./stm32f10x_md_128.elf"/> |
switches | 0:5c4d7b2438d3 | 156 | </DebugOption> |
switches | 0:5c4d7b2438d3 | 157 | <ExcludeFile/> |
switches | 0:5c4d7b2438d3 | 158 | </Target> |
switches | 0:5c4d7b2438d3 | 159 | <Components path="./"/> |
switches | 0:5c4d7b2438d3 | 160 | <Files> |
switches | 0:5c4d7b2438d3 | 161 | {% for file in source_files %} |
switches | 0:5c4d7b2438d3 | 162 | <File name="sources/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/> |
switches | 0:5c4d7b2438d3 | 163 | {% endfor %} |
switches | 0:5c4d7b2438d3 | 164 | {% for file in header_files %} |
switches | 0:5c4d7b2438d3 | 165 | <File name="headers/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/> |
switches | 0:5c4d7b2438d3 | 166 | {% endfor %} |
switches | 0:5c4d7b2438d3 | 167 | </Files> |
switches | 0:5c4d7b2438d3 | 168 | </Project> |