Includes library modifications to allow access to AIN_4 (AIN_0 / 5)

Committer:
bryantaylor
Date:
Tue Sep 20 21:26:12 2016 +0000
Revision:
0:eafc3fd41f75
hackathon

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bryantaylor 0:eafc3fd41f75 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
bryantaylor 0:eafc3fd41f75 2 <Project version="2G - 1.7.5" name="{{name}}">
bryantaylor 0:eafc3fd41f75 3 <Target name="{{name}}" isCurrent="1">
bryantaylor 0:eafc3fd41f75 4 <Device manufacturerId="4" manufacturerName="Freescale" chipId="86" chipName="MKL25Z128VLK4" boardId="" boardName=""/>
bryantaylor 0:eafc3fd41f75 5 <BuildOption>
bryantaylor 0:eafc3fd41f75 6 <Compile>
bryantaylor 0:eafc3fd41f75 7 <Option name="OptimizationLevel" value="4"/>
bryantaylor 0:eafc3fd41f75 8 <Option name="UseFPU" value="0"/>
bryantaylor 0:eafc3fd41f75 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"/>
bryantaylor 0:eafc3fd41f75 10 <Includepaths>
bryantaylor 0:eafc3fd41f75 11 {% for path in include_paths %} <Includepath path="{{path}}"/> {% endfor %}
bryantaylor 0:eafc3fd41f75 12 </Includepaths>
bryantaylor 0:eafc3fd41f75 13 <DefinedSymbols>
bryantaylor 0:eafc3fd41f75 14 {% for s in symbols %} <Define name="{{s}}"/> {% endfor %}
bryantaylor 0:eafc3fd41f75 15 </DefinedSymbols>
bryantaylor 0:eafc3fd41f75 16 </Compile>
bryantaylor 0:eafc3fd41f75 17 <Link useDefault="0">
bryantaylor 0:eafc3fd41f75 18 <Option name="DiscardUnusedSection" value="0"/>
bryantaylor 0:eafc3fd41f75 19 <Option name="UserEditLinkder" value=""/>
bryantaylor 0:eafc3fd41f75 20 <Option name="UseMemoryLayout" value="0"/>
bryantaylor 0:eafc3fd41f75 21 <Option name="LTO" value="0"/>
bryantaylor 0:eafc3fd41f75 22 <Option name="IsNewStartupCode" value="1"/>
bryantaylor 0:eafc3fd41f75 23 <Option name="Library" value="Not use C Library"/>
bryantaylor 0:eafc3fd41f75 24 <Option name="nostartfiles" value="0"/>
bryantaylor 0:eafc3fd41f75 25 <Option name="UserEditLinker" value="--specs=nano.specs; -u _printf_float; -u _scanf_float; {% for file in object_files %}
bryantaylor 0:eafc3fd41f75 26 ${project.path}/{{file}}; {% endfor %} {% for p in library_paths %}-L${project.path}/{{p}}; {% endfor %}"/>
bryantaylor 0:eafc3fd41f75 27 <LinkedLibraries>
bryantaylor 0:eafc3fd41f75 28 {% for lib in libraries %}
bryantaylor 0:eafc3fd41f75 29 <Libset dir="" libs="{{lib}}"/>
bryantaylor 0:eafc3fd41f75 30 {% endfor %}
bryantaylor 0:eafc3fd41f75 31 <Libset dir="" libs="stdc++"/>
bryantaylor 0:eafc3fd41f75 32 <Libset dir="" libs="supc++"/>
bryantaylor 0:eafc3fd41f75 33 <Libset dir="" libs="m"/>
bryantaylor 0:eafc3fd41f75 34 <Libset dir="" libs="gcc"/>
bryantaylor 0:eafc3fd41f75 35 <Libset dir="" libs="c"/>
bryantaylor 0:eafc3fd41f75 36 <Libset dir="" libs="nosys"/>
bryantaylor 0:eafc3fd41f75 37 </LinkedLibraries>
bryantaylor 0:eafc3fd41f75 38 <MemoryAreas debugInFlashNotRAM="1">
bryantaylor 0:eafc3fd41f75 39 <Memory name="IROM1" type="ReadOnly" size="0x00020000" startValue="0x00000000"/>
bryantaylor 0:eafc3fd41f75 40 <Memory name="IRAM1" type="ReadWrite" size="0x00001000" startValue="0x1FFFF000"/>
bryantaylor 0:eafc3fd41f75 41 <Memory name="IROM2" type="ReadOnly" size="" startValue=""/>
bryantaylor 0:eafc3fd41f75 42 <Memory name="IRAM2" type="ReadWrite" size="" startValue=""/>
bryantaylor 0:eafc3fd41f75 43 </MemoryAreas>
bryantaylor 0:eafc3fd41f75 44 <LocateLinkFile path="{{scatter_file}}" type="0"/>
bryantaylor 0:eafc3fd41f75 45 </Link>
bryantaylor 0:eafc3fd41f75 46 <Output>
bryantaylor 0:eafc3fd41f75 47 <Option name="OutputFileType" value="0"/>
bryantaylor 0:eafc3fd41f75 48 <Option name="Path" value="./"/>
bryantaylor 0:eafc3fd41f75 49 <Option name="Name" value="{{name}}"/>
bryantaylor 0:eafc3fd41f75 50 <Option name="HEX" value="1"/>
bryantaylor 0:eafc3fd41f75 51 <Option name="BIN" value="1"/>
bryantaylor 0:eafc3fd41f75 52 </Output>
bryantaylor 0:eafc3fd41f75 53 <User>
bryantaylor 0:eafc3fd41f75 54 <UserRun name="Run#1" type="Before" checked="0" value=""/>
bryantaylor 0:eafc3fd41f75 55 <UserRun name="Run#1" type="After" checked="0" value=""/>
bryantaylor 0:eafc3fd41f75 56 </User>
bryantaylor 0:eafc3fd41f75 57 </BuildOption>
bryantaylor 0:eafc3fd41f75 58 <DebugOption>
bryantaylor 0:eafc3fd41f75 59 <Option name="org.coocox.codebugger.gdbjtag.core.adapter" value="CMSIS-DAP"/>
bryantaylor 0:eafc3fd41f75 60 <Option name="org.coocox.codebugger.gdbjtag.core.debugMode" value="SWD"/>
bryantaylor 0:eafc3fd41f75 61 <Option name="org.coocox.codebugger.gdbjtag.core.clockDiv" value="1M"/>
bryantaylor 0:eafc3fd41f75 62 <Option name="org.coocox.codebugger.gdbjtag.corerunToMain" value="1"/>
bryantaylor 0:eafc3fd41f75 63 <Option name="org.coocox.codebugger.gdbjtag.core.jlinkgdbserver" value=""/>
bryantaylor 0:eafc3fd41f75 64 <Option name="org.coocox.codebugger.gdbjtag.core.userDefineGDBScript" value=""/>
bryantaylor 0:eafc3fd41f75 65 <Option name="org.coocox.codebugger.gdbjtag.core.targetEndianess" value="0"/>
bryantaylor 0:eafc3fd41f75 66 <Option name="org.coocox.codebugger.gdbjtag.core.jlinkResetMode" value="Type 0: Normal"/>
bryantaylor 0:eafc3fd41f75 67 <Option name="org.coocox.codebugger.gdbjtag.core.resetMode" value="SYSRESETREQ"/>
bryantaylor 0:eafc3fd41f75 68 <Option name="org.coocox.codebugger.gdbjtag.core.ifSemihost" value="0"/>
bryantaylor 0:eafc3fd41f75 69 <Option name="org.coocox.codebugger.gdbjtag.core.ifCacheRom" value="1"/>
bryantaylor 0:eafc3fd41f75 70 <Option name="org.coocox.codebugger.gdbjtag.core.ipAddress" value="127.0.0.1"/>
bryantaylor 0:eafc3fd41f75 71 <Option name="org.coocox.codebugger.gdbjtag.core.portNumber" value="2009"/>
bryantaylor 0:eafc3fd41f75 72 <Option name="org.coocox.codebugger.gdbjtag.core.autoDownload" value="1"/>
bryantaylor 0:eafc3fd41f75 73 <Option name="org.coocox.codebugger.gdbjtag.core.verify" value="1"/>
bryantaylor 0:eafc3fd41f75 74 <Option name="org.coocox.codebugger.gdbjtag.core.downloadFuction" value="Erase Effected"/>
bryantaylor 0:eafc3fd41f75 75 <Option name="org.coocox.codebugger.gdbjtag.core.defaultAlgorithm" value="KLxx_128_PRG_NO_CFG.elf"/>
bryantaylor 0:eafc3fd41f75 76 </DebugOption>
bryantaylor 0:eafc3fd41f75 77 <ExcludeFile/>
bryantaylor 0:eafc3fd41f75 78 </Target>
bryantaylor 0:eafc3fd41f75 79 <Components path="./"/>
bryantaylor 0:eafc3fd41f75 80 <Files>
bryantaylor 0:eafc3fd41f75 81 {% for file in source_files %}
bryantaylor 0:eafc3fd41f75 82 <File name="sources/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
bryantaylor 0:eafc3fd41f75 83 {% endfor %}
bryantaylor 0:eafc3fd41f75 84 {% for file in header_files %}
bryantaylor 0:eafc3fd41f75 85 <File name="headers/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
bryantaylor 0:eafc3fd41f75 86 {% endfor %}
bryantaylor 0:eafc3fd41f75 87 </Files>
bryantaylor 0:eafc3fd41f75 88 </Project>