project.uvoptx 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638
  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</oExt>
  9. <lExt>*.lib</lExt>
  10. <tExt>*.txt; *.h; *.inc</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>rt-thread</TargetName>
  21. <ToolsetNumber>0x4</ToolsetNumber>
  22. <ToolsetName>ARM-ADS</ToolsetName>
  23. <TargetOption>
  24. <CLKADS>64000000</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\</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>5</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. <nTsel>6</nTsel>
  99. <sDll></sDll>
  100. <sDllPa></sDllPa>
  101. <sDlgDll></sDlgDll>
  102. <sDlgPa></sDlgPa>
  103. <sIfile></sIfile>
  104. <tDll></tDll>
  105. <tDllPa></tDllPa>
  106. <tDlgDll></tDlgDll>
  107. <tDlgPa></tDlgPa>
  108. <tIfile></tIfile>
  109. <pMon>Segger\JL2CM3.dll</pMon>
  110. </DebugOpt>
  111. <TargetDriverDllRegistry>
  112. <SetRegEntry>
  113. <Number>0</Number>
  114. <Key>ARMRTXEVENTFLAGS</Key>
  115. <Name>-L70 -Z18 -C0 -M0 -T1</Name>
  116. </SetRegEntry>
  117. <SetRegEntry>
  118. <Number>0</Number>
  119. <Key>DLGTARM</Key>
  120. <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
  121. </SetRegEntry>
  122. <SetRegEntry>
  123. <Number>0</Number>
  124. <Key>ARMDBGFLAGS</Key>
  125. <Name></Name>
  126. </SetRegEntry>
  127. <SetRegEntry>
  128. <Number>0</Number>
  129. <Key>JL2CM3</Key>
  130. <Name>-U682468122 -O78 -S2 -ZTIFSpeedSel5000 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN2 -FF0nrf52xxx.flm -FS00 -FL0200000 -FP0($$Device:nRF52832_xxAA$Flash\nrf52xxx.flm) -FF1nrf52xxx_uicr.flm -FS110001000 -FL11000 -FP1($$Device:nRF52832_xxAA$Flash\nrf52xxx_uicr.flm)</Name>
  131. </SetRegEntry>
  132. <SetRegEntry>
  133. <Number>0</Number>
  134. <Key>UL2CM3</Key>
  135. <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC4000 -FN2 -FF0nrf52xxx -FS00 -FL0200000 -FF1nrf52xxx_uicr -FS110001000 -FL11000 -FP0($$Device:nRF52832_xxAA$Flash\nrf52xxx.flm) -FP1($$Device:nRF52832_xxAA$Flash\nrf52xxx_uicr.flm))</Name>
  136. </SetRegEntry>
  137. </TargetDriverDllRegistry>
  138. <Breakpoint/>
  139. <Tracepoint>
  140. <THDelay>0</THDelay>
  141. </Tracepoint>
  142. <DebugFlag>
  143. <trace>0</trace>
  144. <periodic>1</periodic>
  145. <aLwin>1</aLwin>
  146. <aCover>0</aCover>
  147. <aSer1>0</aSer1>
  148. <aSer2>0</aSer2>
  149. <aPa>0</aPa>
  150. <viewmode>1</viewmode>
  151. <vrSel>0</vrSel>
  152. <aSym>0</aSym>
  153. <aTbox>0</aTbox>
  154. <AscS1>0</AscS1>
  155. <AscS2>0</AscS2>
  156. <AscS3>0</AscS3>
  157. <aSer3>0</aSer3>
  158. <eProf>0</eProf>
  159. <aLa>0</aLa>
  160. <aPa1>0</aPa1>
  161. <AscS4>0</AscS4>
  162. <aSer4>0</aSer4>
  163. <StkLoc>0</StkLoc>
  164. <TrcWin>0</TrcWin>
  165. <newCpu>0</newCpu>
  166. <uProt>0</uProt>
  167. </DebugFlag>
  168. <LintExecutable></LintExecutable>
  169. <LintConfigFile></LintConfigFile>
  170. <bLintAuto>0</bLintAuto>
  171. </TargetOption>
  172. </Target>
  173. <Group>
  174. <GroupName>Startup Code</GroupName>
  175. <tvExp>1</tvExp>
  176. <tvExpOptDlg>0</tvExpOptDlg>
  177. <cbSel>0</cbSel>
  178. <RteFlg>0</RteFlg>
  179. <File>
  180. <GroupNumber>1</GroupNumber>
  181. <FileNumber>1</FileNumber>
  182. <FileType>1</FileType>
  183. <tvExp>0</tvExp>
  184. <Focus>0</Focus>
  185. <tvExpOptDlg>0</tvExpOptDlg>
  186. <bDave2>0</bDave2>
  187. <PathWithFileName>.\Libraries\nrf52832\Source\templates\system_nrf52.c</PathWithFileName>
  188. <FilenameWithoutPath>system_nrf52.c</FilenameWithoutPath>
  189. <RteFlg>0</RteFlg>
  190. <bShared>0</bShared>
  191. </File>
  192. <File>
  193. <GroupNumber>1</GroupNumber>
  194. <FileNumber>2</FileNumber>
  195. <FileType>2</FileType>
  196. <tvExp>0</tvExp>
  197. <Focus>0</Focus>
  198. <tvExpOptDlg>0</tvExpOptDlg>
  199. <bDave2>0</bDave2>
  200. <PathWithFileName>.\Libraries\nrf52832\Source\templates\arm\arm_startup_nrf52.s</PathWithFileName>
  201. <FilenameWithoutPath>arm_startup_nrf52.s</FilenameWithoutPath>
  202. <RteFlg>0</RteFlg>
  203. <bShared>0</bShared>
  204. </File>
  205. </Group>
  206. <Group>
  207. <GroupName>Applications</GroupName>
  208. <tvExp>1</tvExp>
  209. <tvExpOptDlg>0</tvExpOptDlg>
  210. <cbSel>0</cbSel>
  211. <RteFlg>0</RteFlg>
  212. <File>
  213. <GroupNumber>2</GroupNumber>
  214. <FileNumber>3</FileNumber>
  215. <FileType>1</FileType>
  216. <tvExp>0</tvExp>
  217. <Focus>0</Focus>
  218. <tvExpOptDlg>0</tvExpOptDlg>
  219. <bDave2>0</bDave2>
  220. <PathWithFileName>.\applications\application.c</PathWithFileName>
  221. <FilenameWithoutPath>application.c</FilenameWithoutPath>
  222. <RteFlg>0</RteFlg>
  223. <bShared>0</bShared>
  224. </File>
  225. <File>
  226. <GroupNumber>2</GroupNumber>
  227. <FileNumber>4</FileNumber>
  228. <FileType>1</FileType>
  229. <tvExp>0</tvExp>
  230. <Focus>0</Focus>
  231. <tvExpOptDlg>0</tvExpOptDlg>
  232. <bDave2>0</bDave2>
  233. <PathWithFileName>.\applications\startup.c</PathWithFileName>
  234. <FilenameWithoutPath>startup.c</FilenameWithoutPath>
  235. <RteFlg>0</RteFlg>
  236. <bShared>0</bShared>
  237. </File>
  238. </Group>
  239. <Group>
  240. <GroupName>Drivers</GroupName>
  241. <tvExp>1</tvExp>
  242. <tvExpOptDlg>0</tvExpOptDlg>
  243. <cbSel>0</cbSel>
  244. <RteFlg>0</RteFlg>
  245. <File>
  246. <GroupNumber>3</GroupNumber>
  247. <FileNumber>5</FileNumber>
  248. <FileType>1</FileType>
  249. <tvExp>0</tvExp>
  250. <Focus>0</Focus>
  251. <tvExpOptDlg>0</tvExpOptDlg>
  252. <bDave2>0</bDave2>
  253. <PathWithFileName>.\drivers\board.c</PathWithFileName>
  254. <FilenameWithoutPath>board.c</FilenameWithoutPath>
  255. <RteFlg>0</RteFlg>
  256. <bShared>0</bShared>
  257. </File>
  258. <File>
  259. <GroupNumber>3</GroupNumber>
  260. <FileNumber>6</FileNumber>
  261. <FileType>1</FileType>
  262. <tvExp>0</tvExp>
  263. <Focus>0</Focus>
  264. <tvExpOptDlg>0</tvExpOptDlg>
  265. <bDave2>0</bDave2>
  266. <PathWithFileName>.\drivers\uart.c</PathWithFileName>
  267. <FilenameWithoutPath>uart.c</FilenameWithoutPath>
  268. <RteFlg>0</RteFlg>
  269. <bShared>0</bShared>
  270. </File>
  271. </Group>
  272. <Group>
  273. <GroupName>Kernel</GroupName>
  274. <tvExp>0</tvExp>
  275. <tvExpOptDlg>0</tvExpOptDlg>
  276. <cbSel>0</cbSel>
  277. <RteFlg>0</RteFlg>
  278. <File>
  279. <GroupNumber>4</GroupNumber>
  280. <FileNumber>7</FileNumber>
  281. <FileType>1</FileType>
  282. <tvExp>0</tvExp>
  283. <Focus>0</Focus>
  284. <tvExpOptDlg>0</tvExpOptDlg>
  285. <bDave2>0</bDave2>
  286. <PathWithFileName>..\..\src\clock.c</PathWithFileName>
  287. <FilenameWithoutPath>clock.c</FilenameWithoutPath>
  288. <RteFlg>0</RteFlg>
  289. <bShared>0</bShared>
  290. </File>
  291. <File>
  292. <GroupNumber>4</GroupNumber>
  293. <FileNumber>8</FileNumber>
  294. <FileType>1</FileType>
  295. <tvExp>0</tvExp>
  296. <Focus>0</Focus>
  297. <tvExpOptDlg>0</tvExpOptDlg>
  298. <bDave2>0</bDave2>
  299. <PathWithFileName>..\..\src\components.c</PathWithFileName>
  300. <FilenameWithoutPath>components.c</FilenameWithoutPath>
  301. <RteFlg>0</RteFlg>
  302. <bShared>0</bShared>
  303. </File>
  304. <File>
  305. <GroupNumber>4</GroupNumber>
  306. <FileNumber>9</FileNumber>
  307. <FileType>1</FileType>
  308. <tvExp>0</tvExp>
  309. <Focus>0</Focus>
  310. <tvExpOptDlg>0</tvExpOptDlg>
  311. <bDave2>0</bDave2>
  312. <PathWithFileName>..\..\src\device.c</PathWithFileName>
  313. <FilenameWithoutPath>device.c</FilenameWithoutPath>
  314. <RteFlg>0</RteFlg>
  315. <bShared>0</bShared>
  316. </File>
  317. <File>
  318. <GroupNumber>4</GroupNumber>
  319. <FileNumber>10</FileNumber>
  320. <FileType>1</FileType>
  321. <tvExp>0</tvExp>
  322. <Focus>0</Focus>
  323. <tvExpOptDlg>0</tvExpOptDlg>
  324. <bDave2>0</bDave2>
  325. <PathWithFileName>..\..\src\idle.c</PathWithFileName>
  326. <FilenameWithoutPath>idle.c</FilenameWithoutPath>
  327. <RteFlg>0</RteFlg>
  328. <bShared>0</bShared>
  329. </File>
  330. <File>
  331. <GroupNumber>4</GroupNumber>
  332. <FileNumber>11</FileNumber>
  333. <FileType>1</FileType>
  334. <tvExp>0</tvExp>
  335. <Focus>0</Focus>
  336. <tvExpOptDlg>0</tvExpOptDlg>
  337. <bDave2>0</bDave2>
  338. <PathWithFileName>..\..\src\ipc.c</PathWithFileName>
  339. <FilenameWithoutPath>ipc.c</FilenameWithoutPath>
  340. <RteFlg>0</RteFlg>
  341. <bShared>0</bShared>
  342. </File>
  343. <File>
  344. <GroupNumber>4</GroupNumber>
  345. <FileNumber>12</FileNumber>
  346. <FileType>1</FileType>
  347. <tvExp>0</tvExp>
  348. <Focus>0</Focus>
  349. <tvExpOptDlg>0</tvExpOptDlg>
  350. <bDave2>0</bDave2>
  351. <PathWithFileName>..\..\src\irq.c</PathWithFileName>
  352. <FilenameWithoutPath>irq.c</FilenameWithoutPath>
  353. <RteFlg>0</RteFlg>
  354. <bShared>0</bShared>
  355. </File>
  356. <File>
  357. <GroupNumber>4</GroupNumber>
  358. <FileNumber>13</FileNumber>
  359. <FileType>1</FileType>
  360. <tvExp>0</tvExp>
  361. <Focus>0</Focus>
  362. <tvExpOptDlg>0</tvExpOptDlg>
  363. <bDave2>0</bDave2>
  364. <PathWithFileName>..\..\src\kservice.c</PathWithFileName>
  365. <FilenameWithoutPath>kservice.c</FilenameWithoutPath>
  366. <RteFlg>0</RteFlg>
  367. <bShared>0</bShared>
  368. </File>
  369. <File>
  370. <GroupNumber>4</GroupNumber>
  371. <FileNumber>14</FileNumber>
  372. <FileType>1</FileType>
  373. <tvExp>0</tvExp>
  374. <Focus>0</Focus>
  375. <tvExpOptDlg>0</tvExpOptDlg>
  376. <bDave2>0</bDave2>
  377. <PathWithFileName>..\..\src\object.c</PathWithFileName>
  378. <FilenameWithoutPath>object.c</FilenameWithoutPath>
  379. <RteFlg>0</RteFlg>
  380. <bShared>0</bShared>
  381. </File>
  382. <File>
  383. <GroupNumber>4</GroupNumber>
  384. <FileNumber>15</FileNumber>
  385. <FileType>1</FileType>
  386. <tvExp>0</tvExp>
  387. <Focus>0</Focus>
  388. <tvExpOptDlg>0</tvExpOptDlg>
  389. <bDave2>0</bDave2>
  390. <PathWithFileName>..\..\src\scheduler.c</PathWithFileName>
  391. <FilenameWithoutPath>scheduler.c</FilenameWithoutPath>
  392. <RteFlg>0</RteFlg>
  393. <bShared>0</bShared>
  394. </File>
  395. <File>
  396. <GroupNumber>4</GroupNumber>
  397. <FileNumber>16</FileNumber>
  398. <FileType>1</FileType>
  399. <tvExp>0</tvExp>
  400. <Focus>0</Focus>
  401. <tvExpOptDlg>0</tvExpOptDlg>
  402. <bDave2>0</bDave2>
  403. <PathWithFileName>..\..\src\thread.c</PathWithFileName>
  404. <FilenameWithoutPath>thread.c</FilenameWithoutPath>
  405. <RteFlg>0</RteFlg>
  406. <bShared>0</bShared>
  407. </File>
  408. <File>
  409. <GroupNumber>4</GroupNumber>
  410. <FileNumber>17</FileNumber>
  411. <FileType>1</FileType>
  412. <tvExp>0</tvExp>
  413. <Focus>0</Focus>
  414. <tvExpOptDlg>0</tvExpOptDlg>
  415. <bDave2>0</bDave2>
  416. <PathWithFileName>..\..\src\timer.c</PathWithFileName>
  417. <FilenameWithoutPath>timer.c</FilenameWithoutPath>
  418. <RteFlg>0</RteFlg>
  419. <bShared>0</bShared>
  420. </File>
  421. </Group>
  422. <Group>
  423. <GroupName>CORTEX-M4</GroupName>
  424. <tvExp>1</tvExp>
  425. <tvExpOptDlg>0</tvExpOptDlg>
  426. <cbSel>0</cbSel>
  427. <RteFlg>0</RteFlg>
  428. <File>
  429. <GroupNumber>5</GroupNumber>
  430. <FileNumber>18</FileNumber>
  431. <FileType>1</FileType>
  432. <tvExp>0</tvExp>
  433. <Focus>0</Focus>
  434. <tvExpOptDlg>0</tvExpOptDlg>
  435. <bDave2>0</bDave2>
  436. <PathWithFileName>..\..\libcpu\arm\common\backtrace.c</PathWithFileName>
  437. <FilenameWithoutPath>backtrace.c</FilenameWithoutPath>
  438. <RteFlg>0</RteFlg>
  439. <bShared>0</bShared>
  440. </File>
  441. <File>
  442. <GroupNumber>5</GroupNumber>
  443. <FileNumber>19</FileNumber>
  444. <FileType>1</FileType>
  445. <tvExp>0</tvExp>
  446. <Focus>0</Focus>
  447. <tvExpOptDlg>0</tvExpOptDlg>
  448. <bDave2>0</bDave2>
  449. <PathWithFileName>..\..\libcpu\arm\common\div0.c</PathWithFileName>
  450. <FilenameWithoutPath>div0.c</FilenameWithoutPath>
  451. <RteFlg>0</RteFlg>
  452. <bShared>0</bShared>
  453. </File>
  454. <File>
  455. <GroupNumber>5</GroupNumber>
  456. <FileNumber>20</FileNumber>
  457. <FileType>1</FileType>
  458. <tvExp>0</tvExp>
  459. <Focus>0</Focus>
  460. <tvExpOptDlg>0</tvExpOptDlg>
  461. <bDave2>0</bDave2>
  462. <PathWithFileName>..\..\libcpu\arm\common\showmem.c</PathWithFileName>
  463. <FilenameWithoutPath>showmem.c</FilenameWithoutPath>
  464. <RteFlg>0</RteFlg>
  465. <bShared>0</bShared>
  466. </File>
  467. <File>
  468. <GroupNumber>5</GroupNumber>
  469. <FileNumber>21</FileNumber>
  470. <FileType>2</FileType>
  471. <tvExp>0</tvExp>
  472. <Focus>0</Focus>
  473. <tvExpOptDlg>0</tvExpOptDlg>
  474. <bDave2>0</bDave2>
  475. <PathWithFileName>..\..\libcpu\arm\cortex-m4\context_rvds.S</PathWithFileName>
  476. <FilenameWithoutPath>context_rvds.S</FilenameWithoutPath>
  477. <RteFlg>0</RteFlg>
  478. <bShared>0</bShared>
  479. </File>
  480. <File>
  481. <GroupNumber>5</GroupNumber>
  482. <FileNumber>22</FileNumber>
  483. <FileType>1</FileType>
  484. <tvExp>0</tvExp>
  485. <Focus>0</Focus>
  486. <tvExpOptDlg>0</tvExpOptDlg>
  487. <bDave2>0</bDave2>
  488. <PathWithFileName>..\..\libcpu\arm\cortex-m4\cpuport.c</PathWithFileName>
  489. <FilenameWithoutPath>cpuport.c</FilenameWithoutPath>
  490. <RteFlg>0</RteFlg>
  491. <bShared>0</bShared>
  492. </File>
  493. </Group>
  494. <Group>
  495. <GroupName>DeviceDrivers</GroupName>
  496. <tvExp>1</tvExp>
  497. <tvExpOptDlg>0</tvExpOptDlg>
  498. <cbSel>0</cbSel>
  499. <RteFlg>0</RteFlg>
  500. <File>
  501. <GroupNumber>6</GroupNumber>
  502. <FileNumber>23</FileNumber>
  503. <FileType>1</FileType>
  504. <tvExp>0</tvExp>
  505. <Focus>0</Focus>
  506. <tvExpOptDlg>0</tvExpOptDlg>
  507. <bDave2>0</bDave2>
  508. <PathWithFileName>..\..\components\drivers\src\completion.c</PathWithFileName>
  509. <FilenameWithoutPath>completion.c</FilenameWithoutPath>
  510. <RteFlg>0</RteFlg>
  511. <bShared>0</bShared>
  512. </File>
  513. <File>
  514. <GroupNumber>6</GroupNumber>
  515. <FileNumber>24</FileNumber>
  516. <FileType>1</FileType>
  517. <tvExp>0</tvExp>
  518. <Focus>0</Focus>
  519. <tvExpOptDlg>0</tvExpOptDlg>
  520. <bDave2>0</bDave2>
  521. <PathWithFileName>..\..\components\drivers\src\portal.c</PathWithFileName>
  522. <FilenameWithoutPath>portal.c</FilenameWithoutPath>
  523. <RteFlg>0</RteFlg>
  524. <bShared>0</bShared>
  525. </File>
  526. <File>
  527. <GroupNumber>6</GroupNumber>
  528. <FileNumber>25</FileNumber>
  529. <FileType>1</FileType>
  530. <tvExp>0</tvExp>
  531. <Focus>0</Focus>
  532. <tvExpOptDlg>0</tvExpOptDlg>
  533. <bDave2>0</bDave2>
  534. <PathWithFileName>..\..\components\drivers\src\ringbuffer.c</PathWithFileName>
  535. <FilenameWithoutPath>ringbuffer.c</FilenameWithoutPath>
  536. <RteFlg>0</RteFlg>
  537. <bShared>0</bShared>
  538. </File>
  539. <File>
  540. <GroupNumber>6</GroupNumber>
  541. <FileNumber>26</FileNumber>
  542. <FileType>1</FileType>
  543. <tvExp>0</tvExp>
  544. <Focus>0</Focus>
  545. <tvExpOptDlg>0</tvExpOptDlg>
  546. <bDave2>0</bDave2>
  547. <PathWithFileName>..\..\components\drivers\src\workqueue.c</PathWithFileName>
  548. <FilenameWithoutPath>workqueue.c</FilenameWithoutPath>
  549. <RteFlg>0</RteFlg>
  550. <bShared>0</bShared>
  551. </File>
  552. </Group>
  553. <Group>
  554. <GroupName>finsh</GroupName>
  555. <tvExp>1</tvExp>
  556. <tvExpOptDlg>0</tvExpOptDlg>
  557. <cbSel>0</cbSel>
  558. <RteFlg>0</RteFlg>
  559. <File>
  560. <GroupNumber>7</GroupNumber>
  561. <FileNumber>27</FileNumber>
  562. <FileType>1</FileType>
  563. <tvExp>0</tvExp>
  564. <Focus>0</Focus>
  565. <tvExpOptDlg>0</tvExpOptDlg>
  566. <bDave2>0</bDave2>
  567. <PathWithFileName>..\..\components\finsh\cmd.c</PathWithFileName>
  568. <FilenameWithoutPath>cmd.c</FilenameWithoutPath>
  569. <RteFlg>0</RteFlg>
  570. <bShared>0</bShared>
  571. </File>
  572. <File>
  573. <GroupNumber>7</GroupNumber>
  574. <FileNumber>28</FileNumber>
  575. <FileType>1</FileType>
  576. <tvExp>0</tvExp>
  577. <Focus>0</Focus>
  578. <tvExpOptDlg>0</tvExpOptDlg>
  579. <bDave2>0</bDave2>
  580. <PathWithFileName>..\..\components\finsh\shell.c</PathWithFileName>
  581. <FilenameWithoutPath>shell.c</FilenameWithoutPath>
  582. <RteFlg>0</RteFlg>
  583. <bShared>0</bShared>
  584. </File>
  585. <File>
  586. <GroupNumber>7</GroupNumber>
  587. <FileNumber>29</FileNumber>
  588. <FileType>1</FileType>
  589. <tvExp>0</tvExp>
  590. <Focus>0</Focus>
  591. <tvExpOptDlg>0</tvExpOptDlg>
  592. <bDave2>0</bDave2>
  593. <PathWithFileName>..\..\components\finsh\symbol.c</PathWithFileName>
  594. <FilenameWithoutPath>symbol.c</FilenameWithoutPath>
  595. <RteFlg>0</RteFlg>
  596. <bShared>0</bShared>
  597. </File>
  598. <File>
  599. <GroupNumber>7</GroupNumber>
  600. <FileNumber>30</FileNumber>
  601. <FileType>1</FileType>
  602. <tvExp>0</tvExp>
  603. <Focus>0</Focus>
  604. <tvExpOptDlg>0</tvExpOptDlg>
  605. <bDave2>0</bDave2>
  606. <PathWithFileName>..\..\components\finsh\msh_cmd.c</PathWithFileName>
  607. <FilenameWithoutPath>msh_cmd.c</FilenameWithoutPath>
  608. <RteFlg>0</RteFlg>
  609. <bShared>0</bShared>
  610. </File>
  611. <File>
  612. <GroupNumber>7</GroupNumber>
  613. <FileNumber>31</FileNumber>
  614. <FileType>1</FileType>
  615. <tvExp>0</tvExp>
  616. <Focus>0</Focus>
  617. <tvExpOptDlg>0</tvExpOptDlg>
  618. <bDave2>0</bDave2>
  619. <PathWithFileName>..\..\components\finsh\msh.c</PathWithFileName>
  620. <FilenameWithoutPath>msh.c</FilenameWithoutPath>
  621. <RteFlg>0</RteFlg>
  622. <bShared>0</bShared>
  623. </File>
  624. </Group>
  625. </ProjectOpt>