project.uvoptx 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985
  1. <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
  2. <ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd">
  3. <SchemaVersion>1.0</SchemaVersion>
  4. <Header>### uVision Project, (C) Keil Software</Header>
  5. <Extensions>
  6. <cExt>*.c</cExt>
  7. <aExt>*.s*; *.src; *.a*</aExt>
  8. <oExt>*.obj; *.o</oExt>
  9. <lExt>*.lib</lExt>
  10. <tExt>*.txt; *.h; *.inc; *.md</tExt>
  11. <pExt>*.plm</pExt>
  12. <CppX>*.cpp</CppX>
  13. <nMigrate>0</nMigrate>
  14. </Extensions>
  15. <DaveTm>
  16. <dwLowDateTime>0</dwLowDateTime>
  17. <dwHighDateTime>0</dwHighDateTime>
  18. </DaveTm>
  19. <Target>
  20. <TargetName>ACM32F4XX</TargetName>
  21. <ToolsetNumber>0x4</ToolsetNumber>
  22. <ToolsetName>ARM-ADS</ToolsetName>
  23. <TargetOption>
  24. <CLKADS>12000000</CLKADS>
  25. <OPTTT>
  26. <gFlags>1</gFlags>
  27. <BeepAtEnd>1</BeepAtEnd>
  28. <RunSim>0</RunSim>
  29. <RunTarget>1</RunTarget>
  30. <RunAbUc>0</RunAbUc>
  31. </OPTTT>
  32. <OPTHX>
  33. <HexSelection>1</HexSelection>
  34. <FlashByte>65535</FlashByte>
  35. <HexRangeLowAddress>0</HexRangeLowAddress>
  36. <HexRangeHighAddress>0</HexRangeHighAddress>
  37. <HexOffset>0</HexOffset>
  38. </OPTHX>
  39. <OPTLEX>
  40. <PageWidth>79</PageWidth>
  41. <PageLength>66</PageLength>
  42. <TabStop>8</TabStop>
  43. <ListingPath>.\build\keil\</ListingPath>
  44. </OPTLEX>
  45. <ListingPage>
  46. <CreateCListing>1</CreateCListing>
  47. <CreateAListing>1</CreateAListing>
  48. <CreateLListing>1</CreateLListing>
  49. <CreateIListing>0</CreateIListing>
  50. <AsmCond>1</AsmCond>
  51. <AsmSymb>1</AsmSymb>
  52. <AsmXref>0</AsmXref>
  53. <CCond>1</CCond>
  54. <CCode>0</CCode>
  55. <CListInc>0</CListInc>
  56. <CSymb>0</CSymb>
  57. <LinkerCodeListing>0</LinkerCodeListing>
  58. </ListingPage>
  59. <OPTXL>
  60. <LMap>1</LMap>
  61. <LComments>1</LComments>
  62. <LGenerateSymbols>1</LGenerateSymbols>
  63. <LLibSym>1</LLibSym>
  64. <LLines>1</LLines>
  65. <LLocSym>1</LLocSym>
  66. <LPubSym>1</LPubSym>
  67. <LXref>0</LXref>
  68. <LExpSel>0</LExpSel>
  69. </OPTXL>
  70. <OPTFL>
  71. <tvExp>1</tvExp>
  72. <tvExpOptDlg>0</tvExpOptDlg>
  73. <IsCurrentTarget>1</IsCurrentTarget>
  74. </OPTFL>
  75. <CpuCode>7</CpuCode>
  76. <DebugOpt>
  77. <uSim>0</uSim>
  78. <uTrg>1</uTrg>
  79. <sLdApp>1</sLdApp>
  80. <sGomain>1</sGomain>
  81. <sRbreak>1</sRbreak>
  82. <sRwatch>1</sRwatch>
  83. <sRmem>1</sRmem>
  84. <sRfunc>1</sRfunc>
  85. <sRbox>1</sRbox>
  86. <tLdApp>1</tLdApp>
  87. <tGomain>1</tGomain>
  88. <tRbreak>1</tRbreak>
  89. <tRwatch>1</tRwatch>
  90. <tRmem>1</tRmem>
  91. <tRfunc>0</tRfunc>
  92. <tRbox>1</tRbox>
  93. <tRtrace>1</tRtrace>
  94. <sRSysVw>1</sRSysVw>
  95. <tRSysVw>1</tRSysVw>
  96. <sRunDeb>0</sRunDeb>
  97. <sLrtime>0</sLrtime>
  98. <bEvRecOn>1</bEvRecOn>
  99. <bSchkAxf>0</bSchkAxf>
  100. <bTchkAxf>0</bTchkAxf>
  101. <nTsel>14</nTsel>
  102. <sDll></sDll>
  103. <sDllPa></sDllPa>
  104. <sDlgDll></sDlgDll>
  105. <sDlgPa></sDlgPa>
  106. <sIfile></sIfile>
  107. <tDll></tDll>
  108. <tDllPa></tDllPa>
  109. <tDlgDll></tDlgDll>
  110. <tDlgPa></tDlgPa>
  111. <tIfile></tIfile>
  112. <pMon>BIN\CMSIS_AGDI_V8M.DLL</pMon>
  113. </DebugOpt>
  114. <TargetDriverDllRegistry>
  115. <SetRegEntry>
  116. <Number>0</Number>
  117. <Key>CMSIS_AGDI_V8M</Key>
  118. <Name>-X"CMSIS-DAP AISINOCHIP V1.0" -UCMSIS-DAP AISINOCHIP V1.0 -O206 -S10 -C0 -P00000000 -N00("ARM CoreSight SW-DP") -D00(1BE12AEB) -L00(0) -TO65554 -TC10000000 -TT10000000 -TP20 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN1 -FF0ACM32F4_eflash -FS00 -FL080000</Name>
  119. </SetRegEntry>
  120. <SetRegEntry>
  121. <Number>0</Number>
  122. <Key>UL2V8M</Key>
  123. <Name>-UV0VVV123 -O206 -S0 -C0 -P00 -N00("ARM CoreSight SW-DP") -D00(1BE12AEB) -L00(0) -TO65554 -TC10000000 -TT10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN1 -FF0ACM32F4_eflash -FS00 -FL080000</Name>
  124. </SetRegEntry>
  125. <SetRegEntry>
  126. <Number>0</Number>
  127. <Key>DLGTARM</Key>
  128. <Name>(6010=-1,-1,-1,-1,0)(6018=-1,-1,-1,-1,0)(6019=-1,-1,-1,-1,0)(6008=-1,-1,-1,-1,0)(6009=-1,-1,-1,-1,0)(6014=-1,-1,-1,-1,0)(6015=-1,-1,-1,-1,0)(6003=-1,-1,-1,-1,0)(6000=-1,-1,-1,-1,0)</Name>
  129. </SetRegEntry>
  130. <SetRegEntry>
  131. <Number>0</Number>
  132. <Key>ARMDBGFLAGS</Key>
  133. <Name></Name>
  134. </SetRegEntry>
  135. <SetRegEntry>
  136. <Number>0</Number>
  137. <Key>DLGUARM</Key>
  138. <Name></Name>
  139. </SetRegEntry>
  140. </TargetDriverDllRegistry>
  141. <Breakpoint>
  142. <Bp>
  143. <Number>0</Number>
  144. <Type>0</Type>
  145. <LineNumber>69</LineNumber>
  146. <EnabledFlag>1</EnabledFlag>
  147. <Address>10834</Address>
  148. <ByteObject>0</ByteObject>
  149. <HtxType>0</HtxType>
  150. <ManyObjects>0</ManyObjects>
  151. <SizeOfObject>0</SizeOfObject>
  152. <BreakByAccess>0</BreakByAccess>
  153. <BreakIfRCount>1</BreakIfRCount>
  154. <Filename>Z:\Aisinochip\rt-thread\bsp\RT_Thread_v3.13\bsp\uart.c</Filename>
  155. <ExecCommand></ExecCommand>
  156. <Expression>\\ACM32F4\../RT_Thread_v3.13/bsp/uart.c\69</Expression>
  157. </Bp>
  158. <Bp>
  159. <Number>1</Number>
  160. <Type>0</Type>
  161. <LineNumber>140</LineNumber>
  162. <EnabledFlag>1</EnabledFlag>
  163. <Address>21958</Address>
  164. <ByteObject>0</ByteObject>
  165. <HtxType>0</HtxType>
  166. <ManyObjects>0</ManyObjects>
  167. <SizeOfObject>0</SizeOfObject>
  168. <BreakByAccess>0</BreakByAccess>
  169. <BreakIfRCount>1</BreakIfRCount>
  170. <Filename>Z:\Aisinochip\rt-thread\bsp\RT_Thread_v3.13\components\finsh\shell.c</Filename>
  171. <ExecCommand></ExecCommand>
  172. <Expression>\\ACM32F4\../RT_Thread_v3.13/components/finsh/shell.c\140</Expression>
  173. </Bp>
  174. </Breakpoint>
  175. <WatchWindow1>
  176. <Ww>
  177. <count>0</count>
  178. <WinNumber>1</WinNumber>
  179. <ItemText>gu32_DataBackup</ItemText>
  180. </Ww>
  181. <Ww>
  182. <count>1</count>
  183. <WinNumber>1</WinNumber>
  184. <ItemText>gu8_EncrptionData</ItemText>
  185. </Ww>
  186. <Ww>
  187. <count>2</count>
  188. <WinNumber>1</WinNumber>
  189. <ItemText>lp32_Data</ItemText>
  190. </Ww>
  191. <Ww>
  192. <count>3</count>
  193. <WinNumber>1</WinNumber>
  194. <ItemText>str_GPIOAB</ItemText>
  195. </Ww>
  196. <Ww>
  197. <count>4</count>
  198. <WinNumber>1</WinNumber>
  199. <ItemText>str_SCU</ItemText>
  200. </Ww>
  201. <Ww>
  202. <count>5</count>
  203. <WinNumber>1</WinNumber>
  204. <ItemText>gu32_GPIOCD</ItemText>
  205. </Ww>
  206. <Ww>
  207. <count>6</count>
  208. <WinNumber>1</WinNumber>
  209. <ItemText>gu32_GPIOAB</ItemText>
  210. </Ww>
  211. <Ww>
  212. <count>7</count>
  213. <WinNumber>1</WinNumber>
  214. <ItemText>gu8_TxBuffer</ItemText>
  215. </Ww>
  216. <Ww>
  217. <count>8</count>
  218. <WinNumber>1</WinNumber>
  219. <ItemText>UART1_Handle</ItemText>
  220. </Ww>
  221. <Ww>
  222. <count>9</count>
  223. <WinNumber>1</WinNumber>
  224. <ItemText>gu8_RxBuffer</ItemText>
  225. </Ww>
  226. <Ww>
  227. <count>10</count>
  228. <WinNumber>1</WinNumber>
  229. <ItemText>DMA1</ItemText>
  230. </Ww>
  231. <Ww>
  232. <count>11</count>
  233. <WinNumber>1</WinNumber>
  234. <ItemText>gu32_APBClock,0x0A</ItemText>
  235. </Ww>
  236. <Ww>
  237. <count>12</count>
  238. <WinNumber>1</WinNumber>
  239. <ItemText>gu32_SystemClock,0x0A</ItemText>
  240. </Ww>
  241. <Ww>
  242. <count>13</count>
  243. <WinNumber>1</WinNumber>
  244. <ItemText>shell</ItemText>
  245. </Ww>
  246. </WatchWindow1>
  247. <MemoryWindow1>
  248. <Mm>
  249. <WinNumber>1</WinNumber>
  250. <SubType>1</SubType>
  251. <ItemText>shell</ItemText>
  252. <AccSizeX>0</AccSizeX>
  253. </Mm>
  254. </MemoryWindow1>
  255. <MemoryWindow2>
  256. <Mm>
  257. <WinNumber>2</WinNumber>
  258. <SubType>1</SubType>
  259. <ItemText>0x40010800</ItemText>
  260. <AccSizeX>0</AccSizeX>
  261. </Mm>
  262. </MemoryWindow2>
  263. <MemoryWindow3>
  264. <Mm>
  265. <WinNumber>3</WinNumber>
  266. <SubType>1</SubType>
  267. <ItemText>0x10080800</ItemText>
  268. <AccSizeX>0</AccSizeX>
  269. </Mm>
  270. </MemoryWindow3>
  271. <Tracepoint>
  272. <THDelay>0</THDelay>
  273. </Tracepoint>
  274. <DebugFlag>
  275. <trace>0</trace>
  276. <periodic>1</periodic>
  277. <aLwin>1</aLwin>
  278. <aCover>0</aCover>
  279. <aSer1>0</aSer1>
  280. <aSer2>0</aSer2>
  281. <aPa>0</aPa>
  282. <viewmode>1</viewmode>
  283. <vrSel>0</vrSel>
  284. <aSym>0</aSym>
  285. <aTbox>0</aTbox>
  286. <AscS1>0</AscS1>
  287. <AscS2>0</AscS2>
  288. <AscS3>0</AscS3>
  289. <aSer3>0</aSer3>
  290. <eProf>0</eProf>
  291. <aLa>0</aLa>
  292. <aPa1>0</aPa1>
  293. <AscS4>0</AscS4>
  294. <aSer4>0</aSer4>
  295. <StkLoc>0</StkLoc>
  296. <TrcWin>0</TrcWin>
  297. <newCpu>0</newCpu>
  298. <uProt>0</uProt>
  299. </DebugFlag>
  300. <LintExecutable></LintExecutable>
  301. <LintConfigFile></LintConfigFile>
  302. <bLintAuto>0</bLintAuto>
  303. <bAutoGenD>0</bAutoGenD>
  304. <LntExFlags>0</LntExFlags>
  305. <pMisraName></pMisraName>
  306. <pszMrule></pszMrule>
  307. <pSingCmds></pSingCmds>
  308. <pMultCmds></pMultCmds>
  309. <pMisraNamep></pMisraNamep>
  310. <pszMrulep></pszMrulep>
  311. <pSingCmdsp></pSingCmdsp>
  312. <pMultCmdsp></pMultCmdsp>
  313. </TargetOption>
  314. </Target>
  315. <Group>
  316. <GroupName>ACM32_HAL</GroupName>
  317. <tvExp>0</tvExp>
  318. <tvExpOptDlg>0</tvExpOptDlg>
  319. <cbSel>0</cbSel>
  320. <RteFlg>0</RteFlg>
  321. <File>
  322. <GroupNumber>1</GroupNumber>
  323. <FileNumber>1</FileNumber>
  324. <FileType>1</FileType>
  325. <tvExp>0</tvExp>
  326. <tvExpOptDlg>0</tvExpOptDlg>
  327. <bDave2>0</bDave2>
  328. <PathWithFileName>libraries\HAL_Driver\Src\HAL_UART.c</PathWithFileName>
  329. <FilenameWithoutPath>HAL_UART.c</FilenameWithoutPath>
  330. <RteFlg>0</RteFlg>
  331. <bShared>0</bShared>
  332. </File>
  333. <File>
  334. <GroupNumber>1</GroupNumber>
  335. <FileNumber>2</FileNumber>
  336. <FileType>1</FileType>
  337. <tvExp>0</tvExp>
  338. <tvExpOptDlg>0</tvExpOptDlg>
  339. <bDave2>0</bDave2>
  340. <PathWithFileName>libraries\HAL_Driver\Src\HAL_EXTI.c</PathWithFileName>
  341. <FilenameWithoutPath>HAL_EXTI.c</FilenameWithoutPath>
  342. <RteFlg>0</RteFlg>
  343. <bShared>0</bShared>
  344. </File>
  345. <File>
  346. <GroupNumber>1</GroupNumber>
  347. <FileNumber>3</FileNumber>
  348. <FileType>1</FileType>
  349. <tvExp>0</tvExp>
  350. <tvExpOptDlg>0</tvExpOptDlg>
  351. <bDave2>0</bDave2>
  352. <PathWithFileName>libraries\HAL_Driver\Src\HAL_DMA.c</PathWithFileName>
  353. <FilenameWithoutPath>HAL_DMA.c</FilenameWithoutPath>
  354. <RteFlg>0</RteFlg>
  355. <bShared>0</bShared>
  356. </File>
  357. <File>
  358. <GroupNumber>1</GroupNumber>
  359. <FileNumber>4</FileNumber>
  360. <FileType>2</FileType>
  361. <tvExp>0</tvExp>
  362. <tvExpOptDlg>0</tvExpOptDlg>
  363. <bDave2>0</bDave2>
  364. <PathWithFileName>libraries\Device\Startup_ACM32F4.s</PathWithFileName>
  365. <FilenameWithoutPath>Startup_ACM32F4.s</FilenameWithoutPath>
  366. <RteFlg>0</RteFlg>
  367. <bShared>0</bShared>
  368. </File>
  369. <File>
  370. <GroupNumber>1</GroupNumber>
  371. <FileNumber>5</FileNumber>
  372. <FileType>1</FileType>
  373. <tvExp>0</tvExp>
  374. <tvExpOptDlg>0</tvExpOptDlg>
  375. <bDave2>0</bDave2>
  376. <PathWithFileName>libraries\Device\System_ACM32F4.c</PathWithFileName>
  377. <FilenameWithoutPath>System_ACM32F4.c</FilenameWithoutPath>
  378. <RteFlg>0</RteFlg>
  379. <bShared>0</bShared>
  380. </File>
  381. <File>
  382. <GroupNumber>1</GroupNumber>
  383. <FileNumber>6</FileNumber>
  384. <FileType>1</FileType>
  385. <tvExp>0</tvExp>
  386. <tvExpOptDlg>0</tvExpOptDlg>
  387. <bDave2>0</bDave2>
  388. <PathWithFileName>libraries\HAL_Driver\Src\HAL_GPIO.c</PathWithFileName>
  389. <FilenameWithoutPath>HAL_GPIO.c</FilenameWithoutPath>
  390. <RteFlg>0</RteFlg>
  391. <bShared>0</bShared>
  392. </File>
  393. <File>
  394. <GroupNumber>1</GroupNumber>
  395. <FileNumber>7</FileNumber>
  396. <FileType>1</FileType>
  397. <tvExp>0</tvExp>
  398. <tvExpOptDlg>0</tvExpOptDlg>
  399. <bDave2>0</bDave2>
  400. <PathWithFileName>libraries\HAL_Driver\Src\HAL_EFlash.c</PathWithFileName>
  401. <FilenameWithoutPath>HAL_EFlash.c</FilenameWithoutPath>
  402. <RteFlg>0</RteFlg>
  403. <bShared>0</bShared>
  404. </File>
  405. <File>
  406. <GroupNumber>1</GroupNumber>
  407. <FileNumber>8</FileNumber>
  408. <FileType>4</FileType>
  409. <tvExp>0</tvExp>
  410. <tvExpOptDlg>0</tvExpOptDlg>
  411. <bDave2>0</bDave2>
  412. <PathWithFileName>libraries\Device\System_Accelerate.lib</PathWithFileName>
  413. <FilenameWithoutPath>System_Accelerate.lib</FilenameWithoutPath>
  414. <RteFlg>0</RteFlg>
  415. <bShared>0</bShared>
  416. </File>
  417. <File>
  418. <GroupNumber>1</GroupNumber>
  419. <FileNumber>9</FileNumber>
  420. <FileType>4</FileType>
  421. <tvExp>0</tvExp>
  422. <tvExpOptDlg>0</tvExpOptDlg>
  423. <bDave2>0</bDave2>
  424. <PathWithFileName>libraries\HAL_Driver\Src\HAL_EFlash_EX.lib</PathWithFileName>
  425. <FilenameWithoutPath>HAL_EFlash_EX.lib</FilenameWithoutPath>
  426. <RteFlg>0</RteFlg>
  427. <bShared>0</bShared>
  428. </File>
  429. </Group>
  430. <Group>
  431. <GroupName>Applications</GroupName>
  432. <tvExp>0</tvExp>
  433. <tvExpOptDlg>0</tvExpOptDlg>
  434. <cbSel>0</cbSel>
  435. <RteFlg>0</RteFlg>
  436. <File>
  437. <GroupNumber>2</GroupNumber>
  438. <FileNumber>10</FileNumber>
  439. <FileType>1</FileType>
  440. <tvExp>0</tvExp>
  441. <tvExpOptDlg>0</tvExpOptDlg>
  442. <bDave2>0</bDave2>
  443. <PathWithFileName>applications\main.c</PathWithFileName>
  444. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  445. <RteFlg>0</RteFlg>
  446. <bShared>0</bShared>
  447. </File>
  448. </Group>
  449. <Group>
  450. <GroupName>CPU</GroupName>
  451. <tvExp>0</tvExp>
  452. <tvExpOptDlg>0</tvExpOptDlg>
  453. <cbSel>0</cbSel>
  454. <RteFlg>0</RteFlg>
  455. <File>
  456. <GroupNumber>3</GroupNumber>
  457. <FileNumber>11</FileNumber>
  458. <FileType>1</FileType>
  459. <tvExp>0</tvExp>
  460. <tvExpOptDlg>0</tvExpOptDlg>
  461. <bDave2>0</bDave2>
  462. <PathWithFileName>..\..\libcpu\arm\common\backtrace.c</PathWithFileName>
  463. <FilenameWithoutPath>backtrace.c</FilenameWithoutPath>
  464. <RteFlg>0</RteFlg>
  465. <bShared>0</bShared>
  466. </File>
  467. <File>
  468. <GroupNumber>3</GroupNumber>
  469. <FileNumber>12</FileNumber>
  470. <FileType>1</FileType>
  471. <tvExp>0</tvExp>
  472. <tvExpOptDlg>0</tvExpOptDlg>
  473. <bDave2>0</bDave2>
  474. <PathWithFileName>..\..\libcpu\arm\common\showmem.c</PathWithFileName>
  475. <FilenameWithoutPath>showmem.c</FilenameWithoutPath>
  476. <RteFlg>0</RteFlg>
  477. <bShared>0</bShared>
  478. </File>
  479. <File>
  480. <GroupNumber>3</GroupNumber>
  481. <FileNumber>13</FileNumber>
  482. <FileType>1</FileType>
  483. <tvExp>0</tvExp>
  484. <tvExpOptDlg>0</tvExpOptDlg>
  485. <bDave2>0</bDave2>
  486. <PathWithFileName>..\..\libcpu\arm\common\div0.c</PathWithFileName>
  487. <FilenameWithoutPath>div0.c</FilenameWithoutPath>
  488. <RteFlg>0</RteFlg>
  489. <bShared>0</bShared>
  490. </File>
  491. <File>
  492. <GroupNumber>3</GroupNumber>
  493. <FileNumber>14</FileNumber>
  494. <FileType>2</FileType>
  495. <tvExp>0</tvExp>
  496. <tvExpOptDlg>0</tvExpOptDlg>
  497. <bDave2>0</bDave2>
  498. <PathWithFileName>..\..\libcpu\arm\cortex-m33\syscall_rvds.S</PathWithFileName>
  499. <FilenameWithoutPath>syscall_rvds.S</FilenameWithoutPath>
  500. <RteFlg>0</RteFlg>
  501. <bShared>0</bShared>
  502. </File>
  503. <File>
  504. <GroupNumber>3</GroupNumber>
  505. <FileNumber>15</FileNumber>
  506. <FileType>2</FileType>
  507. <tvExp>0</tvExp>
  508. <tvExpOptDlg>0</tvExpOptDlg>
  509. <bDave2>0</bDave2>
  510. <PathWithFileName>..\..\libcpu\arm\cortex-m33\context_rvds.S</PathWithFileName>
  511. <FilenameWithoutPath>context_rvds.S</FilenameWithoutPath>
  512. <RteFlg>0</RteFlg>
  513. <bShared>0</bShared>
  514. </File>
  515. <File>
  516. <GroupNumber>3</GroupNumber>
  517. <FileNumber>16</FileNumber>
  518. <FileType>1</FileType>
  519. <tvExp>0</tvExp>
  520. <tvExpOptDlg>0</tvExpOptDlg>
  521. <bDave2>0</bDave2>
  522. <PathWithFileName>..\..\libcpu\arm\cortex-m33\trustzone.c</PathWithFileName>
  523. <FilenameWithoutPath>trustzone.c</FilenameWithoutPath>
  524. <RteFlg>0</RteFlg>
  525. <bShared>0</bShared>
  526. </File>
  527. <File>
  528. <GroupNumber>3</GroupNumber>
  529. <FileNumber>17</FileNumber>
  530. <FileType>1</FileType>
  531. <tvExp>0</tvExp>
  532. <tvExpOptDlg>0</tvExpOptDlg>
  533. <bDave2>0</bDave2>
  534. <PathWithFileName>..\..\libcpu\arm\cortex-m33\cpuport.c</PathWithFileName>
  535. <FilenameWithoutPath>cpuport.c</FilenameWithoutPath>
  536. <RteFlg>0</RteFlg>
  537. <bShared>0</bShared>
  538. </File>
  539. </Group>
  540. <Group>
  541. <GroupName>DeviceDrivers</GroupName>
  542. <tvExp>0</tvExp>
  543. <tvExpOptDlg>0</tvExpOptDlg>
  544. <cbSel>0</cbSel>
  545. <RteFlg>0</RteFlg>
  546. <File>
  547. <GroupNumber>4</GroupNumber>
  548. <FileNumber>18</FileNumber>
  549. <FileType>1</FileType>
  550. <tvExp>0</tvExp>
  551. <tvExpOptDlg>0</tvExpOptDlg>
  552. <bDave2>0</bDave2>
  553. <PathWithFileName>..\..\components\drivers\misc\pin.c</PathWithFileName>
  554. <FilenameWithoutPath>pin.c</FilenameWithoutPath>
  555. <RteFlg>0</RteFlg>
  556. <bShared>0</bShared>
  557. </File>
  558. <File>
  559. <GroupNumber>4</GroupNumber>
  560. <FileNumber>19</FileNumber>
  561. <FileType>1</FileType>
  562. <tvExp>0</tvExp>
  563. <tvExpOptDlg>0</tvExpOptDlg>
  564. <bDave2>0</bDave2>
  565. <PathWithFileName>..\..\components\drivers\serial\serial.c</PathWithFileName>
  566. <FilenameWithoutPath>serial.c</FilenameWithoutPath>
  567. <RteFlg>0</RteFlg>
  568. <bShared>0</bShared>
  569. </File>
  570. <File>
  571. <GroupNumber>4</GroupNumber>
  572. <FileNumber>20</FileNumber>
  573. <FileType>1</FileType>
  574. <tvExp>0</tvExp>
  575. <tvExpOptDlg>0</tvExpOptDlg>
  576. <bDave2>0</bDave2>
  577. <PathWithFileName>..\..\components\drivers\src\pipe.c</PathWithFileName>
  578. <FilenameWithoutPath>pipe.c</FilenameWithoutPath>
  579. <RteFlg>0</RteFlg>
  580. <bShared>0</bShared>
  581. </File>
  582. <File>
  583. <GroupNumber>4</GroupNumber>
  584. <FileNumber>21</FileNumber>
  585. <FileType>1</FileType>
  586. <tvExp>0</tvExp>
  587. <tvExpOptDlg>0</tvExpOptDlg>
  588. <bDave2>0</bDave2>
  589. <PathWithFileName>..\..\components\drivers\src\ringbuffer.c</PathWithFileName>
  590. <FilenameWithoutPath>ringbuffer.c</FilenameWithoutPath>
  591. <RteFlg>0</RteFlg>
  592. <bShared>0</bShared>
  593. </File>
  594. <File>
  595. <GroupNumber>4</GroupNumber>
  596. <FileNumber>22</FileNumber>
  597. <FileType>1</FileType>
  598. <tvExp>0</tvExp>
  599. <tvExpOptDlg>0</tvExpOptDlg>
  600. <bDave2>0</bDave2>
  601. <PathWithFileName>..\..\components\drivers\src\ringblk_buf.c</PathWithFileName>
  602. <FilenameWithoutPath>ringblk_buf.c</FilenameWithoutPath>
  603. <RteFlg>0</RteFlg>
  604. <bShared>0</bShared>
  605. </File>
  606. <File>
  607. <GroupNumber>4</GroupNumber>
  608. <FileNumber>23</FileNumber>
  609. <FileType>1</FileType>
  610. <tvExp>0</tvExp>
  611. <tvExpOptDlg>0</tvExpOptDlg>
  612. <bDave2>0</bDave2>
  613. <PathWithFileName>..\..\components\drivers\src\waitqueue.c</PathWithFileName>
  614. <FilenameWithoutPath>waitqueue.c</FilenameWithoutPath>
  615. <RteFlg>0</RteFlg>
  616. <bShared>0</bShared>
  617. </File>
  618. <File>
  619. <GroupNumber>4</GroupNumber>
  620. <FileNumber>24</FileNumber>
  621. <FileType>1</FileType>
  622. <tvExp>0</tvExp>
  623. <tvExpOptDlg>0</tvExpOptDlg>
  624. <bDave2>0</bDave2>
  625. <PathWithFileName>..\..\components\drivers\src\dataqueue.c</PathWithFileName>
  626. <FilenameWithoutPath>dataqueue.c</FilenameWithoutPath>
  627. <RteFlg>0</RteFlg>
  628. <bShared>0</bShared>
  629. </File>
  630. <File>
  631. <GroupNumber>4</GroupNumber>
  632. <FileNumber>25</FileNumber>
  633. <FileType>1</FileType>
  634. <tvExp>0</tvExp>
  635. <tvExpOptDlg>0</tvExpOptDlg>
  636. <bDave2>0</bDave2>
  637. <PathWithFileName>..\..\components\drivers\src\workqueue.c</PathWithFileName>
  638. <FilenameWithoutPath>workqueue.c</FilenameWithoutPath>
  639. <RteFlg>0</RteFlg>
  640. <bShared>0</bShared>
  641. </File>
  642. <File>
  643. <GroupNumber>4</GroupNumber>
  644. <FileNumber>26</FileNumber>
  645. <FileType>1</FileType>
  646. <tvExp>0</tvExp>
  647. <tvExpOptDlg>0</tvExpOptDlg>
  648. <bDave2>0</bDave2>
  649. <PathWithFileName>..\..\components\drivers\src\completion.c</PathWithFileName>
  650. <FilenameWithoutPath>completion.c</FilenameWithoutPath>
  651. <RteFlg>0</RteFlg>
  652. <bShared>0</bShared>
  653. </File>
  654. </Group>
  655. <Group>
  656. <GroupName>Drivers</GroupName>
  657. <tvExp>0</tvExp>
  658. <tvExpOptDlg>0</tvExpOptDlg>
  659. <cbSel>0</cbSel>
  660. <RteFlg>0</RteFlg>
  661. <File>
  662. <GroupNumber>5</GroupNumber>
  663. <FileNumber>27</FileNumber>
  664. <FileType>1</FileType>
  665. <tvExp>0</tvExp>
  666. <tvExpOptDlg>0</tvExpOptDlg>
  667. <bDave2>0</bDave2>
  668. <PathWithFileName>drivers\drv_gpio.c</PathWithFileName>
  669. <FilenameWithoutPath>drv_gpio.c</FilenameWithoutPath>
  670. <RteFlg>0</RteFlg>
  671. <bShared>0</bShared>
  672. </File>
  673. <File>
  674. <GroupNumber>5</GroupNumber>
  675. <FileNumber>28</FileNumber>
  676. <FileType>1</FileType>
  677. <tvExp>0</tvExp>
  678. <tvExpOptDlg>0</tvExpOptDlg>
  679. <bDave2>0</bDave2>
  680. <PathWithFileName>drivers\board.c</PathWithFileName>
  681. <FilenameWithoutPath>board.c</FilenameWithoutPath>
  682. <RteFlg>0</RteFlg>
  683. <bShared>0</bShared>
  684. </File>
  685. <File>
  686. <GroupNumber>5</GroupNumber>
  687. <FileNumber>29</FileNumber>
  688. <FileType>1</FileType>
  689. <tvExp>0</tvExp>
  690. <tvExpOptDlg>0</tvExpOptDlg>
  691. <bDave2>0</bDave2>
  692. <PathWithFileName>drivers\drv_uart.c</PathWithFileName>
  693. <FilenameWithoutPath>drv_uart.c</FilenameWithoutPath>
  694. <RteFlg>0</RteFlg>
  695. <bShared>0</bShared>
  696. </File>
  697. </Group>
  698. <Group>
  699. <GroupName>Finsh</GroupName>
  700. <tvExp>0</tvExp>
  701. <tvExpOptDlg>0</tvExpOptDlg>
  702. <cbSel>0</cbSel>
  703. <RteFlg>0</RteFlg>
  704. <File>
  705. <GroupNumber>6</GroupNumber>
  706. <FileNumber>30</FileNumber>
  707. <FileType>1</FileType>
  708. <tvExp>0</tvExp>
  709. <tvExpOptDlg>0</tvExpOptDlg>
  710. <bDave2>0</bDave2>
  711. <PathWithFileName>..\..\components\finsh\shell.c</PathWithFileName>
  712. <FilenameWithoutPath>shell.c</FilenameWithoutPath>
  713. <RteFlg>0</RteFlg>
  714. <bShared>0</bShared>
  715. </File>
  716. <File>
  717. <GroupNumber>6</GroupNumber>
  718. <FileNumber>31</FileNumber>
  719. <FileType>1</FileType>
  720. <tvExp>0</tvExp>
  721. <tvExpOptDlg>0</tvExpOptDlg>
  722. <bDave2>0</bDave2>
  723. <PathWithFileName>..\..\components\finsh\msh.c</PathWithFileName>
  724. <FilenameWithoutPath>msh.c</FilenameWithoutPath>
  725. <RteFlg>0</RteFlg>
  726. <bShared>0</bShared>
  727. </File>
  728. <File>
  729. <GroupNumber>6</GroupNumber>
  730. <FileNumber>32</FileNumber>
  731. <FileType>1</FileType>
  732. <tvExp>0</tvExp>
  733. <tvExpOptDlg>0</tvExpOptDlg>
  734. <bDave2>0</bDave2>
  735. <PathWithFileName>..\..\components\finsh\cmd.c</PathWithFileName>
  736. <FilenameWithoutPath>cmd.c</FilenameWithoutPath>
  737. <RteFlg>0</RteFlg>
  738. <bShared>0</bShared>
  739. </File>
  740. </Group>
  741. <Group>
  742. <GroupName>Kernel</GroupName>
  743. <tvExp>0</tvExp>
  744. <tvExpOptDlg>0</tvExpOptDlg>
  745. <cbSel>0</cbSel>
  746. <RteFlg>0</RteFlg>
  747. <File>
  748. <GroupNumber>7</GroupNumber>
  749. <FileNumber>33</FileNumber>
  750. <FileType>1</FileType>
  751. <tvExp>0</tvExp>
  752. <tvExpOptDlg>0</tvExpOptDlg>
  753. <bDave2>0</bDave2>
  754. <PathWithFileName>..\..\src\mem.c</PathWithFileName>
  755. <FilenameWithoutPath>mem.c</FilenameWithoutPath>
  756. <RteFlg>0</RteFlg>
  757. <bShared>0</bShared>
  758. </File>
  759. <File>
  760. <GroupNumber>7</GroupNumber>
  761. <FileNumber>34</FileNumber>
  762. <FileType>1</FileType>
  763. <tvExp>0</tvExp>
  764. <tvExpOptDlg>0</tvExpOptDlg>
  765. <bDave2>0</bDave2>
  766. <PathWithFileName>..\..\src\idle.c</PathWithFileName>
  767. <FilenameWithoutPath>idle.c</FilenameWithoutPath>
  768. <RteFlg>0</RteFlg>
  769. <bShared>0</bShared>
  770. </File>
  771. <File>
  772. <GroupNumber>7</GroupNumber>
  773. <FileNumber>35</FileNumber>
  774. <FileType>1</FileType>
  775. <tvExp>0</tvExp>
  776. <tvExpOptDlg>0</tvExpOptDlg>
  777. <bDave2>0</bDave2>
  778. <PathWithFileName>..\..\src\irq.c</PathWithFileName>
  779. <FilenameWithoutPath>irq.c</FilenameWithoutPath>
  780. <RteFlg>0</RteFlg>
  781. <bShared>0</bShared>
  782. </File>
  783. <File>
  784. <GroupNumber>7</GroupNumber>
  785. <FileNumber>36</FileNumber>
  786. <FileType>1</FileType>
  787. <tvExp>0</tvExp>
  788. <tvExpOptDlg>0</tvExpOptDlg>
  789. <bDave2>0</bDave2>
  790. <PathWithFileName>..\..\src\scheduler.c</PathWithFileName>
  791. <FilenameWithoutPath>scheduler.c</FilenameWithoutPath>
  792. <RteFlg>0</RteFlg>
  793. <bShared>0</bShared>
  794. </File>
  795. <File>
  796. <GroupNumber>7</GroupNumber>
  797. <FileNumber>37</FileNumber>
  798. <FileType>1</FileType>
  799. <tvExp>0</tvExp>
  800. <tvExpOptDlg>0</tvExpOptDlg>
  801. <bDave2>0</bDave2>
  802. <PathWithFileName>..\..\src\mempool.c</PathWithFileName>
  803. <FilenameWithoutPath>mempool.c</FilenameWithoutPath>
  804. <RteFlg>0</RteFlg>
  805. <bShared>0</bShared>
  806. </File>
  807. <File>
  808. <GroupNumber>7</GroupNumber>
  809. <FileNumber>38</FileNumber>
  810. <FileType>1</FileType>
  811. <tvExp>0</tvExp>
  812. <tvExpOptDlg>0</tvExpOptDlg>
  813. <bDave2>0</bDave2>
  814. <PathWithFileName>..\..\src\ipc.c</PathWithFileName>
  815. <FilenameWithoutPath>ipc.c</FilenameWithoutPath>
  816. <RteFlg>0</RteFlg>
  817. <bShared>0</bShared>
  818. </File>
  819. <File>
  820. <GroupNumber>7</GroupNumber>
  821. <FileNumber>39</FileNumber>
  822. <FileType>1</FileType>
  823. <tvExp>0</tvExp>
  824. <tvExpOptDlg>0</tvExpOptDlg>
  825. <bDave2>0</bDave2>
  826. <PathWithFileName>..\..\src\clock.c</PathWithFileName>
  827. <FilenameWithoutPath>clock.c</FilenameWithoutPath>
  828. <RteFlg>0</RteFlg>
  829. <bShared>0</bShared>
  830. </File>
  831. <File>
  832. <GroupNumber>7</GroupNumber>
  833. <FileNumber>40</FileNumber>
  834. <FileType>1</FileType>
  835. <tvExp>0</tvExp>
  836. <tvExpOptDlg>0</tvExpOptDlg>
  837. <bDave2>0</bDave2>
  838. <PathWithFileName>..\..\src\device.c</PathWithFileName>
  839. <FilenameWithoutPath>device.c</FilenameWithoutPath>
  840. <RteFlg>0</RteFlg>
  841. <bShared>0</bShared>
  842. </File>
  843. <File>
  844. <GroupNumber>7</GroupNumber>
  845. <FileNumber>41</FileNumber>
  846. <FileType>1</FileType>
  847. <tvExp>0</tvExp>
  848. <tvExpOptDlg>0</tvExpOptDlg>
  849. <bDave2>0</bDave2>
  850. <PathWithFileName>..\..\src\object.c</PathWithFileName>
  851. <FilenameWithoutPath>object.c</FilenameWithoutPath>
  852. <RteFlg>0</RteFlg>
  853. <bShared>0</bShared>
  854. </File>
  855. <File>
  856. <GroupNumber>7</GroupNumber>
  857. <FileNumber>42</FileNumber>
  858. <FileType>1</FileType>
  859. <tvExp>0</tvExp>
  860. <tvExpOptDlg>0</tvExpOptDlg>
  861. <bDave2>0</bDave2>
  862. <PathWithFileName>..\..\src\kservice.c</PathWithFileName>
  863. <FilenameWithoutPath>kservice.c</FilenameWithoutPath>
  864. <RteFlg>0</RteFlg>
  865. <bShared>0</bShared>
  866. </File>
  867. <File>
  868. <GroupNumber>7</GroupNumber>
  869. <FileNumber>43</FileNumber>
  870. <FileType>1</FileType>
  871. <tvExp>0</tvExp>
  872. <tvExpOptDlg>0</tvExpOptDlg>
  873. <bDave2>0</bDave2>
  874. <PathWithFileName>..\..\src\thread.c</PathWithFileName>
  875. <FilenameWithoutPath>thread.c</FilenameWithoutPath>
  876. <RteFlg>0</RteFlg>
  877. <bShared>0</bShared>
  878. </File>
  879. <File>
  880. <GroupNumber>7</GroupNumber>
  881. <FileNumber>44</FileNumber>
  882. <FileType>1</FileType>
  883. <tvExp>0</tvExp>
  884. <tvExpOptDlg>0</tvExpOptDlg>
  885. <bDave2>0</bDave2>
  886. <PathWithFileName>..\..\src\timer.c</PathWithFileName>
  887. <FilenameWithoutPath>timer.c</FilenameWithoutPath>
  888. <RteFlg>0</RteFlg>
  889. <bShared>0</bShared>
  890. </File>
  891. <File>
  892. <GroupNumber>7</GroupNumber>
  893. <FileNumber>45</FileNumber>
  894. <FileType>1</FileType>
  895. <tvExp>0</tvExp>
  896. <tvExpOptDlg>0</tvExpOptDlg>
  897. <bDave2>0</bDave2>
  898. <PathWithFileName>..\..\src\components.c</PathWithFileName>
  899. <FilenameWithoutPath>components.c</FilenameWithoutPath>
  900. <RteFlg>0</RteFlg>
  901. <bShared>0</bShared>
  902. </File>
  903. </Group>
  904. <Group>
  905. <GroupName>libc</GroupName>
  906. <tvExp>0</tvExp>
  907. <tvExpOptDlg>0</tvExpOptDlg>
  908. <cbSel>0</cbSel>
  909. <RteFlg>0</RteFlg>
  910. <File>
  911. <GroupNumber>8</GroupNumber>
  912. <FileNumber>46</FileNumber>
  913. <FileType>1</FileType>
  914. <tvExp>0</tvExp>
  915. <tvExpOptDlg>0</tvExpOptDlg>
  916. <bDave2>0</bDave2>
  917. <PathWithFileName>..\..\components\libc\compilers\armlibc\libc.c</PathWithFileName>
  918. <FilenameWithoutPath>libc.c</FilenameWithoutPath>
  919. <RteFlg>0</RteFlg>
  920. <bShared>0</bShared>
  921. </File>
  922. <File>
  923. <GroupNumber>8</GroupNumber>
  924. <FileNumber>47</FileNumber>
  925. <FileType>1</FileType>
  926. <tvExp>0</tvExp>
  927. <tvExpOptDlg>0</tvExpOptDlg>
  928. <bDave2>0</bDave2>
  929. <PathWithFileName>..\..\components\libc\compilers\armlibc\syscalls.c</PathWithFileName>
  930. <FilenameWithoutPath>syscalls.c</FilenameWithoutPath>
  931. <RteFlg>0</RteFlg>
  932. <bShared>0</bShared>
  933. </File>
  934. <File>
  935. <GroupNumber>8</GroupNumber>
  936. <FileNumber>48</FileNumber>
  937. <FileType>1</FileType>
  938. <tvExp>0</tvExp>
  939. <tvExpOptDlg>0</tvExpOptDlg>
  940. <bDave2>0</bDave2>
  941. <PathWithFileName>..\..\components\libc\compilers\armlibc\mem_std.c</PathWithFileName>
  942. <FilenameWithoutPath>mem_std.c</FilenameWithoutPath>
  943. <RteFlg>0</RteFlg>
  944. <bShared>0</bShared>
  945. </File>
  946. <File>
  947. <GroupNumber>8</GroupNumber>
  948. <FileNumber>49</FileNumber>
  949. <FileType>1</FileType>
  950. <tvExp>0</tvExp>
  951. <tvExpOptDlg>0</tvExpOptDlg>
  952. <bDave2>0</bDave2>
  953. <PathWithFileName>..\..\components\libc\compilers\common\stdlib.c</PathWithFileName>
  954. <FilenameWithoutPath>stdlib.c</FilenameWithoutPath>
  955. <RteFlg>0</RteFlg>
  956. <bShared>0</bShared>
  957. </File>
  958. <File>
  959. <GroupNumber>8</GroupNumber>
  960. <FileNumber>50</FileNumber>
  961. <FileType>1</FileType>
  962. <tvExp>0</tvExp>
  963. <tvExpOptDlg>0</tvExpOptDlg>
  964. <bDave2>0</bDave2>
  965. <PathWithFileName>..\..\components\libc\compilers\common\time.c</PathWithFileName>
  966. <FilenameWithoutPath>time.c</FilenameWithoutPath>
  967. <RteFlg>0</RteFlg>
  968. <bShared>0</bShared>
  969. </File>
  970. </Group>
  971. </ProjectOpt>