gcc_example.uvprojx 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930
  1. <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
  2. <Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_projx.xsd">
  3. <SchemaVersion>2.1</SchemaVersion>
  4. <Header>### uVision Project, (C) Keil Software</Header>
  5. <Targets>
  6. <Target>
  7. <TargetName>example</TargetName>
  8. <ToolsetNumber>0x3</ToolsetNumber>
  9. <ToolsetName>ARM-GNU</ToolsetName>
  10. <uAC6>1</uAC6>
  11. <TargetOption>
  12. <TargetCommonOption>
  13. <Device>ARMCM0</Device>
  14. <Vendor>ARM</Vendor>
  15. <PackID>ARM.CMSIS.5.9.0</PackID>
  16. <PackURL>http://www.keil.com/pack/</PackURL>
  17. <Cpu>IRAM(0x20000000,0x00020000) IROM(0x00000000,0x00040000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
  18. <FlashUtilSpec></FlashUtilSpec>
  19. <StartupFile></StartupFile>
  20. <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
  21. <DeviceId>0</DeviceId>
  22. <RegisterFile>$$Device:ARMCM0$Device\ARM\ARMCM0\Include\ARMCM0.h</RegisterFile>
  23. <MemoryEnv></MemoryEnv>
  24. <Cmp></Cmp>
  25. <Asm></Asm>
  26. <Linker></Linker>
  27. <OHString></OHString>
  28. <InfinionOptionDll></InfinionOptionDll>
  29. <SLE66CMisc></SLE66CMisc>
  30. <SLE66AMisc></SLE66AMisc>
  31. <SLE66LinkerMisc></SLE66LinkerMisc>
  32. <SFDFile></SFDFile>
  33. <bCustSvd>0</bCustSvd>
  34. <UseEnv>0</UseEnv>
  35. <BinPath></BinPath>
  36. <IncludePath></IncludePath>
  37. <LibPath></LibPath>
  38. <RegisterFilePath></RegisterFilePath>
  39. <DBRegisterFilePath></DBRegisterFilePath>
  40. <TargetStatus>
  41. <Error>0</Error>
  42. <ExitCodeStop>0</ExitCodeStop>
  43. <ButtonStop>0</ButtonStop>
  44. <NotGenerated>0</NotGenerated>
  45. <InvalidFlash>1</InvalidFlash>
  46. </TargetStatus>
  47. <OutputDirectory>.\GCC_Out\</OutputDirectory>
  48. <OutputName>gcc_example</OutputName>
  49. <CreateExecutable>1</CreateExecutable>
  50. <CreateLib>0</CreateLib>
  51. <CreateHexFile>0</CreateHexFile>
  52. <DebugInformation>1</DebugInformation>
  53. <BrowseInformation>0</BrowseInformation>
  54. <ListingPath>.\GCC_Out\</ListingPath>
  55. <HexFormatSelection>1</HexFormatSelection>
  56. <Merge32K>0</Merge32K>
  57. <CreateBatchFile>0</CreateBatchFile>
  58. <BeforeCompile>
  59. <RunUserProg1>0</RunUserProg1>
  60. <RunUserProg2>0</RunUserProg2>
  61. <UserProg1Name></UserProg1Name>
  62. <UserProg2Name></UserProg2Name>
  63. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  64. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  65. <nStopU1X>0</nStopU1X>
  66. <nStopU2X>0</nStopU2X>
  67. </BeforeCompile>
  68. <BeforeMake>
  69. <RunUserProg1>0</RunUserProg1>
  70. <RunUserProg2>0</RunUserProg2>
  71. <UserProg1Name></UserProg1Name>
  72. <UserProg2Name></UserProg2Name>
  73. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  74. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  75. <nStopB1X>0</nStopB1X>
  76. <nStopB2X>0</nStopB2X>
  77. </BeforeMake>
  78. <AfterMake>
  79. <RunUserProg1>0</RunUserProg1>
  80. <RunUserProg2>0</RunUserProg2>
  81. <UserProg1Name></UserProg1Name>
  82. <UserProg2Name></UserProg2Name>
  83. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  84. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  85. <nStopA1X>0</nStopA1X>
  86. <nStopA2X>0</nStopA2X>
  87. </AfterMake>
  88. <SelectedForBatchBuild>0</SelectedForBatchBuild>
  89. <SVCSIdString></SVCSIdString>
  90. </TargetCommonOption>
  91. <CommonProperty>
  92. <UseCPPCompiler>0</UseCPPCompiler>
  93. <RVCTCodeConst>0</RVCTCodeConst>
  94. <RVCTZI>0</RVCTZI>
  95. <RVCTOtherData>0</RVCTOtherData>
  96. <ModuleSelection>0</ModuleSelection>
  97. <IncludeInBuild>1</IncludeInBuild>
  98. <AlwaysBuild>0</AlwaysBuild>
  99. <GenerateAssemblyFile>0</GenerateAssemblyFile>
  100. <AssembleAssemblyFile>0</AssembleAssemblyFile>
  101. <PublicsOnly>0</PublicsOnly>
  102. <StopOnExitCode>3</StopOnExitCode>
  103. <CustomArgument></CustomArgument>
  104. <IncludeLibraryModules></IncludeLibraryModules>
  105. <ComprImg>1</ComprImg>
  106. </CommonProperty>
  107. <DllOption>
  108. <SimDllName>SARMCM3.DLL</SimDllName>
  109. <SimDllArguments> </SimDllArguments>
  110. <SimDlgDll>DARMCM1.DLL</SimDlgDll>
  111. <SimDlgDllArguments>-pCM0</SimDlgDllArguments>
  112. <TargetDllName>SARMCM3.DLL</TargetDllName>
  113. <TargetDllArguments> </TargetDllArguments>
  114. <TargetDlgDll>TARMCM1.DLL</TargetDlgDll>
  115. <TargetDlgDllArguments>-pCM0</TargetDlgDllArguments>
  116. </DllOption>
  117. <DebugOption>
  118. <OPTHX>
  119. <HexSelection>1</HexSelection>
  120. <HexRangeLowAddress>0</HexRangeLowAddress>
  121. <HexRangeHighAddress>0</HexRangeHighAddress>
  122. <HexOffset>0</HexOffset>
  123. <Oh166RecLen>16</Oh166RecLen>
  124. </OPTHX>
  125. </DebugOption>
  126. <Utilities>
  127. <Flash1>
  128. <UseTargetDll>1</UseTargetDll>
  129. <UseExternalTool>0</UseExternalTool>
  130. <RunIndependent>0</RunIndependent>
  131. <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
  132. <Capability>0</Capability>
  133. <DriverSelection>-1</DriverSelection>
  134. </Flash1>
  135. <bUseTDR>1</bUseTDR>
  136. <Flash2>BIN\UL2CM3.DLL</Flash2>
  137. <Flash3></Flash3>
  138. <Flash4></Flash4>
  139. <pFcarmOut></pFcarmOut>
  140. <pFcarmGrp></pFcarmGrp>
  141. <pFcArmRoot></pFcArmRoot>
  142. <FcArmLst>0</FcArmLst>
  143. </Utilities>
  144. <TargetArm>
  145. <ArmMisc>
  146. <asLst>1</asLst>
  147. <asHll>1</asHll>
  148. <asAsm>1</asAsm>
  149. <asMacX>1</asMacX>
  150. <asSyms>1</asSyms>
  151. <asFals>1</asFals>
  152. <asDbgD>1</asDbgD>
  153. <asForm>1</asForm>
  154. <ldLst>1</ldLst>
  155. <ldmm>1</ldmm>
  156. <ldXref>1</ldXref>
  157. <BigEnd>0</BigEnd>
  158. <GCPUTYP>"Cortex-M0"</GCPUTYP>
  159. <mOS>0</mOS>
  160. <uocRom>0</uocRom>
  161. <uocRam>0</uocRam>
  162. <hadIROM>1</hadIROM>
  163. <hadIRAM>1</hadIRAM>
  164. <hadXRAM>0</hadXRAM>
  165. <uocXRam>0</uocXRam>
  166. <RvdsVP>0</RvdsVP>
  167. <RvdsMve>0</RvdsMve>
  168. <RvdsCdeCp>0</RvdsCdeCp>
  169. <nBranchProt>0</nBranchProt>
  170. <hadIRAM2>0</hadIRAM2>
  171. <hadIROM2>0</hadIROM2>
  172. <OnChipMemories>
  173. <Ocm1>
  174. <Type>0</Type>
  175. <StartAddress>0x0</StartAddress>
  176. <Size>0x0</Size>
  177. </Ocm1>
  178. <Ocm2>
  179. <Type>0</Type>
  180. <StartAddress>0x0</StartAddress>
  181. <Size>0x0</Size>
  182. </Ocm2>
  183. <Ocm3>
  184. <Type>0</Type>
  185. <StartAddress>0x0</StartAddress>
  186. <Size>0x0</Size>
  187. </Ocm3>
  188. <Ocm4>
  189. <Type>0</Type>
  190. <StartAddress>0x0</StartAddress>
  191. <Size>0x0</Size>
  192. </Ocm4>
  193. <Ocm5>
  194. <Type>0</Type>
  195. <StartAddress>0x0</StartAddress>
  196. <Size>0x0</Size>
  197. </Ocm5>
  198. <Ocm6>
  199. <Type>0</Type>
  200. <StartAddress>0x0</StartAddress>
  201. <Size>0x0</Size>
  202. </Ocm6>
  203. <IRAM>
  204. <Type>0</Type>
  205. <StartAddress>0x20000000</StartAddress>
  206. <Size>0x20000</Size>
  207. </IRAM>
  208. <IROM>
  209. <Type>1</Type>
  210. <StartAddress>0x0</StartAddress>
  211. <Size>0x40000</Size>
  212. </IROM>
  213. <XRAM>
  214. <Type>0</Type>
  215. <StartAddress>0x0</StartAddress>
  216. <Size>0x0</Size>
  217. </XRAM>
  218. <IRAM2>
  219. <Type>0</Type>
  220. <StartAddress>0x0</StartAddress>
  221. <Size>0x0</Size>
  222. </IRAM2>
  223. <IROM2>
  224. <Type>0</Type>
  225. <StartAddress>0x0</StartAddress>
  226. <Size>0x0</Size>
  227. </IROM2>
  228. </OnChipMemories>
  229. </ArmMisc>
  230. <Carm>
  231. <arpcs>1</arpcs>
  232. <stkchk>0</stkchk>
  233. <reentr>0</reentr>
  234. <interw>1</interw>
  235. <bigend>0</bigend>
  236. <Strict>0</Strict>
  237. <Optim>5</Optim>
  238. <wLevel>3</wLevel>
  239. <uThumb>1</uThumb>
  240. <VariousControls>
  241. <MiscControls></MiscControls>
  242. <Define>__PERF_COUNTER_CFG_USE_SYSTICK_WRAPPER__</Define>
  243. <Undefine></Undefine>
  244. <IncludePath>..\lib</IncludePath>
  245. </VariousControls>
  246. </Carm>
  247. <Aarm>
  248. <bBE>0</bBE>
  249. <interw>1</interw>
  250. <VariousControls>
  251. <MiscControls></MiscControls>
  252. <Define></Define>
  253. <Undefine></Undefine>
  254. <IncludePath></IncludePath>
  255. </VariousControls>
  256. </Aarm>
  257. <LDarm>
  258. <umfTarg>1</umfTarg>
  259. <enaGarb>0</enaGarb>
  260. <noStart>0</noStart>
  261. <noStLib>0</noStLib>
  262. <uMathLib>1</uMathLib>
  263. <TextAddressRange></TextAddressRange>
  264. <DataAddressRange></DataAddressRange>
  265. <BSSAddressRange></BSSAddressRange>
  266. <IncludeLibs></IncludeLibs>
  267. <IncludeDir></IncludeDir>
  268. <Misc>-Wl,--wrap=SysTick_Handler
  269. --specs=nosys.specs -Wl,--gc-sections
  270. -mcpu=cortex-m0 -lc -ffunction-sections -fdata-sections
  271. -fshort-enums -fshort-wchar</Misc>
  272. <ScatterFile>.\gcc\gcc_arm.ld</ScatterFile>
  273. </LDarm>
  274. </TargetArm>
  275. </TargetOption>
  276. <Groups>
  277. <Group>
  278. <GroupName>startup</GroupName>
  279. <Files>
  280. <File>
  281. <FileName>startup_ARMCM0.c</FileName>
  282. <FileType>1</FileType>
  283. <FilePath>.\gcc\startup_ARMCM0.c</FilePath>
  284. </File>
  285. <File>
  286. <FileName>system_ARMCM0.c</FileName>
  287. <FileType>1</FileType>
  288. <FilePath>.\gcc\system_ARMCM0.c</FilePath>
  289. </File>
  290. </Files>
  291. </Group>
  292. <Group>
  293. <GroupName>application</GroupName>
  294. <Files>
  295. <File>
  296. <FileName>main.c</FileName>
  297. <FileType>1</FileType>
  298. <FilePath>.\main.c</FilePath>
  299. </File>
  300. <File>
  301. <FileName>platform.c</FileName>
  302. <FileType>1</FileType>
  303. <FilePath>.\platform.c</FilePath>
  304. </File>
  305. <File>
  306. <FileName>stdout_USART.c</FileName>
  307. <FileType>1</FileType>
  308. <FilePath>.\stdout_USART.c</FilePath>
  309. </File>
  310. </Files>
  311. </Group>
  312. <Group>
  313. <GroupName>perf_counter</GroupName>
  314. <Files>
  315. <File>
  316. <FileName>perf_counter.c</FileName>
  317. <FileType>1</FileType>
  318. <FilePath>..\perf_counter.c</FilePath>
  319. <FileOption>
  320. <CommonProperty>
  321. <UseCPPCompiler>2</UseCPPCompiler>
  322. <RVCTCodeConst>0</RVCTCodeConst>
  323. <RVCTZI>0</RVCTZI>
  324. <RVCTOtherData>0</RVCTOtherData>
  325. <ModuleSelection>0</ModuleSelection>
  326. <IncludeInBuild>0</IncludeInBuild>
  327. <AlwaysBuild>2</AlwaysBuild>
  328. <GenerateAssemblyFile>2</GenerateAssemblyFile>
  329. <AssembleAssemblyFile>2</AssembleAssemblyFile>
  330. <PublicsOnly>2</PublicsOnly>
  331. <StopOnExitCode>11</StopOnExitCode>
  332. <CustomArgument></CustomArgument>
  333. <IncludeLibraryModules></IncludeLibraryModules>
  334. <ComprImg>1</ComprImg>
  335. </CommonProperty>
  336. <FileArm>
  337. <Carm>
  338. <arpcs>2</arpcs>
  339. <stkchk>2</stkchk>
  340. <reentr>2</reentr>
  341. <interw>2</interw>
  342. <bigend>2</bigend>
  343. <Strict>0</Strict>
  344. <Optim>0</Optim>
  345. <wLevel>0</wLevel>
  346. <uThumb>2</uThumb>
  347. <VariousControls>
  348. <MiscControls></MiscControls>
  349. <Define></Define>
  350. <Undefine></Undefine>
  351. <IncludePath></IncludePath>
  352. </VariousControls>
  353. </Carm>
  354. </FileArm>
  355. </FileOption>
  356. </File>
  357. <File>
  358. <FileName>perf_counter.h</FileName>
  359. <FileType>5</FileType>
  360. <FilePath>..\perf_counter.h</FilePath>
  361. </File>
  362. <File>
  363. <FileName>systick_wrapper_gcc.s</FileName>
  364. <FileType>2</FileType>
  365. <FilePath>..\systick_wrapper_gcc.s</FilePath>
  366. <FileOption>
  367. <CommonProperty>
  368. <UseCPPCompiler>2</UseCPPCompiler>
  369. <RVCTCodeConst>0</RVCTCodeConst>
  370. <RVCTZI>0</RVCTZI>
  371. <RVCTOtherData>0</RVCTOtherData>
  372. <ModuleSelection>0</ModuleSelection>
  373. <IncludeInBuild>0</IncludeInBuild>
  374. <AlwaysBuild>2</AlwaysBuild>
  375. <GenerateAssemblyFile>2</GenerateAssemblyFile>
  376. <AssembleAssemblyFile>2</AssembleAssemblyFile>
  377. <PublicsOnly>2</PublicsOnly>
  378. <StopOnExitCode>11</StopOnExitCode>
  379. <CustomArgument></CustomArgument>
  380. <IncludeLibraryModules></IncludeLibraryModules>
  381. <ComprImg>1</ComprImg>
  382. </CommonProperty>
  383. <FileArm>
  384. <Aarm>
  385. <bBE>2</bBE>
  386. <interw>2</interw>
  387. <VariousControls>
  388. <MiscControls></MiscControls>
  389. <Define></Define>
  390. <Undefine></Undefine>
  391. <IncludePath></IncludePath>
  392. </VariousControls>
  393. </Aarm>
  394. </FileArm>
  395. </FileOption>
  396. </File>
  397. <File>
  398. <FileName>libperf_counter_gcc.a</FileName>
  399. <FileType>4</FileType>
  400. <FilePath>..\lib\libperf_counter_gcc.a</FilePath>
  401. </File>
  402. </Files>
  403. </Group>
  404. <Group>
  405. <GroupName>::CMSIS</GroupName>
  406. </Group>
  407. </Groups>
  408. </Target>
  409. <Target>
  410. <TargetName>gcc_lib</TargetName>
  411. <ToolsetNumber>0x3</ToolsetNumber>
  412. <ToolsetName>ARM-GNU</ToolsetName>
  413. <uAC6>1</uAC6>
  414. <TargetOption>
  415. <TargetCommonOption>
  416. <Device>ARMCM0</Device>
  417. <Vendor>ARM</Vendor>
  418. <PackID>ARM.CMSIS.5.9.0</PackID>
  419. <PackURL>http://www.keil.com/pack/</PackURL>
  420. <Cpu>IRAM(0x20000000,0x00020000) IROM(0x00000000,0x00040000) CPUTYPE("Cortex-M0") CLOCK(12000000) ESEL ELITTLE</Cpu>
  421. <FlashUtilSpec></FlashUtilSpec>
  422. <StartupFile></StartupFile>
  423. <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
  424. <DeviceId>0</DeviceId>
  425. <RegisterFile>$$Device:ARMCM0$Device\ARM\ARMCM0\Include\ARMCM0.h</RegisterFile>
  426. <MemoryEnv></MemoryEnv>
  427. <Cmp></Cmp>
  428. <Asm></Asm>
  429. <Linker></Linker>
  430. <OHString></OHString>
  431. <InfinionOptionDll></InfinionOptionDll>
  432. <SLE66CMisc></SLE66CMisc>
  433. <SLE66AMisc></SLE66AMisc>
  434. <SLE66LinkerMisc></SLE66LinkerMisc>
  435. <SFDFile></SFDFile>
  436. <bCustSvd>0</bCustSvd>
  437. <UseEnv>0</UseEnv>
  438. <BinPath></BinPath>
  439. <IncludePath></IncludePath>
  440. <LibPath></LibPath>
  441. <RegisterFilePath></RegisterFilePath>
  442. <DBRegisterFilePath></DBRegisterFilePath>
  443. <TargetStatus>
  444. <Error>0</Error>
  445. <ExitCodeStop>0</ExitCodeStop>
  446. <ButtonStop>0</ButtonStop>
  447. <NotGenerated>0</NotGenerated>
  448. <InvalidFlash>1</InvalidFlash>
  449. </TargetStatus>
  450. <OutputDirectory>.\GCC_Out\</OutputDirectory>
  451. <OutputName>perf_counter_gcc</OutputName>
  452. <CreateExecutable>0</CreateExecutable>
  453. <CreateLib>1</CreateLib>
  454. <CreateHexFile>0</CreateHexFile>
  455. <DebugInformation>0</DebugInformation>
  456. <BrowseInformation>0</BrowseInformation>
  457. <ListingPath>.\</ListingPath>
  458. <HexFormatSelection>1</HexFormatSelection>
  459. <Merge32K>0</Merge32K>
  460. <CreateBatchFile>0</CreateBatchFile>
  461. <BeforeCompile>
  462. <RunUserProg1>0</RunUserProg1>
  463. <RunUserProg2>0</RunUserProg2>
  464. <UserProg1Name></UserProg1Name>
  465. <UserProg2Name></UserProg2Name>
  466. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  467. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  468. <nStopU1X>0</nStopU1X>
  469. <nStopU2X>0</nStopU2X>
  470. </BeforeCompile>
  471. <BeforeMake>
  472. <RunUserProg1>0</RunUserProg1>
  473. <RunUserProg2>0</RunUserProg2>
  474. <UserProg1Name></UserProg1Name>
  475. <UserProg2Name></UserProg2Name>
  476. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  477. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  478. <nStopB1X>0</nStopB1X>
  479. <nStopB2X>0</nStopB2X>
  480. </BeforeMake>
  481. <AfterMake>
  482. <RunUserProg1>1</RunUserProg1>
  483. <RunUserProg2>0</RunUserProg2>
  484. <UserProg1Name>copy.bat</UserProg1Name>
  485. <UserProg2Name></UserProg2Name>
  486. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  487. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  488. <nStopA1X>0</nStopA1X>
  489. <nStopA2X>0</nStopA2X>
  490. </AfterMake>
  491. <SelectedForBatchBuild>0</SelectedForBatchBuild>
  492. <SVCSIdString></SVCSIdString>
  493. </TargetCommonOption>
  494. <CommonProperty>
  495. <UseCPPCompiler>0</UseCPPCompiler>
  496. <RVCTCodeConst>0</RVCTCodeConst>
  497. <RVCTZI>0</RVCTZI>
  498. <RVCTOtherData>0</RVCTOtherData>
  499. <ModuleSelection>0</ModuleSelection>
  500. <IncludeInBuild>1</IncludeInBuild>
  501. <AlwaysBuild>0</AlwaysBuild>
  502. <GenerateAssemblyFile>0</GenerateAssemblyFile>
  503. <AssembleAssemblyFile>0</AssembleAssemblyFile>
  504. <PublicsOnly>0</PublicsOnly>
  505. <StopOnExitCode>3</StopOnExitCode>
  506. <CustomArgument></CustomArgument>
  507. <IncludeLibraryModules></IncludeLibraryModules>
  508. <ComprImg>1</ComprImg>
  509. </CommonProperty>
  510. <DllOption>
  511. <SimDllName>SARMCM3.DLL</SimDllName>
  512. <SimDllArguments> </SimDllArguments>
  513. <SimDlgDll>DARMCM1.DLL</SimDlgDll>
  514. <SimDlgDllArguments>-pCM0</SimDlgDllArguments>
  515. <TargetDllName>SARMCM3.DLL</TargetDllName>
  516. <TargetDllArguments> </TargetDllArguments>
  517. <TargetDlgDll>TARMCM1.DLL</TargetDlgDll>
  518. <TargetDlgDllArguments>-pCM0</TargetDlgDllArguments>
  519. </DllOption>
  520. <DebugOption>
  521. <OPTHX>
  522. <HexSelection>1</HexSelection>
  523. <HexRangeLowAddress>0</HexRangeLowAddress>
  524. <HexRangeHighAddress>0</HexRangeHighAddress>
  525. <HexOffset>0</HexOffset>
  526. <Oh166RecLen>16</Oh166RecLen>
  527. </OPTHX>
  528. </DebugOption>
  529. <Utilities>
  530. <Flash1>
  531. <UseTargetDll>1</UseTargetDll>
  532. <UseExternalTool>0</UseExternalTool>
  533. <RunIndependent>0</RunIndependent>
  534. <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
  535. <Capability>1</Capability>
  536. <DriverSelection>-1</DriverSelection>
  537. </Flash1>
  538. <bUseTDR>1</bUseTDR>
  539. <Flash2>BIN\UL2CM3.DLL</Flash2>
  540. <Flash3></Flash3>
  541. <Flash4></Flash4>
  542. <pFcarmOut></pFcarmOut>
  543. <pFcarmGrp></pFcarmGrp>
  544. <pFcArmRoot></pFcArmRoot>
  545. <FcArmLst>0</FcArmLst>
  546. </Utilities>
  547. <TargetArm>
  548. <ArmMisc>
  549. <asLst>1</asLst>
  550. <asHll>1</asHll>
  551. <asAsm>1</asAsm>
  552. <asMacX>1</asMacX>
  553. <asSyms>1</asSyms>
  554. <asFals>1</asFals>
  555. <asDbgD>1</asDbgD>
  556. <asForm>1</asForm>
  557. <ldLst>1</ldLst>
  558. <ldmm>1</ldmm>
  559. <ldXref>1</ldXref>
  560. <BigEnd>0</BigEnd>
  561. <GCPUTYP>"Cortex-M0"</GCPUTYP>
  562. <mOS>0</mOS>
  563. <uocRom>0</uocRom>
  564. <uocRam>0</uocRam>
  565. <hadIROM>1</hadIROM>
  566. <hadIRAM>1</hadIRAM>
  567. <hadXRAM>0</hadXRAM>
  568. <uocXRam>0</uocXRam>
  569. <RvdsVP>0</RvdsVP>
  570. <RvdsMve>0</RvdsMve>
  571. <RvdsCdeCp>0</RvdsCdeCp>
  572. <nBranchProt>0</nBranchProt>
  573. <hadIRAM2>0</hadIRAM2>
  574. <hadIROM2>0</hadIROM2>
  575. <OnChipMemories>
  576. <Ocm1>
  577. <Type>0</Type>
  578. <StartAddress>0x0</StartAddress>
  579. <Size>0x0</Size>
  580. </Ocm1>
  581. <Ocm2>
  582. <Type>0</Type>
  583. <StartAddress>0x0</StartAddress>
  584. <Size>0x0</Size>
  585. </Ocm2>
  586. <Ocm3>
  587. <Type>0</Type>
  588. <StartAddress>0x0</StartAddress>
  589. <Size>0x0</Size>
  590. </Ocm3>
  591. <Ocm4>
  592. <Type>0</Type>
  593. <StartAddress>0x0</StartAddress>
  594. <Size>0x0</Size>
  595. </Ocm4>
  596. <Ocm5>
  597. <Type>0</Type>
  598. <StartAddress>0x0</StartAddress>
  599. <Size>0x0</Size>
  600. </Ocm5>
  601. <Ocm6>
  602. <Type>0</Type>
  603. <StartAddress>0x0</StartAddress>
  604. <Size>0x0</Size>
  605. </Ocm6>
  606. <IRAM>
  607. <Type>0</Type>
  608. <StartAddress>0x20000000</StartAddress>
  609. <Size>0x20000</Size>
  610. </IRAM>
  611. <IROM>
  612. <Type>1</Type>
  613. <StartAddress>0x0</StartAddress>
  614. <Size>0x40000</Size>
  615. </IROM>
  616. <XRAM>
  617. <Type>0</Type>
  618. <StartAddress>0x0</StartAddress>
  619. <Size>0x0</Size>
  620. </XRAM>
  621. <IRAM2>
  622. <Type>0</Type>
  623. <StartAddress>0x0</StartAddress>
  624. <Size>0x0</Size>
  625. </IRAM2>
  626. <IROM2>
  627. <Type>0</Type>
  628. <StartAddress>0x0</StartAddress>
  629. <Size>0x0</Size>
  630. </IROM2>
  631. </OnChipMemories>
  632. </ArmMisc>
  633. <Carm>
  634. <arpcs>1</arpcs>
  635. <stkchk>0</stkchk>
  636. <reentr>0</reentr>
  637. <interw>1</interw>
  638. <bigend>0</bigend>
  639. <Strict>0</Strict>
  640. <Optim>4</Optim>
  641. <wLevel>3</wLevel>
  642. <uThumb>1</uThumb>
  643. <VariousControls>
  644. <MiscControls></MiscControls>
  645. <Define></Define>
  646. <Undefine></Undefine>
  647. <IncludePath></IncludePath>
  648. </VariousControls>
  649. </Carm>
  650. <Aarm>
  651. <bBE>0</bBE>
  652. <interw>1</interw>
  653. <VariousControls>
  654. <MiscControls></MiscControls>
  655. <Define></Define>
  656. <Undefine></Undefine>
  657. <IncludePath></IncludePath>
  658. </VariousControls>
  659. </Aarm>
  660. <LDarm>
  661. <umfTarg>1</umfTarg>
  662. <enaGarb>0</enaGarb>
  663. <noStart>0</noStart>
  664. <noStLib>0</noStLib>
  665. <uMathLib>1</uMathLib>
  666. <TextAddressRange></TextAddressRange>
  667. <DataAddressRange></DataAddressRange>
  668. <BSSAddressRange></BSSAddressRange>
  669. <IncludeLibs></IncludeLibs>
  670. <IncludeDir></IncludeDir>
  671. <Misc>-Wl,--wrap=SysTick_Handler
  672. --specs=nosys.specs -Wl,--gc-sections
  673. -mcpu=cortex-m0 -lc -ffunction-sections -fdata-sections
  674. -fshort-enums -fshort-wchar</Misc>
  675. <ScatterFile>.\gcc\gcc_arm.ld</ScatterFile>
  676. </LDarm>
  677. </TargetArm>
  678. </TargetOption>
  679. <Groups>
  680. <Group>
  681. <GroupName>startup</GroupName>
  682. <GroupOption>
  683. <CommonProperty>
  684. <UseCPPCompiler>0</UseCPPCompiler>
  685. <RVCTCodeConst>0</RVCTCodeConst>
  686. <RVCTZI>0</RVCTZI>
  687. <RVCTOtherData>0</RVCTOtherData>
  688. <ModuleSelection>0</ModuleSelection>
  689. <IncludeInBuild>0</IncludeInBuild>
  690. <AlwaysBuild>2</AlwaysBuild>
  691. <GenerateAssemblyFile>2</GenerateAssemblyFile>
  692. <AssembleAssemblyFile>2</AssembleAssemblyFile>
  693. <PublicsOnly>2</PublicsOnly>
  694. <StopOnExitCode>11</StopOnExitCode>
  695. <CustomArgument></CustomArgument>
  696. <IncludeLibraryModules></IncludeLibraryModules>
  697. <ComprImg>1</ComprImg>
  698. </CommonProperty>
  699. <GroupArm>
  700. <Carm>
  701. <arpcs>2</arpcs>
  702. <stkchk>2</stkchk>
  703. <reentr>2</reentr>
  704. <interw>2</interw>
  705. <bigend>2</bigend>
  706. <Strict>0</Strict>
  707. <Optim>0</Optim>
  708. <wLevel>0</wLevel>
  709. <uThumb>2</uThumb>
  710. <VariousControls>
  711. <MiscControls></MiscControls>
  712. <Define></Define>
  713. <Undefine></Undefine>
  714. <IncludePath></IncludePath>
  715. </VariousControls>
  716. </Carm>
  717. <Aarm>
  718. <bBE>2</bBE>
  719. <interw>2</interw>
  720. <VariousControls>
  721. <MiscControls></MiscControls>
  722. <Define></Define>
  723. <Undefine></Undefine>
  724. <IncludePath></IncludePath>
  725. </VariousControls>
  726. </Aarm>
  727. </GroupArm>
  728. </GroupOption>
  729. <Files>
  730. <File>
  731. <FileName>startup_ARMCM0.c</FileName>
  732. <FileType>1</FileType>
  733. <FilePath>.\gcc\startup_ARMCM0.c</FilePath>
  734. </File>
  735. <File>
  736. <FileName>system_ARMCM0.c</FileName>
  737. <FileType>1</FileType>
  738. <FilePath>.\gcc\system_ARMCM0.c</FilePath>
  739. </File>
  740. </Files>
  741. </Group>
  742. <Group>
  743. <GroupName>application</GroupName>
  744. <GroupOption>
  745. <CommonProperty>
  746. <UseCPPCompiler>0</UseCPPCompiler>
  747. <RVCTCodeConst>0</RVCTCodeConst>
  748. <RVCTZI>0</RVCTZI>
  749. <RVCTOtherData>0</RVCTOtherData>
  750. <ModuleSelection>0</ModuleSelection>
  751. <IncludeInBuild>0</IncludeInBuild>
  752. <AlwaysBuild>2</AlwaysBuild>
  753. <GenerateAssemblyFile>2</GenerateAssemblyFile>
  754. <AssembleAssemblyFile>2</AssembleAssemblyFile>
  755. <PublicsOnly>2</PublicsOnly>
  756. <StopOnExitCode>11</StopOnExitCode>
  757. <CustomArgument></CustomArgument>
  758. <IncludeLibraryModules></IncludeLibraryModules>
  759. <ComprImg>1</ComprImg>
  760. </CommonProperty>
  761. <GroupArm>
  762. <Carm>
  763. <arpcs>2</arpcs>
  764. <stkchk>2</stkchk>
  765. <reentr>2</reentr>
  766. <interw>2</interw>
  767. <bigend>2</bigend>
  768. <Strict>0</Strict>
  769. <Optim>0</Optim>
  770. <wLevel>0</wLevel>
  771. <uThumb>2</uThumb>
  772. <VariousControls>
  773. <MiscControls></MiscControls>
  774. <Define></Define>
  775. <Undefine></Undefine>
  776. <IncludePath></IncludePath>
  777. </VariousControls>
  778. </Carm>
  779. <Aarm>
  780. <bBE>2</bBE>
  781. <interw>2</interw>
  782. <VariousControls>
  783. <MiscControls></MiscControls>
  784. <Define></Define>
  785. <Undefine></Undefine>
  786. <IncludePath></IncludePath>
  787. </VariousControls>
  788. </Aarm>
  789. </GroupArm>
  790. </GroupOption>
  791. <Files>
  792. <File>
  793. <FileName>main.c</FileName>
  794. <FileType>1</FileType>
  795. <FilePath>.\main.c</FilePath>
  796. </File>
  797. <File>
  798. <FileName>platform.c</FileName>
  799. <FileType>1</FileType>
  800. <FilePath>.\platform.c</FilePath>
  801. </File>
  802. <File>
  803. <FileName>stdout_USART.c</FileName>
  804. <FileType>1</FileType>
  805. <FilePath>.\stdout_USART.c</FilePath>
  806. </File>
  807. </Files>
  808. </Group>
  809. <Group>
  810. <GroupName>perf_counter</GroupName>
  811. <Files>
  812. <File>
  813. <FileName>perf_counter.c</FileName>
  814. <FileType>1</FileType>
  815. <FilePath>..\perf_counter.c</FilePath>
  816. </File>
  817. <File>
  818. <FileName>perf_counter.h</FileName>
  819. <FileType>5</FileType>
  820. <FilePath>..\perf_counter.h</FilePath>
  821. </File>
  822. <File>
  823. <FileName>systick_wrapper_gcc.s</FileName>
  824. <FileType>2</FileType>
  825. <FilePath>..\systick_wrapper_gcc.s</FilePath>
  826. </File>
  827. <File>
  828. <FileName>libperf_counter_gcc.a</FileName>
  829. <FileType>4</FileType>
  830. <FilePath>..\lib\libperf_counter_gcc.a</FilePath>
  831. <FileOption>
  832. <CommonProperty>
  833. <UseCPPCompiler>2</UseCPPCompiler>
  834. <RVCTCodeConst>0</RVCTCodeConst>
  835. <RVCTZI>0</RVCTZI>
  836. <RVCTOtherData>0</RVCTOtherData>
  837. <ModuleSelection>0</ModuleSelection>
  838. <IncludeInBuild>0</IncludeInBuild>
  839. <AlwaysBuild>2</AlwaysBuild>
  840. <GenerateAssemblyFile>2</GenerateAssemblyFile>
  841. <AssembleAssemblyFile>2</AssembleAssemblyFile>
  842. <PublicsOnly>2</PublicsOnly>
  843. <StopOnExitCode>11</StopOnExitCode>
  844. <CustomArgument></CustomArgument>
  845. <IncludeLibraryModules></IncludeLibraryModules>
  846. <ComprImg>1</ComprImg>
  847. </CommonProperty>
  848. <FileArm/>
  849. </FileOption>
  850. </File>
  851. </Files>
  852. </Group>
  853. <Group>
  854. <GroupName>::CMSIS</GroupName>
  855. </Group>
  856. </Groups>
  857. </Target>
  858. </Targets>
  859. <RTE>
  860. <apis/>
  861. <components>
  862. <component Cclass="CMSIS" Cgroup="CORE" Cvendor="ARM" Cversion="5.6.0" condition="ARMv6_7_8-M Device">
  863. <package name="CMSIS" schemaVersion="1.7.7" url="http://www.keil.com/pack/" vendor="ARM" version="5.9.0"/>
  864. <targetInfos>
  865. <targetInfo name="example"/>
  866. <targetInfo name="gcc_lib"/>
  867. </targetInfos>
  868. </component>
  869. </components>
  870. <files>
  871. <file attr="config" category="linkerScript" condition="GCC" name="Device\ARM\ARMCM0\Source\GCC\gcc_arm.ld" version="2.1.0">
  872. <instance index="0" removed="1">RTE\Device\ARMCM0\gcc_arm.ld</instance>
  873. <component Cclass="Device" Cgroup="Startup" Cvendor="ARM" Cversion="1.2.2" condition="ARMCM0 CMSIS"/>
  874. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="5.8.0"/>
  875. <targetInfos/>
  876. </file>
  877. <file attr="config" category="sourceAsm" condition="GCC" name="Device\ARM\ARMCM0\Source\GCC\startup_ARMCM0.S" version="0.0.0">
  878. <instance index="0" removed="1">RTE\Device\ARMCM0\startup_ARMCM0.S</instance>
  879. <component Cclass="Device" Cgroup="Startup" Cvendor="ARM" Cversion="1.2.2" condition="ARMCM0 CMSIS"/>
  880. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="5.8.0"/>
  881. <targetInfos/>
  882. </file>
  883. <file attr="config" category="sourceC" name="Device\ARM\ARMCM0\Source\system_ARMCM0.c" version="0.0.0">
  884. <instance index="0" removed="1">RTE\Device\ARMCM0\system_ARMCM0.c</instance>
  885. <component Cclass="Device" Cgroup="Startup" Cvendor="ARM" Cversion="1.2.2" condition="ARMCM0 CMSIS"/>
  886. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="5.8.0"/>
  887. <targetInfos/>
  888. </file>
  889. <file attr="config" category="header" name="CMSIS\Config\RTE_Device.h" version="0.0.0">
  890. <instance index="0" removed="1">RTE\Device\CMSDK_CM3\RTE_Device.h</instance>
  891. <component Cclass="Device" Cgroup="Startup" Cvendor="Keil" Cversion="1.0.0" condition="CMSDK_CM3 CMSIS"/>
  892. <package name="V2M-MPS2_CMx_BSP" schemaVersion="1.2" url="http://www.keil.com/pack/" vendor="Keil" version="1.7.0"/>
  893. <targetInfos/>
  894. </file>
  895. <file attr="config" category="source" name="Device\CMSDK_CM3\Source\system_CMSDK_CM3.c" version="0.0.0">
  896. <instance index="0" removed="1">RTE\Device\CMSDK_CM3\system_CMSDK_CM3.c</instance>
  897. <component Cclass="Device" Cgroup="Startup" Cvendor="Keil" Cversion="1.0.0" condition="CMSDK_CM3 CMSIS"/>
  898. <package name="V2M-MPS2_CMx_BSP" schemaVersion="1.2" url="http://www.keil.com/pack/" vendor="Keil" version="1.7.0"/>
  899. <targetInfos/>
  900. </file>
  901. <file attr="config" category="source" name="benchmark\coremark_port\core_portme.c" version="1.0.0">
  902. <instance index="0" removed="1">RTE\Utilities\core_portme.c</instance>
  903. <component Cbundle="Performance Counter" Cclass="Utilities" Cgroup="perf_counter" Csub="Benchmark" Cvariant="Coremark" Cvendor="GorgonMeducer" Cversion="1.0.0" condition="perf_counter"/>
  904. <package name="perf_counter" schemaVersion="1.4" url="https://raw.githubusercontent.com/GorgonMeducer/perf_counter/CMSIS-Pack/cmsis-pack/" vendor="GorgonMeducer" version="2.0.0"/>
  905. <targetInfos/>
  906. </file>
  907. <file attr="config" category="header" name="benchmark\coremark_port\core_portme.h" version="1.0.0">
  908. <instance index="0" removed="1">RTE\Utilities\core_portme.h</instance>
  909. <component Cbundle="Performance Counter" Cclass="Utilities" Cgroup="perf_counter" Csub="Benchmark" Cvariant="Coremark" Cvendor="GorgonMeducer" Cversion="1.0.0" condition="perf_counter"/>
  910. <package name="perf_counter" schemaVersion="1.4" url="https://raw.githubusercontent.com/GorgonMeducer/perf_counter/CMSIS-Pack/cmsis-pack/" vendor="GorgonMeducer" version="2.0.0"/>
  911. <targetInfos/>
  912. </file>
  913. </files>
  914. </RTE>
  915. <LayerInfo>
  916. <Layers>
  917. <Layer>
  918. <LayName>gcc_example</LayName>
  919. <LayPrjMark>1</LayPrjMark>
  920. </Layer>
  921. </Layers>
  922. </LayerInfo>
  923. </Project>