Clone of official tools
export/uvision/uvision.tmpl@35:da9c89f8be7d, 2017-02-15 (annotated)
- Committer:
- The Other Jimmy
- Date:
- Wed Feb 15 13:53:18 2017 -0600
- Revision:
- 35:da9c89f8be7d
- Parent:
- 31:8ea194f6145b
- Child:
- 36:96847d42f010
Update tools to mbed-os 5.3.5
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
The Other Jimmy |
31:8ea194f6145b | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no" ?> |
The Other Jimmy |
31:8ea194f6145b | 2 | <Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_projx.xsd"> |
The Other Jimmy |
31:8ea194f6145b | 3 | |
The Other Jimmy |
31:8ea194f6145b | 4 | <SchemaVersion>2.1</SchemaVersion> |
The Other Jimmy |
31:8ea194f6145b | 5 | |
The Other Jimmy |
31:8ea194f6145b | 6 | <Header>### uVision Project, (C) Keil Software</Header> |
The Other Jimmy |
31:8ea194f6145b | 7 | |
The Other Jimmy |
31:8ea194f6145b | 8 | <Targets> |
The Other Jimmy |
31:8ea194f6145b | 9 | <Target> |
The Other Jimmy |
31:8ea194f6145b | 10 | <TargetName>{{name}}</TargetName> |
The Other Jimmy |
31:8ea194f6145b | 11 | <ToolsetNumber>0x4</ToolsetNumber> |
The Other Jimmy |
31:8ea194f6145b | 12 | <ToolsetName>ARM-ADS</ToolsetName> |
The Other Jimmy |
31:8ea194f6145b | 13 | <TargetOption> |
The Other Jimmy |
31:8ea194f6145b | 14 | <TargetCommonOption> |
The Other Jimmy |
31:8ea194f6145b | 15 | <Device>{{device.dname}}</Device> |
The Other Jimmy |
31:8ea194f6145b | 16 | <Vendor>{{device.dvendor}}</Vendor> |
The Other Jimmy |
31:8ea194f6145b | 17 | <PackID>{{device.pack_id}}</PackID> |
The Other Jimmy |
31:8ea194f6145b | 18 | <PackURL>{{device.pack_url}}</PackURL> |
The Other Jimmy |
35:da9c89f8be7d | 19 | <Cpu>CPUTYPE("{{cputype}}")</Cpu> |
The Other Jimmy |
31:8ea194f6145b | 20 | <FlashUtilSpec></FlashUtilSpec> |
The Other Jimmy |
31:8ea194f6145b | 21 | <StartupFile></StartupFile> |
The Other Jimmy |
31:8ea194f6145b | 22 | <FlashDriverDll>{{device.flash_dll}}</FlashDriverDll> |
The Other Jimmy |
31:8ea194f6145b | 23 | <DeviceId>0</DeviceId> |
The Other Jimmy |
31:8ea194f6145b | 24 | <RegisterFile>{{device.reg_file}}</RegisterFile> |
The Other Jimmy |
31:8ea194f6145b | 25 | <MemoryEnv></MemoryEnv> |
The Other Jimmy |
31:8ea194f6145b | 26 | <Cmp></Cmp> |
The Other Jimmy |
31:8ea194f6145b | 27 | <Asm></Asm> |
The Other Jimmy |
31:8ea194f6145b | 28 | <Linker></Linker> |
The Other Jimmy |
31:8ea194f6145b | 29 | <OHString></OHString> |
The Other Jimmy |
31:8ea194f6145b | 30 | <InfinionOptionDll></InfinionOptionDll> |
The Other Jimmy |
31:8ea194f6145b | 31 | <SLE66CMisc></SLE66CMisc> |
The Other Jimmy |
31:8ea194f6145b | 32 | <SLE66AMisc></SLE66AMisc> |
The Other Jimmy |
31:8ea194f6145b | 33 | <SLE66LinkerMisc></SLE66LinkerMisc> |
The Other Jimmy |
31:8ea194f6145b | 34 | <SFDFile>{{device.svd}}</SFDFile> |
The Other Jimmy |
31:8ea194f6145b | 35 | <bCustSvd>0</bCustSvd> |
The Other Jimmy |
31:8ea194f6145b | 36 | <UseEnv>0</UseEnv> |
The Other Jimmy |
31:8ea194f6145b | 37 | <BinPath></BinPath> |
The Other Jimmy |
31:8ea194f6145b | 38 | <IncludePath></IncludePath> |
The Other Jimmy |
31:8ea194f6145b | 39 | <LibPath></LibPath> |
The Other Jimmy |
31:8ea194f6145b | 40 | <RegisterFilePath></RegisterFilePath> |
The Other Jimmy |
31:8ea194f6145b | 41 | <DBRegisterFilePath></DBRegisterFilePath> |
The Other Jimmy |
31:8ea194f6145b | 42 | <TargetStatus> |
The Other Jimmy |
31:8ea194f6145b | 43 | <Error>0</Error> |
The Other Jimmy |
31:8ea194f6145b | 44 | <ExitCodeStop>0</ExitCodeStop> |
The Other Jimmy |
31:8ea194f6145b | 45 | <ButtonStop>0</ButtonStop> |
The Other Jimmy |
31:8ea194f6145b | 46 | <NotGenerated>0</NotGenerated> |
The Other Jimmy |
31:8ea194f6145b | 47 | <InvalidFlash>1</InvalidFlash> |
The Other Jimmy |
31:8ea194f6145b | 48 | </TargetStatus> |
The Other Jimmy |
31:8ea194f6145b | 49 | <OutputDirectory>.\BUILD\</OutputDirectory> |
The Other Jimmy |
31:8ea194f6145b | 50 | <OutputName>{{name}}</OutputName> |
The Other Jimmy |
31:8ea194f6145b | 51 | <CreateExecutable>1</CreateExecutable> |
The Other Jimmy |
31:8ea194f6145b | 52 | <CreateLib>0</CreateLib> |
The Other Jimmy |
31:8ea194f6145b | 53 | <CreateHexFile>0</CreateHexFile> |
The Other Jimmy |
31:8ea194f6145b | 54 | <DebugInformation>1</DebugInformation> |
The Other Jimmy |
31:8ea194f6145b | 55 | <BrowseInformation>1</BrowseInformation> |
The Other Jimmy |
31:8ea194f6145b | 56 | <ListingPath>.\BUILD\</ListingPath> |
The Other Jimmy |
31:8ea194f6145b | 57 | <HexFormatSelection>1</HexFormatSelection> |
The Other Jimmy |
31:8ea194f6145b | 58 | <Merge32K>0</Merge32K> |
The Other Jimmy |
31:8ea194f6145b | 59 | <CreateBatchFile>0</CreateBatchFile> |
The Other Jimmy |
31:8ea194f6145b | 60 | <BeforeCompile> |
The Other Jimmy |
31:8ea194f6145b | 61 | <RunUserProg1>0</RunUserProg1> |
The Other Jimmy |
31:8ea194f6145b | 62 | <RunUserProg2>0</RunUserProg2> |
The Other Jimmy |
31:8ea194f6145b | 63 | <UserProg1Name></UserProg1Name> |
The Other Jimmy |
31:8ea194f6145b | 64 | <UserProg2Name></UserProg2Name> |
The Other Jimmy |
31:8ea194f6145b | 65 | <UserProg1Dos16Mode>0</UserProg1Dos16Mode> |
The Other Jimmy |
31:8ea194f6145b | 66 | <UserProg2Dos16Mode>0</UserProg2Dos16Mode> |
The Other Jimmy |
31:8ea194f6145b | 67 | <nStopU1X>0</nStopU1X> |
The Other Jimmy |
31:8ea194f6145b | 68 | <nStopU2X>0</nStopU2X> |
The Other Jimmy |
31:8ea194f6145b | 69 | </BeforeCompile> |
The Other Jimmy |
31:8ea194f6145b | 70 | <BeforeMake> |
The Other Jimmy |
31:8ea194f6145b | 71 | <RunUserProg1>0</RunUserProg1> |
The Other Jimmy |
31:8ea194f6145b | 72 | <RunUserProg2>0</RunUserProg2> |
The Other Jimmy |
31:8ea194f6145b | 73 | <UserProg1Name></UserProg1Name> |
The Other Jimmy |
31:8ea194f6145b | 74 | <UserProg2Name></UserProg2Name> |
The Other Jimmy |
31:8ea194f6145b | 75 | <UserProg1Dos16Mode>0</UserProg1Dos16Mode> |
The Other Jimmy |
31:8ea194f6145b | 76 | <UserProg2Dos16Mode>0</UserProg2Dos16Mode> |
The Other Jimmy |
31:8ea194f6145b | 77 | <nStopB1X>0</nStopB1X> |
The Other Jimmy |
31:8ea194f6145b | 78 | <nStopB2X>0</nStopB2X> |
The Other Jimmy |
31:8ea194f6145b | 79 | </BeforeMake> |
The Other Jimmy |
31:8ea194f6145b | 80 | <AfterMake> |
The Other Jimmy |
31:8ea194f6145b | 81 | <RunUserProg1>0</RunUserProg1> |
The Other Jimmy |
31:8ea194f6145b | 82 | <RunUserProg2>0</RunUserProg2> |
The Other Jimmy |
31:8ea194f6145b | 83 | <UserProg1Name></UserProg1Name> |
The Other Jimmy |
31:8ea194f6145b | 84 | <UserProg2Name></UserProg2Name> |
The Other Jimmy |
31:8ea194f6145b | 85 | <UserProg1Dos16Mode>0</UserProg1Dos16Mode> |
The Other Jimmy |
31:8ea194f6145b | 86 | <UserProg2Dos16Mode>0</UserProg2Dos16Mode> |
The Other Jimmy |
31:8ea194f6145b | 87 | <nStopA1X>0</nStopA1X> |
The Other Jimmy |
31:8ea194f6145b | 88 | <nStopA2X>0</nStopA2X> |
The Other Jimmy |
31:8ea194f6145b | 89 | </AfterMake> |
The Other Jimmy |
31:8ea194f6145b | 90 | <SelectedForBatchBuild>0</SelectedForBatchBuild> |
The Other Jimmy |
31:8ea194f6145b | 91 | <SVCSIdString></SVCSIdString> |
The Other Jimmy |
31:8ea194f6145b | 92 | </TargetCommonOption> |
The Other Jimmy |
31:8ea194f6145b | 93 | <CommonProperty> |
The Other Jimmy |
31:8ea194f6145b | 94 | <UseCPPCompiler>0</UseCPPCompiler> |
The Other Jimmy |
31:8ea194f6145b | 95 | <RVCTCodeConst>0</RVCTCodeConst> |
The Other Jimmy |
31:8ea194f6145b | 96 | <RVCTZI>0</RVCTZI> |
The Other Jimmy |
31:8ea194f6145b | 97 | <RVCTOtherData>0</RVCTOtherData> |
The Other Jimmy |
31:8ea194f6145b | 98 | <ModuleSelection>0</ModuleSelection> |
The Other Jimmy |
31:8ea194f6145b | 99 | <IncludeInBuild>1</IncludeInBuild> |
The Other Jimmy |
31:8ea194f6145b | 100 | <AlwaysBuild>0</AlwaysBuild> |
The Other Jimmy |
31:8ea194f6145b | 101 | <GenerateAssemblyFile>0</GenerateAssemblyFile> |
The Other Jimmy |
31:8ea194f6145b | 102 | <AssembleAssemblyFile>0</AssembleAssemblyFile> |
The Other Jimmy |
31:8ea194f6145b | 103 | <PublicsOnly>0</PublicsOnly> |
The Other Jimmy |
31:8ea194f6145b | 104 | <StopOnExitCode>3</StopOnExitCode> |
The Other Jimmy |
31:8ea194f6145b | 105 | <CustomArgument></CustomArgument> |
The Other Jimmy |
31:8ea194f6145b | 106 | <IncludeLibraryModules></IncludeLibraryModules> |
The Other Jimmy |
31:8ea194f6145b | 107 | <ComprImg>1</ComprImg> |
The Other Jimmy |
31:8ea194f6145b | 108 | </CommonProperty> |
The Other Jimmy |
31:8ea194f6145b | 109 | <DllOption> |
The Other Jimmy |
31:8ea194f6145b | 110 | <SimDllName></SimDllName> |
The Other Jimmy |
31:8ea194f6145b | 111 | <SimDllArguments> </SimDllArguments> |
The Other Jimmy |
31:8ea194f6145b | 112 | <SimDlgDll>DCM.DLL</SimDlgDll> |
The Other Jimmy |
31:8ea194f6145b | 113 | <SimDlgDllArguments></SimDlgDllArguments> |
The Other Jimmy |
31:8ea194f6145b | 114 | <TargetDllName>SARMCM3.DLL</TargetDllName> |
The Other Jimmy |
31:8ea194f6145b | 115 | <TargetDllArguments></TargetDllArguments> |
The Other Jimmy |
31:8ea194f6145b | 116 | <TargetDlgDll>TCM.DLL</TargetDlgDll> |
The Other Jimmy |
31:8ea194f6145b | 117 | <TargetDlgDllArguments>-{{device.debug_interface.core_flag}}</TargetDlgDllArguments> |
The Other Jimmy |
31:8ea194f6145b | 118 | </DllOption> |
The Other Jimmy |
31:8ea194f6145b | 119 | <DebugOption> |
The Other Jimmy |
31:8ea194f6145b | 120 | <OPTHX> |
The Other Jimmy |
31:8ea194f6145b | 121 | <HexSelection>1</HexSelection> |
The Other Jimmy |
31:8ea194f6145b | 122 | <HexRangeLowAddress>0</HexRangeLowAddress> |
The Other Jimmy |
31:8ea194f6145b | 123 | <HexRangeHighAddress>0</HexRangeHighAddress> |
The Other Jimmy |
31:8ea194f6145b | 124 | <HexOffset>0</HexOffset> |
The Other Jimmy |
31:8ea194f6145b | 125 | <Oh166RecLen>16</Oh166RecLen> |
The Other Jimmy |
31:8ea194f6145b | 126 | </OPTHX> |
The Other Jimmy |
31:8ea194f6145b | 127 | <Simulator> |
The Other Jimmy |
31:8ea194f6145b | 128 | <UseSimulator>0</UseSimulator> |
The Other Jimmy |
31:8ea194f6145b | 129 | <LoadApplicationAtStartup>1</LoadApplicationAtStartup> |
The Other Jimmy |
31:8ea194f6145b | 130 | <RunToMain>1</RunToMain> |
The Other Jimmy |
31:8ea194f6145b | 131 | <RestoreBreakpoints>1</RestoreBreakpoints> |
The Other Jimmy |
31:8ea194f6145b | 132 | <RestoreWatchpoints>1</RestoreWatchpoints> |
The Other Jimmy |
31:8ea194f6145b | 133 | <RestoreMemoryDisplay>1</RestoreMemoryDisplay> |
The Other Jimmy |
31:8ea194f6145b | 134 | <RestoreFunctions>1</RestoreFunctions> |
The Other Jimmy |
31:8ea194f6145b | 135 | <RestoreToolbox>1</RestoreToolbox> |
The Other Jimmy |
31:8ea194f6145b | 136 | <LimitSpeedToRealTime>0</LimitSpeedToRealTime> |
The Other Jimmy |
31:8ea194f6145b | 137 | <RestoreSysVw>1</RestoreSysVw> |
The Other Jimmy |
31:8ea194f6145b | 138 | </Simulator> |
The Other Jimmy |
31:8ea194f6145b | 139 | <Target> |
The Other Jimmy |
31:8ea194f6145b | 140 | <UseTarget>1</UseTarget> |
The Other Jimmy |
31:8ea194f6145b | 141 | <LoadApplicationAtStartup>1</LoadApplicationAtStartup> |
The Other Jimmy |
31:8ea194f6145b | 142 | <RunToMain>1</RunToMain> |
The Other Jimmy |
31:8ea194f6145b | 143 | <RestoreBreakpoints>1</RestoreBreakpoints> |
The Other Jimmy |
31:8ea194f6145b | 144 | <RestoreWatchpoints>1</RestoreWatchpoints> |
The Other Jimmy |
31:8ea194f6145b | 145 | <RestoreMemoryDisplay>1</RestoreMemoryDisplay> |
The Other Jimmy |
31:8ea194f6145b | 146 | <RestoreFunctions>0</RestoreFunctions> |
The Other Jimmy |
31:8ea194f6145b | 147 | <RestoreToolbox>1</RestoreToolbox> |
The Other Jimmy |
31:8ea194f6145b | 148 | <RestoreTracepoints>1</RestoreTracepoints> |
The Other Jimmy |
31:8ea194f6145b | 149 | <RestoreSysVw>1</RestoreSysVw> |
The Other Jimmy |
31:8ea194f6145b | 150 | </Target> |
The Other Jimmy |
31:8ea194f6145b | 151 | <RunDebugAfterBuild>0</RunDebugAfterBuild> |
The Other Jimmy |
31:8ea194f6145b | 152 | <TargetSelection>0</TargetSelection> |
The Other Jimmy |
31:8ea194f6145b | 153 | <SimDlls> |
The Other Jimmy |
31:8ea194f6145b | 154 | <CpuDll></CpuDll> |
The Other Jimmy |
31:8ea194f6145b | 155 | <CpuDllArguments></CpuDllArguments> |
The Other Jimmy |
31:8ea194f6145b | 156 | <PeripheralDll></PeripheralDll> |
The Other Jimmy |
31:8ea194f6145b | 157 | <PeripheralDllArguments></PeripheralDllArguments> |
The Other Jimmy |
31:8ea194f6145b | 158 | <InitializationFile></InitializationFile> |
The Other Jimmy |
31:8ea194f6145b | 159 | </SimDlls> |
The Other Jimmy |
31:8ea194f6145b | 160 | <TargetDlls> |
The Other Jimmy |
31:8ea194f6145b | 161 | <CpuDll></CpuDll> |
The Other Jimmy |
31:8ea194f6145b | 162 | <CpuDllArguments></CpuDllArguments> |
The Other Jimmy |
31:8ea194f6145b | 163 | <PeripheralDll></PeripheralDll> |
The Other Jimmy |
31:8ea194f6145b | 164 | <PeripheralDllArguments></PeripheralDllArguments> |
The Other Jimmy |
31:8ea194f6145b | 165 | <InitializationFile></InitializationFile> |
The Other Jimmy |
31:8ea194f6145b | 166 | <Driver>{{device.debug_interface.bin_loc}}</Driver> |
The Other Jimmy |
31:8ea194f6145b | 167 | </TargetDlls> |
The Other Jimmy |
31:8ea194f6145b | 168 | </DebugOption> |
The Other Jimmy |
31:8ea194f6145b | 169 | <Utilities> |
The Other Jimmy |
31:8ea194f6145b | 170 | <Flash1> |
The Other Jimmy |
31:8ea194f6145b | 171 | <UseTargetDll>1</UseTargetDll> |
The Other Jimmy |
31:8ea194f6145b | 172 | <UseExternalTool>0</UseExternalTool> |
The Other Jimmy |
31:8ea194f6145b | 173 | <RunIndependent>0</RunIndependent> |
The Other Jimmy |
31:8ea194f6145b | 174 | <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging> |
The Other Jimmy |
31:8ea194f6145b | 175 | <Capability>0</Capability> |
The Other Jimmy |
31:8ea194f6145b | 176 | <DriverSelection>-1</DriverSelection> |
The Other Jimmy |
31:8ea194f6145b | 177 | </Flash1> |
The Other Jimmy |
31:8ea194f6145b | 178 | <bUseTDR>1</bUseTDR> |
The Other Jimmy |
31:8ea194f6145b | 179 | <Flash2>BIN\UL2CM3.DLL</Flash2> |
The Other Jimmy |
31:8ea194f6145b | 180 | <Flash3></Flash3> |
The Other Jimmy |
31:8ea194f6145b | 181 | <Flash4></Flash4> |
The Other Jimmy |
31:8ea194f6145b | 182 | <pFcarmOut></pFcarmOut> |
The Other Jimmy |
31:8ea194f6145b | 183 | <pFcarmGrp></pFcarmGrp> |
The Other Jimmy |
31:8ea194f6145b | 184 | <pFcArmRoot></pFcArmRoot> |
The Other Jimmy |
31:8ea194f6145b | 185 | <FcArmLst>0</FcArmLst> |
The Other Jimmy |
31:8ea194f6145b | 186 | </Utilities> |
The Other Jimmy |
31:8ea194f6145b | 187 | <TargetArmAds> |
The Other Jimmy |
31:8ea194f6145b | 188 | <ArmAdsMisc> |
The Other Jimmy |
31:8ea194f6145b | 189 | <GenerateListings>0</GenerateListings> |
The Other Jimmy |
31:8ea194f6145b | 190 | <asHll>1</asHll> |
The Other Jimmy |
31:8ea194f6145b | 191 | <asAsm>1</asAsm> |
The Other Jimmy |
31:8ea194f6145b | 192 | <asMacX>1</asMacX> |
The Other Jimmy |
31:8ea194f6145b | 193 | <asSyms>1</asSyms> |
The Other Jimmy |
31:8ea194f6145b | 194 | <asFals>1</asFals> |
The Other Jimmy |
31:8ea194f6145b | 195 | <asDbgD>1</asDbgD> |
The Other Jimmy |
31:8ea194f6145b | 196 | <asForm>1</asForm> |
The Other Jimmy |
31:8ea194f6145b | 197 | <ldLst>0</ldLst> |
The Other Jimmy |
31:8ea194f6145b | 198 | <ldmm>1</ldmm> |
The Other Jimmy |
31:8ea194f6145b | 199 | <ldXref>1</ldXref> |
The Other Jimmy |
31:8ea194f6145b | 200 | <BigEnd>0</BigEnd> |
The Other Jimmy |
31:8ea194f6145b | 201 | <AdsALst>1</AdsALst> |
The Other Jimmy |
31:8ea194f6145b | 202 | <AdsACrf>1</AdsACrf> |
The Other Jimmy |
31:8ea194f6145b | 203 | <AdsANop>0</AdsANop> |
The Other Jimmy |
31:8ea194f6145b | 204 | <AdsANot>0</AdsANot> |
The Other Jimmy |
31:8ea194f6145b | 205 | <AdsLLst>1</AdsLLst> |
The Other Jimmy |
31:8ea194f6145b | 206 | <AdsLmap>1</AdsLmap> |
The Other Jimmy |
31:8ea194f6145b | 207 | <AdsLcgr>1</AdsLcgr> |
The Other Jimmy |
31:8ea194f6145b | 208 | <AdsLsym>1</AdsLsym> |
The Other Jimmy |
31:8ea194f6145b | 209 | <AdsLszi>1</AdsLszi> |
The Other Jimmy |
31:8ea194f6145b | 210 | <AdsLtoi>1</AdsLtoi> |
The Other Jimmy |
31:8ea194f6145b | 211 | <AdsLsun>1</AdsLsun> |
The Other Jimmy |
31:8ea194f6145b | 212 | <AdsLven>1</AdsLven> |
The Other Jimmy |
31:8ea194f6145b | 213 | <AdsLsxf>1</AdsLsxf> |
The Other Jimmy |
31:8ea194f6145b | 214 | <RvctClst>0</RvctClst> |
The Other Jimmy |
31:8ea194f6145b | 215 | <GenPPlst>0</GenPPlst> |
The Other Jimmy |
31:8ea194f6145b | 216 | <AdsCpuType>"{{device.core.replace("D","").replace("F","")}}"</AdsCpuType> |
The Other Jimmy |
31:8ea194f6145b | 217 | <RvctDeviceName></RvctDeviceName> |
The Other Jimmy |
31:8ea194f6145b | 218 | <mOS>0</mOS> |
The Other Jimmy |
31:8ea194f6145b | 219 | <uocRom>0</uocRom> |
The Other Jimmy |
31:8ea194f6145b | 220 | <uocRam>0</uocRam> |
The Other Jimmy |
31:8ea194f6145b | 221 | <hadIROM>1</hadIROM> |
The Other Jimmy |
31:8ea194f6145b | 222 | <hadIRAM>1</hadIRAM> |
The Other Jimmy |
31:8ea194f6145b | 223 | <hadXRAM>0</hadXRAM> |
The Other Jimmy |
31:8ea194f6145b | 224 | <uocXRam>0</uocXRam> |
The Other Jimmy |
31:8ea194f6145b | 225 | <RvdsVP>{{fpu_setting}}</RvdsVP> |
The Other Jimmy |
31:8ea194f6145b | 226 | <hadIRAM2>1</hadIRAM2> |
The Other Jimmy |
31:8ea194f6145b | 227 | <hadIROM2>0</hadIROM2> |
The Other Jimmy |
31:8ea194f6145b | 228 | <StupSel>8</StupSel> |
The Other Jimmy |
31:8ea194f6145b | 229 | <useUlib>0</useUlib> |
The Other Jimmy |
31:8ea194f6145b | 230 | <EndSel>0</EndSel> |
The Other Jimmy |
31:8ea194f6145b | 231 | <uLtcg>0</uLtcg> |
The Other Jimmy |
31:8ea194f6145b | 232 | <nSecure>0</nSecure> |
The Other Jimmy |
31:8ea194f6145b | 233 | <RoSelD>3</RoSelD> |
The Other Jimmy |
31:8ea194f6145b | 234 | <RwSelD>3</RwSelD> |
The Other Jimmy |
31:8ea194f6145b | 235 | <CodeSel>0</CodeSel> |
The Other Jimmy |
31:8ea194f6145b | 236 | <OptFeed>0</OptFeed> |
The Other Jimmy |
31:8ea194f6145b | 237 | <NoZi1>0</NoZi1> |
The Other Jimmy |
31:8ea194f6145b | 238 | <NoZi2>0</NoZi2> |
The Other Jimmy |
31:8ea194f6145b | 239 | <NoZi3>0</NoZi3> |
The Other Jimmy |
31:8ea194f6145b | 240 | <NoZi4>0</NoZi4> |
The Other Jimmy |
31:8ea194f6145b | 241 | <NoZi5>0</NoZi5> |
The Other Jimmy |
31:8ea194f6145b | 242 | <Ro1Chk>0</Ro1Chk> |
The Other Jimmy |
31:8ea194f6145b | 243 | <Ro2Chk>0</Ro2Chk> |
The Other Jimmy |
31:8ea194f6145b | 244 | <Ro3Chk>0</Ro3Chk> |
The Other Jimmy |
31:8ea194f6145b | 245 | <Ir1Chk>1</Ir1Chk> |
The Other Jimmy |
31:8ea194f6145b | 246 | <Ir2Chk>0</Ir2Chk> |
The Other Jimmy |
31:8ea194f6145b | 247 | <Ra1Chk>0</Ra1Chk> |
The Other Jimmy |
31:8ea194f6145b | 248 | <Ra2Chk>0</Ra2Chk> |
The Other Jimmy |
31:8ea194f6145b | 249 | <Ra3Chk>0</Ra3Chk> |
The Other Jimmy |
31:8ea194f6145b | 250 | <Im1Chk>1</Im1Chk> |
The Other Jimmy |
31:8ea194f6145b | 251 | <Im2Chk>0</Im2Chk> |
The Other Jimmy |
31:8ea194f6145b | 252 | <OnChipMemories> |
The Other Jimmy |
31:8ea194f6145b | 253 | <Ocm1> |
The Other Jimmy |
31:8ea194f6145b | 254 | <Type>0</Type> |
The Other Jimmy |
31:8ea194f6145b | 255 | <StartAddress>0x0</StartAddress> |
The Other Jimmy |
31:8ea194f6145b | 256 | <Size>0x0</Size> |
The Other Jimmy |
31:8ea194f6145b | 257 | </Ocm1> |
The Other Jimmy |
31:8ea194f6145b | 258 | <Ocm2> |
The Other Jimmy |
31:8ea194f6145b | 259 | <Type>0</Type> |
The Other Jimmy |
31:8ea194f6145b | 260 | <StartAddress>0x0</StartAddress> |
The Other Jimmy |
31:8ea194f6145b | 261 | <Size>0x0</Size> |
The Other Jimmy |
31:8ea194f6145b | 262 | </Ocm2> |
The Other Jimmy |
31:8ea194f6145b | 263 | <Ocm3> |
The Other Jimmy |
31:8ea194f6145b | 264 | <Type>0</Type> |
The Other Jimmy |
31:8ea194f6145b | 265 | <StartAddress>0x0</StartAddress> |
The Other Jimmy |
31:8ea194f6145b | 266 | <Size>0x0</Size> |
The Other Jimmy |
31:8ea194f6145b | 267 | </Ocm3> |
The Other Jimmy |
31:8ea194f6145b | 268 | <Ocm4> |
The Other Jimmy |
31:8ea194f6145b | 269 | <Type>0</Type> |
The Other Jimmy |
31:8ea194f6145b | 270 | <StartAddress>0x0</StartAddress> |
The Other Jimmy |
31:8ea194f6145b | 271 | <Size>0x0</Size> |
The Other Jimmy |
31:8ea194f6145b | 272 | </Ocm4> |
The Other Jimmy |
31:8ea194f6145b | 273 | <Ocm5> |
The Other Jimmy |
31:8ea194f6145b | 274 | <Type>0</Type> |
The Other Jimmy |
31:8ea194f6145b | 275 | <StartAddress>0x0</StartAddress> |
The Other Jimmy |
31:8ea194f6145b | 276 | <Size>0x0</Size> |
The Other Jimmy |
31:8ea194f6145b | 277 | </Ocm5> |
The Other Jimmy |
31:8ea194f6145b | 278 | <Ocm6> |
The Other Jimmy |
31:8ea194f6145b | 279 | <Type>0</Type> |
The Other Jimmy |
31:8ea194f6145b | 280 | <StartAddress>0x0</StartAddress> |
The Other Jimmy |
31:8ea194f6145b | 281 | <Size>0x0</Size> |
The Other Jimmy |
31:8ea194f6145b | 282 | </Ocm6> |
The Other Jimmy |
31:8ea194f6145b | 283 | { |
The Other Jimmy |
31:8ea194f6145b | 284 | <IRAM> |
The Other Jimmy |
31:8ea194f6145b | 285 | <Type>0</Type> |
The Other Jimmy |
31:8ea194f6145b | 286 | <StartAddress>0</StartAddress> |
The Other Jimmy |
31:8ea194f6145b | 287 | <Size>0</Size> |
The Other Jimmy |
31:8ea194f6145b | 288 | </IRAM> |
The Other Jimmy |
31:8ea194f6145b | 289 | <IROM> |
The Other Jimmy |
31:8ea194f6145b | 290 | <Type>1</Type> |
The Other Jimmy |
31:8ea194f6145b | 291 | <StartAddress>0</StartAddress> |
The Other Jimmy |
31:8ea194f6145b | 292 | <Size>0</Size> |
The Other Jimmy |
31:8ea194f6145b | 293 | </IROM> |
The Other Jimmy |
31:8ea194f6145b | 294 | <XRAM> |
The Other Jimmy |
31:8ea194f6145b | 295 | <Type>0</Type> |
The Other Jimmy |
31:8ea194f6145b | 296 | <StartAddress>0x0</StartAddress> |
The Other Jimmy |
31:8ea194f6145b | 297 | <Size>0x0</Size> |
The Other Jimmy |
31:8ea194f6145b | 298 | </XRAM> |
The Other Jimmy |
31:8ea194f6145b | 299 | <OCR_RVCT1> |
The Other Jimmy |
31:8ea194f6145b | 300 | <Type>0</Type> |
The Other Jimmy |
31:8ea194f6145b | 301 | <StartAddress>0x0</StartAddress> |
The Other Jimmy |
31:8ea194f6145b | 302 | <Size>0x0</Size> |
The Other Jimmy |
31:8ea194f6145b | 303 | </OCR_RVCT1> |
The Other Jimmy |
31:8ea194f6145b | 304 | <OCR_RVCT2> |
The Other Jimmy |
31:8ea194f6145b | 305 | <Type>0</Type> |
The Other Jimmy |
31:8ea194f6145b | 306 | <StartAddress>0x0</StartAddress> |
The Other Jimmy |
31:8ea194f6145b | 307 | <Size>0x0</Size> |
The Other Jimmy |
31:8ea194f6145b | 308 | </OCR_RVCT2> |
The Other Jimmy |
31:8ea194f6145b | 309 | <OCR_RVCT3> |
The Other Jimmy |
31:8ea194f6145b | 310 | <Type>0</Type> |
The Other Jimmy |
31:8ea194f6145b | 311 | <StartAddress>0x0</StartAddress> |
The Other Jimmy |
31:8ea194f6145b | 312 | <Size>0x0</Size> |
The Other Jimmy |
31:8ea194f6145b | 313 | </OCR_RVCT3> |
The Other Jimmy |
31:8ea194f6145b | 314 | <OCR_RVCT4> |
The Other Jimmy |
31:8ea194f6145b | 315 | <Type>1</Type> |
The Other Jimmy |
31:8ea194f6145b | 316 | <StartAddress>0x0</StartAddress> |
The Other Jimmy |
31:8ea194f6145b | 317 | <Size>0x20000</Size> |
The Other Jimmy |
31:8ea194f6145b | 318 | </OCR_RVCT4> |
The Other Jimmy |
31:8ea194f6145b | 319 | <OCR_RVCT5> |
The Other Jimmy |
31:8ea194f6145b | 320 | <Type>0</Type> |
The Other Jimmy |
31:8ea194f6145b | 321 | <StartAddress>0x0</StartAddress> |
The Other Jimmy |
31:8ea194f6145b | 322 | <Size>0x0</Size> |
The Other Jimmy |
31:8ea194f6145b | 323 | </OCR_RVCT5> |
The Other Jimmy |
31:8ea194f6145b | 324 | <OCR_RVCT6> |
The Other Jimmy |
31:8ea194f6145b | 325 | <Type>0</Type> |
The Other Jimmy |
31:8ea194f6145b | 326 | <StartAddress>0x0</StartAddress> |
The Other Jimmy |
31:8ea194f6145b | 327 | <Size>0x0</Size> |
The Other Jimmy |
31:8ea194f6145b | 328 | </OCR_RVCT6> |
The Other Jimmy |
31:8ea194f6145b | 329 | <OCR_RVCT7> |
The Other Jimmy |
31:8ea194f6145b | 330 | <Type>0</Type> |
The Other Jimmy |
31:8ea194f6145b | 331 | <StartAddress>0x0</StartAddress> |
The Other Jimmy |
31:8ea194f6145b | 332 | <Size>0x0</Size> |
The Other Jimmy |
31:8ea194f6145b | 333 | </OCR_RVCT7> |
The Other Jimmy |
31:8ea194f6145b | 334 | <OCR_RVCT8> |
The Other Jimmy |
31:8ea194f6145b | 335 | <Type>0</Type> |
The Other Jimmy |
31:8ea194f6145b | 336 | <StartAddress>0x0</StartAddress> |
The Other Jimmy |
31:8ea194f6145b | 337 | <Size>0x0</Size> |
The Other Jimmy |
31:8ea194f6145b | 338 | </OCR_RVCT8> |
The Other Jimmy |
31:8ea194f6145b | 339 | <OCR_RVCT9> |
The Other Jimmy |
31:8ea194f6145b | 340 | <Type>0</Type> |
The Other Jimmy |
31:8ea194f6145b | 341 | <StartAddress>0x20000000</StartAddress> |
The Other Jimmy |
31:8ea194f6145b | 342 | <Size>0x2000</Size> |
The Other Jimmy |
31:8ea194f6145b | 343 | </OCR_RVCT9> |
The Other Jimmy |
31:8ea194f6145b | 344 | <OCR_RVCT10> |
The Other Jimmy |
31:8ea194f6145b | 345 | <Type>0</Type> |
The Other Jimmy |
31:8ea194f6145b | 346 | <StartAddress>0x1fffe000</StartAddress> |
The Other Jimmy |
31:8ea194f6145b | 347 | <Size>0x2000</Size> |
The Other Jimmy |
31:8ea194f6145b | 348 | </OCR_RVCT10> |
The Other Jimmy |
31:8ea194f6145b | 349 | </OnChipMemories> |
The Other Jimmy |
31:8ea194f6145b | 350 | <RvctStartVector></RvctStartVector> |
The Other Jimmy |
31:8ea194f6145b | 351 | </ArmAdsMisc> |
The Other Jimmy |
31:8ea194f6145b | 352 | <Cads> |
The Other Jimmy |
31:8ea194f6145b | 353 | <interw>0</interw> |
The Other Jimmy |
35:da9c89f8be7d | 354 | <Optim>1</Optim> |
The Other Jimmy |
31:8ea194f6145b | 355 | <oTime>0</oTime> |
The Other Jimmy |
31:8ea194f6145b | 356 | <SplitLS>0</SplitLS> |
The Other Jimmy |
31:8ea194f6145b | 357 | <OneElfS>0</OneElfS> |
The Other Jimmy |
31:8ea194f6145b | 358 | <Strict>0</Strict> |
The Other Jimmy |
31:8ea194f6145b | 359 | <EnumInt>0</EnumInt> |
The Other Jimmy |
31:8ea194f6145b | 360 | <PlainCh>0</PlainCh> |
The Other Jimmy |
31:8ea194f6145b | 361 | <Ropi>0</Ropi> |
The Other Jimmy |
31:8ea194f6145b | 362 | <Rwpi>0</Rwpi> |
The Other Jimmy |
31:8ea194f6145b | 363 | <wLevel>0</wLevel> |
The Other Jimmy |
31:8ea194f6145b | 364 | <uThumb>0</uThumb> |
The Other Jimmy |
31:8ea194f6145b | 365 | <uSurpInc>0</uSurpInc> |
The Other Jimmy |
31:8ea194f6145b | 366 | <uC99>1</uC99> |
The Other Jimmy |
31:8ea194f6145b | 367 | <useXO>0</useXO> |
The Other Jimmy |
31:8ea194f6145b | 368 | <v6Lang>1</v6Lang> |
The Other Jimmy |
31:8ea194f6145b | 369 | <v6LangP>1</v6LangP> |
The Other Jimmy |
31:8ea194f6145b | 370 | <vShortEn>1</vShortEn> |
The Other Jimmy |
31:8ea194f6145b | 371 | <vShortWch>1</vShortWch> |
The Other Jimmy |
31:8ea194f6145b | 372 | <v6Lto>0</v6Lto> |
The Other Jimmy |
31:8ea194f6145b | 373 | <v6WtE>0</v6WtE> |
The Other Jimmy |
31:8ea194f6145b | 374 | <v6Rtti>0</v6Rtti> |
The Other Jimmy |
31:8ea194f6145b | 375 | <VariousControls> |
The Other Jimmy |
31:8ea194f6145b | 376 | <MiscControls>{{c_flags}}</MiscControls> |
The Other Jimmy |
31:8ea194f6145b | 377 | <Define></Define> |
The Other Jimmy |
31:8ea194f6145b | 378 | <Undefine></Undefine> |
The Other Jimmy |
31:8ea194f6145b | 379 | <IncludePath>{{include_paths}}</IncludePath> |
The Other Jimmy |
31:8ea194f6145b | 380 | </VariousControls> |
The Other Jimmy |
31:8ea194f6145b | 381 | </Cads> |
The Other Jimmy |
31:8ea194f6145b | 382 | <Aads> |
The Other Jimmy |
31:8ea194f6145b | 383 | <interw>0</interw> |
The Other Jimmy |
31:8ea194f6145b | 384 | <Ropi>0</Ropi> |
The Other Jimmy |
31:8ea194f6145b | 385 | <Rwpi>0</Rwpi> |
The Other Jimmy |
31:8ea194f6145b | 386 | <thumb>0</thumb> |
The Other Jimmy |
31:8ea194f6145b | 387 | <SplitLS>0</SplitLS> |
The Other Jimmy |
31:8ea194f6145b | 388 | <SwStkChk>0</SwStkChk> |
The Other Jimmy |
31:8ea194f6145b | 389 | <NoWarn>0</NoWarn> |
The Other Jimmy |
31:8ea194f6145b | 390 | <uSurpInc>0</uSurpInc> |
The Other Jimmy |
31:8ea194f6145b | 391 | <useXO>0</useXO> |
The Other Jimmy |
31:8ea194f6145b | 392 | <uClangAs>0</uClangAs> |
The Other Jimmy |
31:8ea194f6145b | 393 | <VariousControls> |
The Other Jimmy |
31:8ea194f6145b | 394 | <MiscControls>{{asm_flags}}</MiscControls> |
The Other Jimmy |
31:8ea194f6145b | 395 | <Define></Define> |
The Other Jimmy |
31:8ea194f6145b | 396 | <Undefine></Undefine> |
The Other Jimmy |
31:8ea194f6145b | 397 | <IncludePath></IncludePath> |
The Other Jimmy |
31:8ea194f6145b | 398 | </VariousControls> |
The Other Jimmy |
31:8ea194f6145b | 399 | </Aads> |
The Other Jimmy |
31:8ea194f6145b | 400 | <LDads> |
The Other Jimmy |
31:8ea194f6145b | 401 | <umfTarg>0</umfTarg> |
The Other Jimmy |
31:8ea194f6145b | 402 | <Ropi>0</Ropi> |
The Other Jimmy |
31:8ea194f6145b | 403 | <Rwpi>0</Rwpi> |
The Other Jimmy |
31:8ea194f6145b | 404 | <noStLib>0</noStLib> |
The Other Jimmy |
31:8ea194f6145b | 405 | <RepFail>0</RepFail> |
The Other Jimmy |
31:8ea194f6145b | 406 | <useFile>0</useFile> |
The Other Jimmy |
31:8ea194f6145b | 407 | <TextAddressRange>0</TextAddressRange> |
The Other Jimmy |
31:8ea194f6145b | 408 | <DataAddressRange>0</DataAddressRange> |
The Other Jimmy |
31:8ea194f6145b | 409 | <pXoBase></pXoBase> |
The Other Jimmy |
31:8ea194f6145b | 410 | <ScatterFile>{{linker_script}}</ScatterFile> |
The Other Jimmy |
31:8ea194f6145b | 411 | <IncludeLibs></IncludeLibs> |
The Other Jimmy |
31:8ea194f6145b | 412 | <IncludeLibsPath></IncludeLibsPath> |
The Other Jimmy |
31:8ea194f6145b | 413 | <Misc></Misc> |
The Other Jimmy |
31:8ea194f6145b | 414 | <LinkerInputFile></LinkerInputFile> |
The Other Jimmy |
31:8ea194f6145b | 415 | <DisabledWarnings></DisabledWarnings> |
The Other Jimmy |
31:8ea194f6145b | 416 | </LDads> |
The Other Jimmy |
31:8ea194f6145b | 417 | </TargetArmAds> |
The Other Jimmy |
31:8ea194f6145b | 418 | </TargetOption> |
The Other Jimmy |
31:8ea194f6145b | 419 | <Groups> |
The Other Jimmy |
35:da9c89f8be7d | 420 | {% for group, files in project_files %} |
The Other Jimmy |
31:8ea194f6145b | 421 | <Group> |
The Other Jimmy |
31:8ea194f6145b | 422 | <GroupName>{{group}}</GroupName> |
The Other Jimmy |
31:8ea194f6145b | 423 | <Files> |
The Other Jimmy |
31:8ea194f6145b | 424 | {% for file in files %} |
The Other Jimmy |
31:8ea194f6145b | 425 | <File> |
The Other Jimmy |
31:8ea194f6145b | 426 | <FileType>{{file.type}}</FileType> |
The Other Jimmy |
31:8ea194f6145b | 427 | <FileName>{{file.name}}</FileName> |
The Other Jimmy |
31:8ea194f6145b | 428 | <FilePath>{{file.loc}}</FilePath> |
The Other Jimmy |
31:8ea194f6145b | 429 | </File> |
The Other Jimmy |
31:8ea194f6145b | 430 | {% endfor %} |
The Other Jimmy |
31:8ea194f6145b | 431 | </Files> |
The Other Jimmy |
31:8ea194f6145b | 432 | </Group> |
The Other Jimmy |
31:8ea194f6145b | 433 | {% endfor %} |
The Other Jimmy |
31:8ea194f6145b | 434 | </Groups> |
The Other Jimmy |
31:8ea194f6145b | 435 | </Target> |
The Other Jimmy |
31:8ea194f6145b | 436 | </Targets> |
The Other Jimmy |
31:8ea194f6145b | 437 | |
The Other Jimmy |
31:8ea194f6145b | 438 | </Project> |