example.uvprojx 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320
  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>0x4</ToolsetNumber>
  9. <ToolsetName>ARM-ADS</ToolsetName>
  10. <pCCUsed>6150000::V6.15::ARMCLANG</pCCUsed>
  11. <uAC6>1</uAC6>
  12. <TargetOption>
  13. <TargetCommonOption>
  14. <Device>ARMCM3</Device>
  15. <Vendor>ARM</Vendor>
  16. <PackID>ARM.CMSIS.5.7.0</PackID>
  17. <PackURL>http://www.keil.com/pack/</PackURL>
  18. <Cpu>IRAM(0x20000000,0x00020000) IROM(0x00000000,0x00040000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
  19. <FlashUtilSpec></FlashUtilSpec>
  20. <StartupFile></StartupFile>
  21. <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
  22. <DeviceId>0</DeviceId>
  23. <RegisterFile>$$Device:ARMCM3$Device\ARM\ARMCM3\Include\ARMCM3.h</RegisterFile>
  24. <MemoryEnv></MemoryEnv>
  25. <Cmp></Cmp>
  26. <Asm></Asm>
  27. <Linker></Linker>
  28. <OHString></OHString>
  29. <InfinionOptionDll></InfinionOptionDll>
  30. <SLE66CMisc></SLE66CMisc>
  31. <SLE66AMisc></SLE66AMisc>
  32. <SLE66LinkerMisc></SLE66LinkerMisc>
  33. <SFDFile></SFDFile>
  34. <bCustSvd>0</bCustSvd>
  35. <UseEnv>0</UseEnv>
  36. <BinPath></BinPath>
  37. <IncludePath></IncludePath>
  38. <LibPath></LibPath>
  39. <RegisterFilePath></RegisterFilePath>
  40. <DBRegisterFilePath></DBRegisterFilePath>
  41. <TargetStatus>
  42. <Error>0</Error>
  43. <ExitCodeStop>0</ExitCodeStop>
  44. <ButtonStop>0</ButtonStop>
  45. <NotGenerated>0</NotGenerated>
  46. <InvalidFlash>1</InvalidFlash>
  47. </TargetStatus>
  48. <OutputDirectory>.\Out\</OutputDirectory>
  49. <OutputName>example</OutputName>
  50. <CreateExecutable>1</CreateExecutable>
  51. <CreateLib>0</CreateLib>
  52. <CreateHexFile>0</CreateHexFile>
  53. <DebugInformation>1</DebugInformation>
  54. <BrowseInformation>1</BrowseInformation>
  55. <ListingPath>.\</ListingPath>
  56. <HexFormatSelection>1</HexFormatSelection>
  57. <Merge32K>0</Merge32K>
  58. <CreateBatchFile>0</CreateBatchFile>
  59. <BeforeCompile>
  60. <RunUserProg1>0</RunUserProg1>
  61. <RunUserProg2>0</RunUserProg2>
  62. <UserProg1Name></UserProg1Name>
  63. <UserProg2Name></UserProg2Name>
  64. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  65. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  66. <nStopU1X>0</nStopU1X>
  67. <nStopU2X>0</nStopU2X>
  68. </BeforeCompile>
  69. <BeforeMake>
  70. <RunUserProg1>0</RunUserProg1>
  71. <RunUserProg2>0</RunUserProg2>
  72. <UserProg1Name></UserProg1Name>
  73. <UserProg2Name></UserProg2Name>
  74. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  75. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  76. <nStopB1X>0</nStopB1X>
  77. <nStopB2X>0</nStopB2X>
  78. </BeforeMake>
  79. <AfterMake>
  80. <RunUserProg1>0</RunUserProg1>
  81. <RunUserProg2>0</RunUserProg2>
  82. <UserProg1Name></UserProg1Name>
  83. <UserProg2Name></UserProg2Name>
  84. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  85. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  86. <nStopA1X>0</nStopA1X>
  87. <nStopA2X>0</nStopA2X>
  88. </AfterMake>
  89. <SelectedForBatchBuild>0</SelectedForBatchBuild>
  90. <SVCSIdString></SVCSIdString>
  91. </TargetCommonOption>
  92. <CommonProperty>
  93. <UseCPPCompiler>0</UseCPPCompiler>
  94. <RVCTCodeConst>0</RVCTCodeConst>
  95. <RVCTZI>0</RVCTZI>
  96. <RVCTOtherData>0</RVCTOtherData>
  97. <ModuleSelection>0</ModuleSelection>
  98. <IncludeInBuild>1</IncludeInBuild>
  99. <AlwaysBuild>0</AlwaysBuild>
  100. <GenerateAssemblyFile>0</GenerateAssemblyFile>
  101. <AssembleAssemblyFile>0</AssembleAssemblyFile>
  102. <PublicsOnly>0</PublicsOnly>
  103. <StopOnExitCode>3</StopOnExitCode>
  104. <CustomArgument></CustomArgument>
  105. <IncludeLibraryModules></IncludeLibraryModules>
  106. <ComprImg>1</ComprImg>
  107. </CommonProperty>
  108. <DllOption>
  109. <SimDllName>SARMCM3.DLL</SimDllName>
  110. <SimDllArguments> -MPU</SimDllArguments>
  111. <SimDlgDll>DCM.DLL</SimDlgDll>
  112. <SimDlgDllArguments>-pCM3</SimDlgDllArguments>
  113. <TargetDllName>SARMCM3.DLL</TargetDllName>
  114. <TargetDllArguments> -MPU</TargetDllArguments>
  115. <TargetDlgDll>TCM.DLL</TargetDlgDll>
  116. <TargetDlgDllArguments>-pCM3</TargetDlgDllArguments>
  117. </DllOption>
  118. <DebugOption>
  119. <OPTHX>
  120. <HexSelection>1</HexSelection>
  121. <HexRangeLowAddress>0</HexRangeLowAddress>
  122. <HexRangeHighAddress>0</HexRangeHighAddress>
  123. <HexOffset>0</HexOffset>
  124. <Oh166RecLen>16</Oh166RecLen>
  125. </OPTHX>
  126. </DebugOption>
  127. <Utilities>
  128. <Flash1>
  129. <UseTargetDll>1</UseTargetDll>
  130. <UseExternalTool>0</UseExternalTool>
  131. <RunIndependent>0</RunIndependent>
  132. <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
  133. <Capability>0</Capability>
  134. <DriverSelection>-1</DriverSelection>
  135. </Flash1>
  136. <bUseTDR>1</bUseTDR>
  137. <Flash2>BIN\UL2CM3.DLL</Flash2>
  138. <Flash3></Flash3>
  139. <Flash4></Flash4>
  140. <pFcarmOut></pFcarmOut>
  141. <pFcarmGrp></pFcarmGrp>
  142. <pFcArmRoot></pFcArmRoot>
  143. <FcArmLst>0</FcArmLst>
  144. </Utilities>
  145. <TargetArmAds>
  146. <ArmAdsMisc>
  147. <GenerateListings>0</GenerateListings>
  148. <asHll>1</asHll>
  149. <asAsm>1</asAsm>
  150. <asMacX>1</asMacX>
  151. <asSyms>1</asSyms>
  152. <asFals>1</asFals>
  153. <asDbgD>1</asDbgD>
  154. <asForm>1</asForm>
  155. <ldLst>0</ldLst>
  156. <ldmm>1</ldmm>
  157. <ldXref>1</ldXref>
  158. <BigEnd>0</BigEnd>
  159. <AdsALst>1</AdsALst>
  160. <AdsACrf>1</AdsACrf>
  161. <AdsANop>0</AdsANop>
  162. <AdsANot>0</AdsANot>
  163. <AdsLLst>1</AdsLLst>
  164. <AdsLmap>1</AdsLmap>
  165. <AdsLcgr>1</AdsLcgr>
  166. <AdsLsym>1</AdsLsym>
  167. <AdsLszi>1</AdsLszi>
  168. <AdsLtoi>1</AdsLtoi>
  169. <AdsLsun>1</AdsLsun>
  170. <AdsLven>1</AdsLven>
  171. <AdsLsxf>1</AdsLsxf>
  172. <RvctClst>0</RvctClst>
  173. <GenPPlst>0</GenPPlst>
  174. <AdsCpuType>"Cortex-M3"</AdsCpuType>
  175. <RvctDeviceName></RvctDeviceName>
  176. <mOS>0</mOS>
  177. <uocRom>0</uocRom>
  178. <uocRam>0</uocRam>
  179. <hadIROM>1</hadIROM>
  180. <hadIRAM>1</hadIRAM>
  181. <hadXRAM>0</hadXRAM>
  182. <uocXRam>0</uocXRam>
  183. <RvdsVP>0</RvdsVP>
  184. <RvdsMve>0</RvdsMve>
  185. <RvdsCdeCp>0</RvdsCdeCp>
  186. <hadIRAM2>0</hadIRAM2>
  187. <hadIROM2>0</hadIROM2>
  188. <StupSel>8</StupSel>
  189. <useUlib>1</useUlib>
  190. <EndSel>1</EndSel>
  191. <uLtcg>0</uLtcg>
  192. <nSecure>0</nSecure>
  193. <RoSelD>3</RoSelD>
  194. <RwSelD>3</RwSelD>
  195. <CodeSel>0</CodeSel>
  196. <OptFeed>0</OptFeed>
  197. <NoZi1>0</NoZi1>
  198. <NoZi2>0</NoZi2>
  199. <NoZi3>0</NoZi3>
  200. <NoZi4>0</NoZi4>
  201. <NoZi5>0</NoZi5>
  202. <Ro1Chk>0</Ro1Chk>
  203. <Ro2Chk>0</Ro2Chk>
  204. <Ro3Chk>0</Ro3Chk>
  205. <Ir1Chk>1</Ir1Chk>
  206. <Ir2Chk>0</Ir2Chk>
  207. <Ra1Chk>0</Ra1Chk>
  208. <Ra2Chk>0</Ra2Chk>
  209. <Ra3Chk>0</Ra3Chk>
  210. <Im1Chk>1</Im1Chk>
  211. <Im2Chk>0</Im2Chk>
  212. <OnChipMemories>
  213. <Ocm1>
  214. <Type>0</Type>
  215. <StartAddress>0x0</StartAddress>
  216. <Size>0x0</Size>
  217. </Ocm1>
  218. <Ocm2>
  219. <Type>0</Type>
  220. <StartAddress>0x0</StartAddress>
  221. <Size>0x0</Size>
  222. </Ocm2>
  223. <Ocm3>
  224. <Type>0</Type>
  225. <StartAddress>0x0</StartAddress>
  226. <Size>0x0</Size>
  227. </Ocm3>
  228. <Ocm4>
  229. <Type>0</Type>
  230. <StartAddress>0x0</StartAddress>
  231. <Size>0x0</Size>
  232. </Ocm4>
  233. <Ocm5>
  234. <Type>0</Type>
  235. <StartAddress>0x0</StartAddress>
  236. <Size>0x0</Size>
  237. </Ocm5>
  238. <Ocm6>
  239. <Type>0</Type>
  240. <StartAddress>0x0</StartAddress>
  241. <Size>0x0</Size>
  242. </Ocm6>
  243. <IRAM>
  244. <Type>0</Type>
  245. <StartAddress>0x20000000</StartAddress>
  246. <Size>0x20000</Size>
  247. </IRAM>
  248. <IROM>
  249. <Type>1</Type>
  250. <StartAddress>0x0</StartAddress>
  251. <Size>0x40000</Size>
  252. </IROM>
  253. <XRAM>
  254. <Type>0</Type>
  255. <StartAddress>0x0</StartAddress>
  256. <Size>0x0</Size>
  257. </XRAM>
  258. <OCR_RVCT1>
  259. <Type>1</Type>
  260. <StartAddress>0x0</StartAddress>
  261. <Size>0x0</Size>
  262. </OCR_RVCT1>
  263. <OCR_RVCT2>
  264. <Type>1</Type>
  265. <StartAddress>0x0</StartAddress>
  266. <Size>0x0</Size>
  267. </OCR_RVCT2>
  268. <OCR_RVCT3>
  269. <Type>1</Type>
  270. <StartAddress>0x0</StartAddress>
  271. <Size>0x0</Size>
  272. </OCR_RVCT3>
  273. <OCR_RVCT4>
  274. <Type>1</Type>
  275. <StartAddress>0x0</StartAddress>
  276. <Size>0x40000</Size>
  277. </OCR_RVCT4>
  278. <OCR_RVCT5>
  279. <Type>1</Type>
  280. <StartAddress>0x0</StartAddress>
  281. <Size>0x0</Size>
  282. </OCR_RVCT5>
  283. <OCR_RVCT6>
  284. <Type>0</Type>
  285. <StartAddress>0x0</StartAddress>
  286. <Size>0x0</Size>
  287. </OCR_RVCT6>
  288. <OCR_RVCT7>
  289. <Type>0</Type>
  290. <StartAddress>0x0</StartAddress>
  291. <Size>0x0</Size>
  292. </OCR_RVCT7>
  293. <OCR_RVCT8>
  294. <Type>0</Type>
  295. <StartAddress>0x0</StartAddress>
  296. <Size>0x0</Size>
  297. </OCR_RVCT8>
  298. <OCR_RVCT9>
  299. <Type>0</Type>
  300. <StartAddress>0x20000000</StartAddress>
  301. <Size>0x20000</Size>
  302. </OCR_RVCT9>
  303. <OCR_RVCT10>
  304. <Type>0</Type>
  305. <StartAddress>0x0</StartAddress>
  306. <Size>0x0</Size>
  307. </OCR_RVCT10>
  308. </OnChipMemories>
  309. <RvctStartVector></RvctStartVector>
  310. </ArmAdsMisc>
  311. <Cads>
  312. <interw>1</interw>
  313. <Optim>6</Optim>
  314. <oTime>0</oTime>
  315. <SplitLS>0</SplitLS>
  316. <OneElfS>1</OneElfS>
  317. <Strict>0</Strict>
  318. <EnumInt>0</EnumInt>
  319. <PlainCh>0</PlainCh>
  320. <Ropi>0</Ropi>
  321. <Rwpi>0</Rwpi>
  322. <wLevel>3</wLevel>
  323. <uThumb>0</uThumb>
  324. <uSurpInc>0</uSurpInc>
  325. <uC99>1</uC99>
  326. <uGnu>1</uGnu>
  327. <useXO>0</useXO>
  328. <v6Lang>3</v6Lang>
  329. <v6LangP>3</v6LangP>
  330. <vShortEn>1</vShortEn>
  331. <vShortWch>1</vShortWch>
  332. <v6Lto>1</v6Lto>
  333. <v6WtE>0</v6WtE>
  334. <v6Rtti>0</v6Rtti>
  335. <VariousControls>
  336. <MiscControls></MiscControls>
  337. <Define></Define>
  338. <Undefine></Undefine>
  339. <IncludePath>..\lib</IncludePath>
  340. </VariousControls>
  341. </Cads>
  342. <Aads>
  343. <interw>1</interw>
  344. <Ropi>0</Ropi>
  345. <Rwpi>0</Rwpi>
  346. <thumb>0</thumb>
  347. <SplitLS>0</SplitLS>
  348. <SwStkChk>0</SwStkChk>
  349. <NoWarn>0</NoWarn>
  350. <uSurpInc>0</uSurpInc>
  351. <useXO>0</useXO>
  352. <ClangAsOpt>1</ClangAsOpt>
  353. <VariousControls>
  354. <MiscControls></MiscControls>
  355. <Define></Define>
  356. <Undefine></Undefine>
  357. <IncludePath></IncludePath>
  358. </VariousControls>
  359. </Aads>
  360. <LDads>
  361. <umfTarg>0</umfTarg>
  362. <Ropi>0</Ropi>
  363. <Rwpi>0</Rwpi>
  364. <noStLib>0</noStLib>
  365. <RepFail>1</RepFail>
  366. <useFile>0</useFile>
  367. <TextAddressRange></TextAddressRange>
  368. <DataAddressRange></DataAddressRange>
  369. <pXoBase></pXoBase>
  370. <ScatterFile>Blinky.sct</ScatterFile>
  371. <IncludeLibs></IncludeLibs>
  372. <IncludeLibsPath></IncludeLibsPath>
  373. <Misc></Misc>
  374. <LinkerInputFile></LinkerInputFile>
  375. <DisabledWarnings></DisabledWarnings>
  376. </LDads>
  377. </TargetArmAds>
  378. </TargetOption>
  379. <Groups>
  380. <Group>
  381. <GroupName>application</GroupName>
  382. <Files>
  383. <File>
  384. <FileName>stdout_USART.c</FileName>
  385. <FileType>1</FileType>
  386. <FilePath>.\stdout_USART.c</FilePath>
  387. </File>
  388. <File>
  389. <FileName>main.c</FileName>
  390. <FileType>1</FileType>
  391. <FilePath>.\main.c</FilePath>
  392. </File>
  393. <File>
  394. <FileName>platform.c</FileName>
  395. <FileType>1</FileType>
  396. <FilePath>.\platform.c</FilePath>
  397. </File>
  398. </Files>
  399. </Group>
  400. <Group>
  401. <GroupName>perf_counter_lib</GroupName>
  402. <Files>
  403. <File>
  404. <FileName>perf_counter.c</FileName>
  405. <FileType>1</FileType>
  406. <FilePath>..\perf_counter.c</FilePath>
  407. <FileOption>
  408. <CommonProperty>
  409. <UseCPPCompiler>2</UseCPPCompiler>
  410. <RVCTCodeConst>0</RVCTCodeConst>
  411. <RVCTZI>0</RVCTZI>
  412. <RVCTOtherData>0</RVCTOtherData>
  413. <ModuleSelection>0</ModuleSelection>
  414. <IncludeInBuild>0</IncludeInBuild>
  415. <AlwaysBuild>2</AlwaysBuild>
  416. <GenerateAssemblyFile>2</GenerateAssemblyFile>
  417. <AssembleAssemblyFile>2</AssembleAssemblyFile>
  418. <PublicsOnly>2</PublicsOnly>
  419. <StopOnExitCode>11</StopOnExitCode>
  420. <CustomArgument></CustomArgument>
  421. <IncludeLibraryModules></IncludeLibraryModules>
  422. <ComprImg>1</ComprImg>
  423. </CommonProperty>
  424. <FileArmAds>
  425. <Cads>
  426. <interw>2</interw>
  427. <Optim>0</Optim>
  428. <oTime>2</oTime>
  429. <SplitLS>2</SplitLS>
  430. <OneElfS>2</OneElfS>
  431. <Strict>2</Strict>
  432. <EnumInt>2</EnumInt>
  433. <PlainCh>2</PlainCh>
  434. <Ropi>2</Ropi>
  435. <Rwpi>2</Rwpi>
  436. <wLevel>0</wLevel>
  437. <uThumb>2</uThumb>
  438. <uSurpInc>2</uSurpInc>
  439. <uC99>2</uC99>
  440. <uGnu>2</uGnu>
  441. <useXO>2</useXO>
  442. <v6Lang>0</v6Lang>
  443. <v6LangP>0</v6LangP>
  444. <vShortEn>2</vShortEn>
  445. <vShortWch>2</vShortWch>
  446. <v6Lto>2</v6Lto>
  447. <v6WtE>2</v6WtE>
  448. <v6Rtti>2</v6Rtti>
  449. <VariousControls>
  450. <MiscControls></MiscControls>
  451. <Define></Define>
  452. <Undefine></Undefine>
  453. <IncludePath></IncludePath>
  454. </VariousControls>
  455. </Cads>
  456. </FileArmAds>
  457. </FileOption>
  458. </File>
  459. <File>
  460. <FileName>perf_counter.h</FileName>
  461. <FileType>5</FileType>
  462. <FilePath>..\perf_counter.h</FilePath>
  463. </File>
  464. <File>
  465. <FileName>systick_wrapper_ual.s</FileName>
  466. <FileType>2</FileType>
  467. <FilePath>..\systick_wrapper_ual.s</FilePath>
  468. <FileOption>
  469. <CommonProperty>
  470. <UseCPPCompiler>2</UseCPPCompiler>
  471. <RVCTCodeConst>0</RVCTCodeConst>
  472. <RVCTZI>0</RVCTZI>
  473. <RVCTOtherData>0</RVCTOtherData>
  474. <ModuleSelection>0</ModuleSelection>
  475. <IncludeInBuild>0</IncludeInBuild>
  476. <AlwaysBuild>2</AlwaysBuild>
  477. <GenerateAssemblyFile>2</GenerateAssemblyFile>
  478. <AssembleAssemblyFile>2</AssembleAssemblyFile>
  479. <PublicsOnly>2</PublicsOnly>
  480. <StopOnExitCode>11</StopOnExitCode>
  481. <CustomArgument></CustomArgument>
  482. <IncludeLibraryModules></IncludeLibraryModules>
  483. <ComprImg>1</ComprImg>
  484. </CommonProperty>
  485. <FileArmAds>
  486. <Aads>
  487. <interw>2</interw>
  488. <Ropi>2</Ropi>
  489. <Rwpi>2</Rwpi>
  490. <thumb>2</thumb>
  491. <SplitLS>2</SplitLS>
  492. <SwStkChk>2</SwStkChk>
  493. <NoWarn>2</NoWarn>
  494. <uSurpInc>2</uSurpInc>
  495. <useXO>2</useXO>
  496. <ClangAsOpt>0</ClangAsOpt>
  497. <VariousControls>
  498. <MiscControls></MiscControls>
  499. <Define></Define>
  500. <Undefine></Undefine>
  501. <IncludePath></IncludePath>
  502. </VariousControls>
  503. </Aads>
  504. </FileArmAds>
  505. </FileOption>
  506. </File>
  507. <File>
  508. <FileName>perf_counter.lib</FileName>
  509. <FileType>4</FileType>
  510. <FilePath>..\lib\perf_counter.lib</FilePath>
  511. </File>
  512. </Files>
  513. </Group>
  514. <Group>
  515. <GroupName>::CMSIS</GroupName>
  516. </Group>
  517. <Group>
  518. <GroupName>::Compiler</GroupName>
  519. </Group>
  520. <Group>
  521. <GroupName>::Device</GroupName>
  522. </Group>
  523. </Groups>
  524. </Target>
  525. <Target>
  526. <TargetName>library</TargetName>
  527. <ToolsetNumber>0x4</ToolsetNumber>
  528. <ToolsetName>ARM-ADS</ToolsetName>
  529. <pCCUsed>6150000::V6.15::ARMCLANG</pCCUsed>
  530. <uAC6>1</uAC6>
  531. <TargetOption>
  532. <TargetCommonOption>
  533. <Device>ARMCM3</Device>
  534. <Vendor>ARM</Vendor>
  535. <PackID>ARM.CMSIS.5.7.0</PackID>
  536. <PackURL>http://www.keil.com/pack/</PackURL>
  537. <Cpu>IRAM(0x20000000,0x00020000) IROM(0x00000000,0x00040000) CPUTYPE("Cortex-M3") CLOCK(12000000) ESEL ELITTLE</Cpu>
  538. <FlashUtilSpec></FlashUtilSpec>
  539. <StartupFile></StartupFile>
  540. <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000)</FlashDriverDll>
  541. <DeviceId>0</DeviceId>
  542. <RegisterFile>$$Device:ARMCM3$Device\ARM\ARMCM3\Include\ARMCM3.h</RegisterFile>
  543. <MemoryEnv></MemoryEnv>
  544. <Cmp></Cmp>
  545. <Asm></Asm>
  546. <Linker></Linker>
  547. <OHString></OHString>
  548. <InfinionOptionDll></InfinionOptionDll>
  549. <SLE66CMisc></SLE66CMisc>
  550. <SLE66AMisc></SLE66AMisc>
  551. <SLE66LinkerMisc></SLE66LinkerMisc>
  552. <SFDFile></SFDFile>
  553. <bCustSvd>0</bCustSvd>
  554. <UseEnv>0</UseEnv>
  555. <BinPath></BinPath>
  556. <IncludePath></IncludePath>
  557. <LibPath></LibPath>
  558. <RegisterFilePath></RegisterFilePath>
  559. <DBRegisterFilePath></DBRegisterFilePath>
  560. <TargetStatus>
  561. <Error>0</Error>
  562. <ExitCodeStop>0</ExitCodeStop>
  563. <ButtonStop>0</ButtonStop>
  564. <NotGenerated>0</NotGenerated>
  565. <InvalidFlash>1</InvalidFlash>
  566. </TargetStatus>
  567. <OutputDirectory>.\Out\</OutputDirectory>
  568. <OutputName>perf_counter</OutputName>
  569. <CreateExecutable>0</CreateExecutable>
  570. <CreateLib>1</CreateLib>
  571. <CreateHexFile>0</CreateHexFile>
  572. <DebugInformation>0</DebugInformation>
  573. <BrowseInformation>0</BrowseInformation>
  574. <ListingPath>.\</ListingPath>
  575. <HexFormatSelection>1</HexFormatSelection>
  576. <Merge32K>0</Merge32K>
  577. <CreateBatchFile>0</CreateBatchFile>
  578. <BeforeCompile>
  579. <RunUserProg1>0</RunUserProg1>
  580. <RunUserProg2>0</RunUserProg2>
  581. <UserProg1Name></UserProg1Name>
  582. <UserProg2Name></UserProg2Name>
  583. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  584. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  585. <nStopU1X>0</nStopU1X>
  586. <nStopU2X>0</nStopU2X>
  587. </BeforeCompile>
  588. <BeforeMake>
  589. <RunUserProg1>0</RunUserProg1>
  590. <RunUserProg2>0</RunUserProg2>
  591. <UserProg1Name></UserProg1Name>
  592. <UserProg2Name></UserProg2Name>
  593. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  594. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  595. <nStopB1X>0</nStopB1X>
  596. <nStopB2X>0</nStopB2X>
  597. </BeforeMake>
  598. <AfterMake>
  599. <RunUserProg1>0</RunUserProg1>
  600. <RunUserProg2>0</RunUserProg2>
  601. <UserProg1Name></UserProg1Name>
  602. <UserProg2Name></UserProg2Name>
  603. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  604. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  605. <nStopA1X>0</nStopA1X>
  606. <nStopA2X>0</nStopA2X>
  607. </AfterMake>
  608. <SelectedForBatchBuild>0</SelectedForBatchBuild>
  609. <SVCSIdString></SVCSIdString>
  610. </TargetCommonOption>
  611. <CommonProperty>
  612. <UseCPPCompiler>0</UseCPPCompiler>
  613. <RVCTCodeConst>0</RVCTCodeConst>
  614. <RVCTZI>0</RVCTZI>
  615. <RVCTOtherData>0</RVCTOtherData>
  616. <ModuleSelection>0</ModuleSelection>
  617. <IncludeInBuild>1</IncludeInBuild>
  618. <AlwaysBuild>0</AlwaysBuild>
  619. <GenerateAssemblyFile>0</GenerateAssemblyFile>
  620. <AssembleAssemblyFile>0</AssembleAssemblyFile>
  621. <PublicsOnly>0</PublicsOnly>
  622. <StopOnExitCode>3</StopOnExitCode>
  623. <CustomArgument></CustomArgument>
  624. <IncludeLibraryModules></IncludeLibraryModules>
  625. <ComprImg>1</ComprImg>
  626. </CommonProperty>
  627. <DllOption>
  628. <SimDllName>SARMCM3.DLL</SimDllName>
  629. <SimDllArguments> -MPU</SimDllArguments>
  630. <SimDlgDll>DCM.DLL</SimDlgDll>
  631. <SimDlgDllArguments>-pCM3</SimDlgDllArguments>
  632. <TargetDllName>SARMCM3.DLL</TargetDllName>
  633. <TargetDllArguments> -MPU</TargetDllArguments>
  634. <TargetDlgDll>TCM.DLL</TargetDlgDll>
  635. <TargetDlgDllArguments>-pCM3</TargetDlgDllArguments>
  636. </DllOption>
  637. <DebugOption>
  638. <OPTHX>
  639. <HexSelection>1</HexSelection>
  640. <HexRangeLowAddress>0</HexRangeLowAddress>
  641. <HexRangeHighAddress>0</HexRangeHighAddress>
  642. <HexOffset>0</HexOffset>
  643. <Oh166RecLen>16</Oh166RecLen>
  644. </OPTHX>
  645. </DebugOption>
  646. <Utilities>
  647. <Flash1>
  648. <UseTargetDll>1</UseTargetDll>
  649. <UseExternalTool>0</UseExternalTool>
  650. <RunIndependent>0</RunIndependent>
  651. <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
  652. <Capability>0</Capability>
  653. <DriverSelection>-1</DriverSelection>
  654. </Flash1>
  655. <bUseTDR>1</bUseTDR>
  656. <Flash2>BIN\UL2CM3.DLL</Flash2>
  657. <Flash3></Flash3>
  658. <Flash4></Flash4>
  659. <pFcarmOut></pFcarmOut>
  660. <pFcarmGrp></pFcarmGrp>
  661. <pFcArmRoot></pFcArmRoot>
  662. <FcArmLst>0</FcArmLst>
  663. </Utilities>
  664. <TargetArmAds>
  665. <ArmAdsMisc>
  666. <GenerateListings>0</GenerateListings>
  667. <asHll>1</asHll>
  668. <asAsm>1</asAsm>
  669. <asMacX>1</asMacX>
  670. <asSyms>1</asSyms>
  671. <asFals>1</asFals>
  672. <asDbgD>1</asDbgD>
  673. <asForm>1</asForm>
  674. <ldLst>0</ldLst>
  675. <ldmm>1</ldmm>
  676. <ldXref>1</ldXref>
  677. <BigEnd>0</BigEnd>
  678. <AdsALst>1</AdsALst>
  679. <AdsACrf>1</AdsACrf>
  680. <AdsANop>0</AdsANop>
  681. <AdsANot>0</AdsANot>
  682. <AdsLLst>1</AdsLLst>
  683. <AdsLmap>1</AdsLmap>
  684. <AdsLcgr>1</AdsLcgr>
  685. <AdsLsym>1</AdsLsym>
  686. <AdsLszi>1</AdsLszi>
  687. <AdsLtoi>1</AdsLtoi>
  688. <AdsLsun>1</AdsLsun>
  689. <AdsLven>1</AdsLven>
  690. <AdsLsxf>1</AdsLsxf>
  691. <RvctClst>0</RvctClst>
  692. <GenPPlst>0</GenPPlst>
  693. <AdsCpuType>"Cortex-M3"</AdsCpuType>
  694. <RvctDeviceName></RvctDeviceName>
  695. <mOS>0</mOS>
  696. <uocRom>0</uocRom>
  697. <uocRam>0</uocRam>
  698. <hadIROM>1</hadIROM>
  699. <hadIRAM>1</hadIRAM>
  700. <hadXRAM>0</hadXRAM>
  701. <uocXRam>0</uocXRam>
  702. <RvdsVP>0</RvdsVP>
  703. <RvdsMve>0</RvdsMve>
  704. <RvdsCdeCp>0</RvdsCdeCp>
  705. <hadIRAM2>0</hadIRAM2>
  706. <hadIROM2>0</hadIROM2>
  707. <StupSel>8</StupSel>
  708. <useUlib>1</useUlib>
  709. <EndSel>1</EndSel>
  710. <uLtcg>0</uLtcg>
  711. <nSecure>0</nSecure>
  712. <RoSelD>3</RoSelD>
  713. <RwSelD>3</RwSelD>
  714. <CodeSel>0</CodeSel>
  715. <OptFeed>0</OptFeed>
  716. <NoZi1>0</NoZi1>
  717. <NoZi2>0</NoZi2>
  718. <NoZi3>0</NoZi3>
  719. <NoZi4>0</NoZi4>
  720. <NoZi5>0</NoZi5>
  721. <Ro1Chk>0</Ro1Chk>
  722. <Ro2Chk>0</Ro2Chk>
  723. <Ro3Chk>0</Ro3Chk>
  724. <Ir1Chk>1</Ir1Chk>
  725. <Ir2Chk>0</Ir2Chk>
  726. <Ra1Chk>0</Ra1Chk>
  727. <Ra2Chk>0</Ra2Chk>
  728. <Ra3Chk>0</Ra3Chk>
  729. <Im1Chk>1</Im1Chk>
  730. <Im2Chk>0</Im2Chk>
  731. <OnChipMemories>
  732. <Ocm1>
  733. <Type>0</Type>
  734. <StartAddress>0x0</StartAddress>
  735. <Size>0x0</Size>
  736. </Ocm1>
  737. <Ocm2>
  738. <Type>0</Type>
  739. <StartAddress>0x0</StartAddress>
  740. <Size>0x0</Size>
  741. </Ocm2>
  742. <Ocm3>
  743. <Type>0</Type>
  744. <StartAddress>0x0</StartAddress>
  745. <Size>0x0</Size>
  746. </Ocm3>
  747. <Ocm4>
  748. <Type>0</Type>
  749. <StartAddress>0x0</StartAddress>
  750. <Size>0x0</Size>
  751. </Ocm4>
  752. <Ocm5>
  753. <Type>0</Type>
  754. <StartAddress>0x0</StartAddress>
  755. <Size>0x0</Size>
  756. </Ocm5>
  757. <Ocm6>
  758. <Type>0</Type>
  759. <StartAddress>0x0</StartAddress>
  760. <Size>0x0</Size>
  761. </Ocm6>
  762. <IRAM>
  763. <Type>0</Type>
  764. <StartAddress>0x20000000</StartAddress>
  765. <Size>0x20000</Size>
  766. </IRAM>
  767. <IROM>
  768. <Type>1</Type>
  769. <StartAddress>0x0</StartAddress>
  770. <Size>0x40000</Size>
  771. </IROM>
  772. <XRAM>
  773. <Type>0</Type>
  774. <StartAddress>0x0</StartAddress>
  775. <Size>0x0</Size>
  776. </XRAM>
  777. <OCR_RVCT1>
  778. <Type>1</Type>
  779. <StartAddress>0x0</StartAddress>
  780. <Size>0x0</Size>
  781. </OCR_RVCT1>
  782. <OCR_RVCT2>
  783. <Type>1</Type>
  784. <StartAddress>0x0</StartAddress>
  785. <Size>0x0</Size>
  786. </OCR_RVCT2>
  787. <OCR_RVCT3>
  788. <Type>1</Type>
  789. <StartAddress>0x0</StartAddress>
  790. <Size>0x0</Size>
  791. </OCR_RVCT3>
  792. <OCR_RVCT4>
  793. <Type>1</Type>
  794. <StartAddress>0x0</StartAddress>
  795. <Size>0x40000</Size>
  796. </OCR_RVCT4>
  797. <OCR_RVCT5>
  798. <Type>1</Type>
  799. <StartAddress>0x0</StartAddress>
  800. <Size>0x0</Size>
  801. </OCR_RVCT5>
  802. <OCR_RVCT6>
  803. <Type>0</Type>
  804. <StartAddress>0x0</StartAddress>
  805. <Size>0x0</Size>
  806. </OCR_RVCT6>
  807. <OCR_RVCT7>
  808. <Type>0</Type>
  809. <StartAddress>0x0</StartAddress>
  810. <Size>0x0</Size>
  811. </OCR_RVCT7>
  812. <OCR_RVCT8>
  813. <Type>0</Type>
  814. <StartAddress>0x0</StartAddress>
  815. <Size>0x0</Size>
  816. </OCR_RVCT8>
  817. <OCR_RVCT9>
  818. <Type>0</Type>
  819. <StartAddress>0x20000000</StartAddress>
  820. <Size>0x20000</Size>
  821. </OCR_RVCT9>
  822. <OCR_RVCT10>
  823. <Type>0</Type>
  824. <StartAddress>0x0</StartAddress>
  825. <Size>0x0</Size>
  826. </OCR_RVCT10>
  827. </OnChipMemories>
  828. <RvctStartVector></RvctStartVector>
  829. </ArmAdsMisc>
  830. <Cads>
  831. <interw>1</interw>
  832. <Optim>6</Optim>
  833. <oTime>0</oTime>
  834. <SplitLS>0</SplitLS>
  835. <OneElfS>1</OneElfS>
  836. <Strict>0</Strict>
  837. <EnumInt>0</EnumInt>
  838. <PlainCh>0</PlainCh>
  839. <Ropi>0</Ropi>
  840. <Rwpi>0</Rwpi>
  841. <wLevel>3</wLevel>
  842. <uThumb>0</uThumb>
  843. <uSurpInc>0</uSurpInc>
  844. <uC99>1</uC99>
  845. <uGnu>1</uGnu>
  846. <useXO>0</useXO>
  847. <v6Lang>3</v6Lang>
  848. <v6LangP>3</v6LangP>
  849. <vShortEn>1</vShortEn>
  850. <vShortWch>1</vShortWch>
  851. <v6Lto>0</v6Lto>
  852. <v6WtE>0</v6WtE>
  853. <v6Rtti>0</v6Rtti>
  854. <VariousControls>
  855. <MiscControls></MiscControls>
  856. <Define></Define>
  857. <Undefine></Undefine>
  858. <IncludePath></IncludePath>
  859. </VariousControls>
  860. </Cads>
  861. <Aads>
  862. <interw>1</interw>
  863. <Ropi>0</Ropi>
  864. <Rwpi>0</Rwpi>
  865. <thumb>0</thumb>
  866. <SplitLS>0</SplitLS>
  867. <SwStkChk>0</SwStkChk>
  868. <NoWarn>0</NoWarn>
  869. <uSurpInc>0</uSurpInc>
  870. <useXO>0</useXO>
  871. <ClangAsOpt>1</ClangAsOpt>
  872. <VariousControls>
  873. <MiscControls></MiscControls>
  874. <Define></Define>
  875. <Undefine></Undefine>
  876. <IncludePath></IncludePath>
  877. </VariousControls>
  878. </Aads>
  879. <LDads>
  880. <umfTarg>0</umfTarg>
  881. <Ropi>0</Ropi>
  882. <Rwpi>0</Rwpi>
  883. <noStLib>0</noStLib>
  884. <RepFail>1</RepFail>
  885. <useFile>0</useFile>
  886. <TextAddressRange></TextAddressRange>
  887. <DataAddressRange></DataAddressRange>
  888. <pXoBase></pXoBase>
  889. <ScatterFile>Blinky.sct</ScatterFile>
  890. <IncludeLibs></IncludeLibs>
  891. <IncludeLibsPath></IncludeLibsPath>
  892. <Misc></Misc>
  893. <LinkerInputFile></LinkerInputFile>
  894. <DisabledWarnings></DisabledWarnings>
  895. </LDads>
  896. </TargetArmAds>
  897. </TargetOption>
  898. <Groups>
  899. <Group>
  900. <GroupName>application</GroupName>
  901. <GroupOption>
  902. <CommonProperty>
  903. <UseCPPCompiler>0</UseCPPCompiler>
  904. <RVCTCodeConst>0</RVCTCodeConst>
  905. <RVCTZI>0</RVCTZI>
  906. <RVCTOtherData>0</RVCTOtherData>
  907. <ModuleSelection>0</ModuleSelection>
  908. <IncludeInBuild>0</IncludeInBuild>
  909. <AlwaysBuild>2</AlwaysBuild>
  910. <GenerateAssemblyFile>2</GenerateAssemblyFile>
  911. <AssembleAssemblyFile>2</AssembleAssemblyFile>
  912. <PublicsOnly>2</PublicsOnly>
  913. <StopOnExitCode>11</StopOnExitCode>
  914. <CustomArgument></CustomArgument>
  915. <IncludeLibraryModules></IncludeLibraryModules>
  916. <ComprImg>1</ComprImg>
  917. </CommonProperty>
  918. <GroupArmAds>
  919. <Cads>
  920. <interw>2</interw>
  921. <Optim>0</Optim>
  922. <oTime>2</oTime>
  923. <SplitLS>2</SplitLS>
  924. <OneElfS>2</OneElfS>
  925. <Strict>2</Strict>
  926. <EnumInt>2</EnumInt>
  927. <PlainCh>2</PlainCh>
  928. <Ropi>2</Ropi>
  929. <Rwpi>2</Rwpi>
  930. <wLevel>0</wLevel>
  931. <uThumb>2</uThumb>
  932. <uSurpInc>2</uSurpInc>
  933. <uC99>2</uC99>
  934. <uGnu>2</uGnu>
  935. <useXO>2</useXO>
  936. <v6Lang>0</v6Lang>
  937. <v6LangP>0</v6LangP>
  938. <vShortEn>2</vShortEn>
  939. <vShortWch>2</vShortWch>
  940. <v6Lto>2</v6Lto>
  941. <v6WtE>2</v6WtE>
  942. <v6Rtti>2</v6Rtti>
  943. <VariousControls>
  944. <MiscControls></MiscControls>
  945. <Define></Define>
  946. <Undefine></Undefine>
  947. <IncludePath></IncludePath>
  948. </VariousControls>
  949. </Cads>
  950. <Aads>
  951. <interw>2</interw>
  952. <Ropi>2</Ropi>
  953. <Rwpi>2</Rwpi>
  954. <thumb>2</thumb>
  955. <SplitLS>2</SplitLS>
  956. <SwStkChk>2</SwStkChk>
  957. <NoWarn>2</NoWarn>
  958. <uSurpInc>2</uSurpInc>
  959. <useXO>2</useXO>
  960. <ClangAsOpt>0</ClangAsOpt>
  961. <VariousControls>
  962. <MiscControls></MiscControls>
  963. <Define></Define>
  964. <Undefine></Undefine>
  965. <IncludePath></IncludePath>
  966. </VariousControls>
  967. </Aads>
  968. </GroupArmAds>
  969. </GroupOption>
  970. <Files>
  971. <File>
  972. <FileName>stdout_USART.c</FileName>
  973. <FileType>1</FileType>
  974. <FilePath>.\stdout_USART.c</FilePath>
  975. </File>
  976. <File>
  977. <FileName>main.c</FileName>
  978. <FileType>1</FileType>
  979. <FilePath>.\main.c</FilePath>
  980. </File>
  981. <File>
  982. <FileName>platform.c</FileName>
  983. <FileType>1</FileType>
  984. <FilePath>.\platform.c</FilePath>
  985. </File>
  986. </Files>
  987. </Group>
  988. <Group>
  989. <GroupName>perf_counter_lib</GroupName>
  990. <Files>
  991. <File>
  992. <FileName>perf_counter.c</FileName>
  993. <FileType>1</FileType>
  994. <FilePath>..\perf_counter.c</FilePath>
  995. </File>
  996. <File>
  997. <FileName>perf_counter.h</FileName>
  998. <FileType>5</FileType>
  999. <FilePath>..\perf_counter.h</FilePath>
  1000. </File>
  1001. <File>
  1002. <FileName>systick_wrapper_ual.s</FileName>
  1003. <FileType>2</FileType>
  1004. <FilePath>..\systick_wrapper_ual.s</FilePath>
  1005. </File>
  1006. <File>
  1007. <FileName>perf_counter.lib</FileName>
  1008. <FileType>4</FileType>
  1009. <FilePath>..\lib\perf_counter.lib</FilePath>
  1010. <FileOption>
  1011. <CommonProperty>
  1012. <UseCPPCompiler>2</UseCPPCompiler>
  1013. <RVCTCodeConst>0</RVCTCodeConst>
  1014. <RVCTZI>0</RVCTZI>
  1015. <RVCTOtherData>0</RVCTOtherData>
  1016. <ModuleSelection>0</ModuleSelection>
  1017. <IncludeInBuild>0</IncludeInBuild>
  1018. <AlwaysBuild>2</AlwaysBuild>
  1019. <GenerateAssemblyFile>2</GenerateAssemblyFile>
  1020. <AssembleAssemblyFile>2</AssembleAssemblyFile>
  1021. <PublicsOnly>2</PublicsOnly>
  1022. <StopOnExitCode>11</StopOnExitCode>
  1023. <CustomArgument></CustomArgument>
  1024. <IncludeLibraryModules></IncludeLibraryModules>
  1025. <ComprImg>1</ComprImg>
  1026. </CommonProperty>
  1027. <FileArmAds/>
  1028. </FileOption>
  1029. </File>
  1030. </Files>
  1031. </Group>
  1032. <Group>
  1033. <GroupName>::CMSIS</GroupName>
  1034. </Group>
  1035. <Group>
  1036. <GroupName>::Compiler</GroupName>
  1037. <GroupOption>
  1038. <CommonProperty>
  1039. <UseCPPCompiler>0</UseCPPCompiler>
  1040. <RVCTCodeConst>0</RVCTCodeConst>
  1041. <RVCTZI>0</RVCTZI>
  1042. <RVCTOtherData>0</RVCTOtherData>
  1043. <ModuleSelection>0</ModuleSelection>
  1044. <IncludeInBuild>0</IncludeInBuild>
  1045. <AlwaysBuild>2</AlwaysBuild>
  1046. <GenerateAssemblyFile>2</GenerateAssemblyFile>
  1047. <AssembleAssemblyFile>2</AssembleAssemblyFile>
  1048. <PublicsOnly>2</PublicsOnly>
  1049. <StopOnExitCode>11</StopOnExitCode>
  1050. <CustomArgument></CustomArgument>
  1051. <IncludeLibraryModules></IncludeLibraryModules>
  1052. <ComprImg>1</ComprImg>
  1053. </CommonProperty>
  1054. <GroupArmAds>
  1055. <Cads>
  1056. <interw>2</interw>
  1057. <Optim>0</Optim>
  1058. <oTime>2</oTime>
  1059. <SplitLS>2</SplitLS>
  1060. <OneElfS>2</OneElfS>
  1061. <Strict>2</Strict>
  1062. <EnumInt>2</EnumInt>
  1063. <PlainCh>2</PlainCh>
  1064. <Ropi>2</Ropi>
  1065. <Rwpi>2</Rwpi>
  1066. <wLevel>0</wLevel>
  1067. <uThumb>2</uThumb>
  1068. <uSurpInc>2</uSurpInc>
  1069. <uC99>2</uC99>
  1070. <uGnu>2</uGnu>
  1071. <useXO>2</useXO>
  1072. <v6Lang>0</v6Lang>
  1073. <v6LangP>0</v6LangP>
  1074. <vShortEn>2</vShortEn>
  1075. <vShortWch>2</vShortWch>
  1076. <v6Lto>2</v6Lto>
  1077. <v6WtE>2</v6WtE>
  1078. <v6Rtti>2</v6Rtti>
  1079. <VariousControls>
  1080. <MiscControls></MiscControls>
  1081. <Define></Define>
  1082. <Undefine></Undefine>
  1083. <IncludePath></IncludePath>
  1084. </VariousControls>
  1085. </Cads>
  1086. <Aads>
  1087. <interw>2</interw>
  1088. <Ropi>2</Ropi>
  1089. <Rwpi>2</Rwpi>
  1090. <thumb>2</thumb>
  1091. <SplitLS>2</SplitLS>
  1092. <SwStkChk>2</SwStkChk>
  1093. <NoWarn>2</NoWarn>
  1094. <uSurpInc>2</uSurpInc>
  1095. <useXO>2</useXO>
  1096. <ClangAsOpt>0</ClangAsOpt>
  1097. <VariousControls>
  1098. <MiscControls></MiscControls>
  1099. <Define></Define>
  1100. <Undefine></Undefine>
  1101. <IncludePath></IncludePath>
  1102. </VariousControls>
  1103. </Aads>
  1104. </GroupArmAds>
  1105. </GroupOption>
  1106. </Group>
  1107. <Group>
  1108. <GroupName>::Device</GroupName>
  1109. <GroupOption>
  1110. <CommonProperty>
  1111. <UseCPPCompiler>0</UseCPPCompiler>
  1112. <RVCTCodeConst>0</RVCTCodeConst>
  1113. <RVCTZI>0</RVCTZI>
  1114. <RVCTOtherData>0</RVCTOtherData>
  1115. <ModuleSelection>0</ModuleSelection>
  1116. <IncludeInBuild>1</IncludeInBuild>
  1117. <AlwaysBuild>2</AlwaysBuild>
  1118. <GenerateAssemblyFile>2</GenerateAssemblyFile>
  1119. <AssembleAssemblyFile>2</AssembleAssemblyFile>
  1120. <PublicsOnly>2</PublicsOnly>
  1121. <StopOnExitCode>11</StopOnExitCode>
  1122. <CustomArgument></CustomArgument>
  1123. <IncludeLibraryModules></IncludeLibraryModules>
  1124. <ComprImg>1</ComprImg>
  1125. </CommonProperty>
  1126. <GroupArmAds>
  1127. <Cads>
  1128. <interw>2</interw>
  1129. <Optim>0</Optim>
  1130. <oTime>2</oTime>
  1131. <SplitLS>2</SplitLS>
  1132. <OneElfS>2</OneElfS>
  1133. <Strict>2</Strict>
  1134. <EnumInt>2</EnumInt>
  1135. <PlainCh>2</PlainCh>
  1136. <Ropi>2</Ropi>
  1137. <Rwpi>2</Rwpi>
  1138. <wLevel>0</wLevel>
  1139. <uThumb>2</uThumb>
  1140. <uSurpInc>2</uSurpInc>
  1141. <uC99>2</uC99>
  1142. <uGnu>2</uGnu>
  1143. <useXO>2</useXO>
  1144. <v6Lang>0</v6Lang>
  1145. <v6LangP>0</v6LangP>
  1146. <vShortEn>2</vShortEn>
  1147. <vShortWch>2</vShortWch>
  1148. <v6Lto>2</v6Lto>
  1149. <v6WtE>2</v6WtE>
  1150. <v6Rtti>2</v6Rtti>
  1151. <VariousControls>
  1152. <MiscControls></MiscControls>
  1153. <Define></Define>
  1154. <Undefine></Undefine>
  1155. <IncludePath></IncludePath>
  1156. </VariousControls>
  1157. </Cads>
  1158. <Aads>
  1159. <interw>2</interw>
  1160. <Ropi>2</Ropi>
  1161. <Rwpi>2</Rwpi>
  1162. <thumb>2</thumb>
  1163. <SplitLS>2</SplitLS>
  1164. <SwStkChk>2</SwStkChk>
  1165. <NoWarn>2</NoWarn>
  1166. <uSurpInc>2</uSurpInc>
  1167. <useXO>2</useXO>
  1168. <ClangAsOpt>0</ClangAsOpt>
  1169. <VariousControls>
  1170. <MiscControls></MiscControls>
  1171. <Define></Define>
  1172. <Undefine></Undefine>
  1173. <IncludePath></IncludePath>
  1174. </VariousControls>
  1175. </Aads>
  1176. </GroupArmAds>
  1177. </GroupOption>
  1178. </Group>
  1179. </Groups>
  1180. </Target>
  1181. </Targets>
  1182. <RTE>
  1183. <apis/>
  1184. <components>
  1185. <component Cclass="CMSIS" Cgroup="CORE" Cvendor="ARM" Cversion="5.4.0" condition="ARMv6_7_8-M Device">
  1186. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="5.7.0"/>
  1187. <targetInfos>
  1188. <targetInfo name="example"/>
  1189. <targetInfo name="library"/>
  1190. </targetInfos>
  1191. </component>
  1192. <component Cclass="Device" Cgroup="Startup" Cvendor="ARM" Cversion="1.2.2" condition="ARMCM3 CMSIS">
  1193. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="5.7.0"/>
  1194. <targetInfos>
  1195. <targetInfo name="example"/>
  1196. <targetInfo name="library"/>
  1197. </targetInfos>
  1198. </component>
  1199. <component Cbundle="ARM Compiler" Cclass="Compiler" Cgroup="I/O" Csub="STDOUT" Cvariant="User" Cvendor="Keil" Cversion="1.2.0" condition="ARMCC Cortex-M" isTargetSpecific="1">
  1200. <package name="ARM_Compiler" schemaVersion="1.6.3" url="http://www.keil.com/pack/" vendor="Keil" version="1.6.3"/>
  1201. <targetInfos>
  1202. <targetInfo name="example"/>
  1203. </targetInfos>
  1204. </component>
  1205. </components>
  1206. <files>
  1207. <file attr="config" category="sourceAsm" condition="ARMCC" name="Device\ARM\ARMCM0\Source\ARM\startup_ARMCM0.s" version="1.0.1">
  1208. <instance index="0" removed="1">RTE\Device\ARMCM0\startup_ARMCM0.s</instance>
  1209. <component Cclass="Device" Cgroup="Startup" Cvendor="ARM" Cversion="1.2.2" condition="ARMCM0 CMSIS"/>
  1210. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="5.7.0"/>
  1211. <targetInfos/>
  1212. </file>
  1213. <file attr="config" category="sourceC" name="Device\ARM\ARMCM0\Source\system_ARMCM0.c" version="1.0.0">
  1214. <instance index="0" removed="1">RTE\Device\ARMCM0\system_ARMCM0.c</instance>
  1215. <component Cclass="Device" Cgroup="Startup" Cvendor="ARM" Cversion="1.2.2" condition="ARMCM0 CMSIS"/>
  1216. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="5.7.0"/>
  1217. <targetInfos/>
  1218. </file>
  1219. <file attr="config" category="sourceAsm" condition="ARMCC" name="Device\ARM\ARMCM3\Source\ARM\startup_ARMCM3.s" version="1.0.1">
  1220. <instance index="0">RTE\Device\ARMCM3\startup_ARMCM3.s</instance>
  1221. <component Cclass="Device" Cgroup="Startup" Cvendor="ARM" Cversion="1.2.2" condition="ARMCM3 CMSIS"/>
  1222. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="5.7.0"/>
  1223. <targetInfos>
  1224. <targetInfo name="example"/>
  1225. <targetInfo name="library"/>
  1226. </targetInfos>
  1227. </file>
  1228. <file attr="config" category="sourceC" name="Device\ARM\ARMCM3\Source\system_ARMCM3.c" version="1.0.1">
  1229. <instance index="0">RTE\Device\ARMCM3\system_ARMCM3.c</instance>
  1230. <component Cclass="Device" Cgroup="Startup" Cvendor="ARM" Cversion="1.2.2" condition="ARMCM3 CMSIS"/>
  1231. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="5.7.0"/>
  1232. <targetInfos>
  1233. <targetInfo name="example"/>
  1234. <targetInfo name="library"/>
  1235. </targetInfos>
  1236. </file>
  1237. <file attr="config" category="header" name="CMSIS\Config\RTE_Device.h" version="1.0.0">
  1238. <instance index="0" removed="1">RTE\Device\CMSDK_CM0\RTE_Device.h</instance>
  1239. <component Cclass="Device" Cgroup="Startup" Cvendor="Keil" Cversion="1.0.0" condition="CMSDK_CM0 CMSIS"/>
  1240. <package name="V2M-MPS2_CMx_BSP" schemaVersion="1.2" url="http://www.keil.com/pack/" vendor="Keil" version="1.7.0"/>
  1241. <targetInfos/>
  1242. </file>
  1243. <file attr="config" category="source" condition="ARMCC" name="Device\CMSDK_CM0\Source\ARM\startup_CMSDK_CM0.s" version="1.0.0">
  1244. <instance index="0" removed="1">RTE\Device\CMSDK_CM0\startup_CMSDK_CM0.s</instance>
  1245. <component Cclass="Device" Cgroup="Startup" Cvendor="Keil" Cversion="1.0.0" condition="CMSDK_CM0 CMSIS"/>
  1246. <package name="V2M-MPS2_CMx_BSP" schemaVersion="1.2" url="http://www.keil.com/pack/" vendor="Keil" version="1.7.0"/>
  1247. <targetInfos/>
  1248. </file>
  1249. <file attr="config" category="source" name="Device\CMSDK_CM0\Source\system_CMSDK_CM0.c" version="1.0.0">
  1250. <instance index="0" removed="1">RTE\Device\CMSDK_CM0\system_CMSDK_CM0.c</instance>
  1251. <component Cclass="Device" Cgroup="Startup" Cvendor="Keil" Cversion="1.0.0" condition="CMSDK_CM0 CMSIS"/>
  1252. <package name="V2M-MPS2_CMx_BSP" schemaVersion="1.2" url="http://www.keil.com/pack/" vendor="Keil" version="1.7.0"/>
  1253. <targetInfos/>
  1254. </file>
  1255. <file attr="config" category="header" name="CMSIS\Config\RTE_Device.h" version="1.0.0">
  1256. <instance index="0" removed="1">RTE\Device\CMSDK_CM3\RTE_Device.h</instance>
  1257. <component Cclass="Device" Cgroup="Startup" Cvendor="Keil" Cversion="1.0.0" condition="CMSDK_CM3 CMSIS"/>
  1258. <package name="V2M-MPS2_CMx_BSP" schemaVersion="1.2" url="http://www.keil.com/pack/" vendor="Keil" version="1.7.0"/>
  1259. <targetInfos/>
  1260. </file>
  1261. <file attr="config" category="source" condition="ARMCC" name="Device\CMSDK_CM3\Source\ARM\startup_CMSDK_CM3.s" version="1.0.0">
  1262. <instance index="0" removed="1">RTE\Device\CMSDK_CM3\startup_CMSDK_CM3.s</instance>
  1263. <component Cclass="Device" Cgroup="Startup" Cvendor="Keil" Cversion="1.0.0" condition="CMSDK_CM3 CMSIS"/>
  1264. <package name="V2M-MPS2_CMx_BSP" schemaVersion="1.2" url="http://www.keil.com/pack/" vendor="Keil" version="1.7.0"/>
  1265. <targetInfos/>
  1266. </file>
  1267. <file attr="config" category="source" name="Device\CMSDK_CM3\Source\system_CMSDK_CM3.c" version="1.0.0">
  1268. <instance index="0" removed="1">RTE\Device\CMSDK_CM3\system_CMSDK_CM3.c</instance>
  1269. <component Cclass="Device" Cgroup="Startup" Cvendor="Keil" Cversion="1.0.0" condition="CMSDK_CM3 CMSIS"/>
  1270. <package name="V2M-MPS2_CMx_BSP" schemaVersion="1.2" url="http://www.keil.com/pack/" vendor="Keil" version="1.7.0"/>
  1271. <targetInfos/>
  1272. </file>
  1273. <file attr="config" category="header" name="CMSIS\Config\RTE_Device.h" version="1.0.0">
  1274. <instance index="0" removed="1">RTE\Device\CMSDK_CM7_SP\RTE_Device.h</instance>
  1275. <component Cclass="Device" Cgroup="Startup" Cvendor="Keil" Cversion="1.0.0" condition="CMSDK_CM7 CMSIS"/>
  1276. <package name="V2M-MPS2_CMx_BSP" schemaVersion="1.2" url="http://www.keil.com/pack/" vendor="Keil" version="1.7.0"/>
  1277. <targetInfos/>
  1278. </file>
  1279. <file attr="config" category="source" condition="ARMCC" name="Device\CMSDK_CM7\Source\ARM\startup_CMSDK_CM7.s" version="1.0.0">
  1280. <instance index="0" removed="1">RTE\Device\CMSDK_CM7_SP\startup_CMSDK_CM7.s</instance>
  1281. <component Cclass="Device" Cgroup="Startup" Cvendor="Keil" Cversion="1.0.0" condition="CMSDK_CM7 CMSIS"/>
  1282. <package name="V2M-MPS2_CMx_BSP" schemaVersion="1.2" url="http://www.keil.com/pack/" vendor="Keil" version="1.7.0"/>
  1283. <targetInfos/>
  1284. </file>
  1285. <file attr="config" category="source" name="Device\CMSDK_CM7\Source\system_CMSDK_CM7.c" version="1.0.0">
  1286. <instance index="0" removed="1">RTE\Device\CMSDK_CM7_SP\system_CMSDK_CM7.c</instance>
  1287. <component Cclass="Device" Cgroup="Startup" Cvendor="Keil" Cversion="1.0.0" condition="CMSDK_CM7 CMSIS"/>
  1288. <package name="V2M-MPS2_CMx_BSP" schemaVersion="1.2" url="http://www.keil.com/pack/" vendor="Keil" version="1.7.0"/>
  1289. <targetInfos/>
  1290. </file>
  1291. <file attr="config" category="source" name="bsp\board.c" version="3.1.3">
  1292. <instance index="0" removed="1">RTE\RTOS\board.c</instance>
  1293. <component Cbundle="RT-Thread" Cclass="RTOS" Cgroup="kernel" Cvendor="RealThread" Cversion="3.1.3" condition="CMSIS Core with RTOS"/>
  1294. <package license="License.txt" name="RT-Thread" schemaVersion="1.4" supportContact="https://www.rt-thread.org" url="https://www.rt-thread.org/download/mdk/" vendor="RealThread" version="3.1.3"/>
  1295. <targetInfos/>
  1296. </file>
  1297. <file attr="config" category="header" name="bsp\rtconfig.h" version="3.1.3">
  1298. <instance index="0" removed="1">RTE\RTOS\rtconfig.h</instance>
  1299. <component Cbundle="RT-Thread" Cclass="RTOS" Cgroup="kernel" Cvendor="RealThread" Cversion="3.1.3" condition="CMSIS Core with RTOS"/>
  1300. <package license="License.txt" name="RT-Thread" schemaVersion="1.4" supportContact="https://www.rt-thread.org" url="https://www.rt-thread.org/download/mdk/" vendor="RealThread" version="3.1.3"/>
  1301. <targetInfos/>
  1302. </file>
  1303. </files>
  1304. </RTE>
  1305. <LayerInfo>
  1306. <Layers>
  1307. <Layer>
  1308. <LayName>Blinky</LayName>
  1309. <LayTarg>0</LayTarg>
  1310. <LayPrjMark>1</LayPrjMark>
  1311. </Layer>
  1312. </Layers>
  1313. </LayerInfo>
  1314. </Project>