Keyboard firmwares for Atmel AVR and Cortex-M
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

uvision4_nucleo_f103rb.uvproj.tmpl 16KB

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