project.uvoptx 36 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148
  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</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>rtthread</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\</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. <bEvRecOn>1</bEvRecOn>
  99. <bSchkAxf>0</bSchkAxf>
  100. <bTchkAxf>0</bTchkAxf>
  101. <nTsel>4</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>Segger\JL2CM3.dll</pMon>
  113. </DebugOpt>
  114. <TargetDriverDllRegistry>
  115. <SetRegEntry>
  116. <Number>0</Number>
  117. <Key>UL2CM3</Key>
  118. <Name>UL2CM3(-S0 -C0 -P0 ) -FN2 -FC4000 -FD20000000 -FF0nrf52xxx -FF1nrf52xxx_uicr -FL0200000 -FL11000 -FS00 -FS110001000 -FP0($$Device:nRF52840_xxAA$Flash\nrf52xxx.flm) -FP1($$Device:nRF52840_xxAA$Flash\nrf52xxx_uicr.flm)</Name>
  119. </SetRegEntry>
  120. <SetRegEntry>
  121. <Number>0</Number>
  122. <Key>JL2CM3</Key>
  123. <Name>-U683349164 -O78 -S2 -ZTIFSpeedSel5000 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8004 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN2 -FF0nrf52xxx.flm -FS00 -FL0200000 -FP0($$Device:nRF52840_xxAA$Flash\nrf52xxx.flm) -FF1nrf52xxx_uicr.flm -FS110001000 -FL11000 -FP1($$Device:nRF52840_xxAA$Flash\nrf52xxx_uicr.flm)</Name>
  124. </SetRegEntry>
  125. </TargetDriverDllRegistry>
  126. <Breakpoint/>
  127. <Tracepoint>
  128. <THDelay>0</THDelay>
  129. </Tracepoint>
  130. <DebugFlag>
  131. <trace>0</trace>
  132. <periodic>0</periodic>
  133. <aLwin>0</aLwin>
  134. <aCover>0</aCover>
  135. <aSer1>0</aSer1>
  136. <aSer2>0</aSer2>
  137. <aPa>0</aPa>
  138. <viewmode>0</viewmode>
  139. <vrSel>0</vrSel>
  140. <aSym>0</aSym>
  141. <aTbox>0</aTbox>
  142. <AscS1>0</AscS1>
  143. <AscS2>0</AscS2>
  144. <AscS3>0</AscS3>
  145. <aSer3>0</aSer3>
  146. <eProf>0</eProf>
  147. <aLa>0</aLa>
  148. <aPa1>0</aPa1>
  149. <AscS4>0</AscS4>
  150. <aSer4>0</aSer4>
  151. <StkLoc>0</StkLoc>
  152. <TrcWin>0</TrcWin>
  153. <newCpu>0</newCpu>
  154. <uProt>0</uProt>
  155. </DebugFlag>
  156. <LintExecutable></LintExecutable>
  157. <LintConfigFile></LintConfigFile>
  158. <bLintAuto>0</bLintAuto>
  159. <bAutoGenD>0</bAutoGenD>
  160. <LntExFlags>0</LntExFlags>
  161. <pMisraName></pMisraName>
  162. <pszMrule></pszMrule>
  163. <pSingCmds></pSingCmds>
  164. <pMultCmds></pMultCmds>
  165. <pMisraNamep></pMisraNamep>
  166. <pszMrulep></pszMrulep>
  167. <pSingCmdsp></pSingCmdsp>
  168. <pMultCmdsp></pMultCmdsp>
  169. <DebugDescription>
  170. <Enable>1</Enable>
  171. <EnableFlashSeq>1</EnableFlashSeq>
  172. <EnableLog>0</EnableLog>
  173. <Protocol>2</Protocol>
  174. <DbgClock>10000000</DbgClock>
  175. </DebugDescription>
  176. </TargetOption>
  177. </Target>
  178. <Group>
  179. <GroupName>Kernel</GroupName>
  180. <tvExp>0</tvExp>
  181. <tvExpOptDlg>0</tvExpOptDlg>
  182. <cbSel>0</cbSel>
  183. <RteFlg>0</RteFlg>
  184. <File>
  185. <GroupNumber>1</GroupNumber>
  186. <FileNumber>1</FileNumber>
  187. <FileType>1</FileType>
  188. <tvExp>0</tvExp>
  189. <tvExpOptDlg>0</tvExpOptDlg>
  190. <bDave2>0</bDave2>
  191. <PathWithFileName>..\..\..\src\clock.c</PathWithFileName>
  192. <FilenameWithoutPath>clock.c</FilenameWithoutPath>
  193. <RteFlg>0</RteFlg>
  194. <bShared>0</bShared>
  195. </File>
  196. <File>
  197. <GroupNumber>1</GroupNumber>
  198. <FileNumber>2</FileNumber>
  199. <FileType>1</FileType>
  200. <tvExp>0</tvExp>
  201. <tvExpOptDlg>0</tvExpOptDlg>
  202. <bDave2>0</bDave2>
  203. <PathWithFileName>..\..\..\src\components.c</PathWithFileName>
  204. <FilenameWithoutPath>components.c</FilenameWithoutPath>
  205. <RteFlg>0</RteFlg>
  206. <bShared>0</bShared>
  207. </File>
  208. <File>
  209. <GroupNumber>1</GroupNumber>
  210. <FileNumber>3</FileNumber>
  211. <FileType>1</FileType>
  212. <tvExp>0</tvExp>
  213. <tvExpOptDlg>0</tvExpOptDlg>
  214. <bDave2>0</bDave2>
  215. <PathWithFileName>..\..\..\src\device.c</PathWithFileName>
  216. <FilenameWithoutPath>device.c</FilenameWithoutPath>
  217. <RteFlg>0</RteFlg>
  218. <bShared>0</bShared>
  219. </File>
  220. <File>
  221. <GroupNumber>1</GroupNumber>
  222. <FileNumber>4</FileNumber>
  223. <FileType>1</FileType>
  224. <tvExp>0</tvExp>
  225. <tvExpOptDlg>0</tvExpOptDlg>
  226. <bDave2>0</bDave2>
  227. <PathWithFileName>..\..\..\src\idle.c</PathWithFileName>
  228. <FilenameWithoutPath>idle.c</FilenameWithoutPath>
  229. <RteFlg>0</RteFlg>
  230. <bShared>0</bShared>
  231. </File>
  232. <File>
  233. <GroupNumber>1</GroupNumber>
  234. <FileNumber>5</FileNumber>
  235. <FileType>1</FileType>
  236. <tvExp>0</tvExp>
  237. <tvExpOptDlg>0</tvExpOptDlg>
  238. <bDave2>0</bDave2>
  239. <PathWithFileName>..\..\..\src\ipc.c</PathWithFileName>
  240. <FilenameWithoutPath>ipc.c</FilenameWithoutPath>
  241. <RteFlg>0</RteFlg>
  242. <bShared>0</bShared>
  243. </File>
  244. <File>
  245. <GroupNumber>1</GroupNumber>
  246. <FileNumber>6</FileNumber>
  247. <FileType>1</FileType>
  248. <tvExp>0</tvExp>
  249. <tvExpOptDlg>0</tvExpOptDlg>
  250. <bDave2>0</bDave2>
  251. <PathWithFileName>..\..\..\src\irq.c</PathWithFileName>
  252. <FilenameWithoutPath>irq.c</FilenameWithoutPath>
  253. <RteFlg>0</RteFlg>
  254. <bShared>0</bShared>
  255. </File>
  256. <File>
  257. <GroupNumber>1</GroupNumber>
  258. <FileNumber>7</FileNumber>
  259. <FileType>1</FileType>
  260. <tvExp>0</tvExp>
  261. <tvExpOptDlg>0</tvExpOptDlg>
  262. <bDave2>0</bDave2>
  263. <PathWithFileName>..\..\..\src\kservice.c</PathWithFileName>
  264. <FilenameWithoutPath>kservice.c</FilenameWithoutPath>
  265. <RteFlg>0</RteFlg>
  266. <bShared>0</bShared>
  267. </File>
  268. <File>
  269. <GroupNumber>1</GroupNumber>
  270. <FileNumber>8</FileNumber>
  271. <FileType>1</FileType>
  272. <tvExp>0</tvExp>
  273. <tvExpOptDlg>0</tvExpOptDlg>
  274. <bDave2>0</bDave2>
  275. <PathWithFileName>..\..\..\src\mem.c</PathWithFileName>
  276. <FilenameWithoutPath>mem.c</FilenameWithoutPath>
  277. <RteFlg>0</RteFlg>
  278. <bShared>0</bShared>
  279. </File>
  280. <File>
  281. <GroupNumber>1</GroupNumber>
  282. <FileNumber>9</FileNumber>
  283. <FileType>1</FileType>
  284. <tvExp>0</tvExp>
  285. <tvExpOptDlg>0</tvExpOptDlg>
  286. <bDave2>0</bDave2>
  287. <PathWithFileName>..\..\..\src\mempool.c</PathWithFileName>
  288. <FilenameWithoutPath>mempool.c</FilenameWithoutPath>
  289. <RteFlg>0</RteFlg>
  290. <bShared>0</bShared>
  291. </File>
  292. <File>
  293. <GroupNumber>1</GroupNumber>
  294. <FileNumber>10</FileNumber>
  295. <FileType>1</FileType>
  296. <tvExp>0</tvExp>
  297. <tvExpOptDlg>0</tvExpOptDlg>
  298. <bDave2>0</bDave2>
  299. <PathWithFileName>..\..\..\src\object.c</PathWithFileName>
  300. <FilenameWithoutPath>object.c</FilenameWithoutPath>
  301. <RteFlg>0</RteFlg>
  302. <bShared>0</bShared>
  303. </File>
  304. <File>
  305. <GroupNumber>1</GroupNumber>
  306. <FileNumber>11</FileNumber>
  307. <FileType>1</FileType>
  308. <tvExp>0</tvExp>
  309. <tvExpOptDlg>0</tvExpOptDlg>
  310. <bDave2>0</bDave2>
  311. <PathWithFileName>..\..\..\src\scheduler.c</PathWithFileName>
  312. <FilenameWithoutPath>scheduler.c</FilenameWithoutPath>
  313. <RteFlg>0</RteFlg>
  314. <bShared>0</bShared>
  315. </File>
  316. <File>
  317. <GroupNumber>1</GroupNumber>
  318. <FileNumber>12</FileNumber>
  319. <FileType>1</FileType>
  320. <tvExp>0</tvExp>
  321. <tvExpOptDlg>0</tvExpOptDlg>
  322. <bDave2>0</bDave2>
  323. <PathWithFileName>..\..\..\src\signal.c</PathWithFileName>
  324. <FilenameWithoutPath>signal.c</FilenameWithoutPath>
  325. <RteFlg>0</RteFlg>
  326. <bShared>0</bShared>
  327. </File>
  328. <File>
  329. <GroupNumber>1</GroupNumber>
  330. <FileNumber>13</FileNumber>
  331. <FileType>1</FileType>
  332. <tvExp>0</tvExp>
  333. <tvExpOptDlg>0</tvExpOptDlg>
  334. <bDave2>0</bDave2>
  335. <PathWithFileName>..\..\..\src\thread.c</PathWithFileName>
  336. <FilenameWithoutPath>thread.c</FilenameWithoutPath>
  337. <RteFlg>0</RteFlg>
  338. <bShared>0</bShared>
  339. </File>
  340. <File>
  341. <GroupNumber>1</GroupNumber>
  342. <FileNumber>14</FileNumber>
  343. <FileType>1</FileType>
  344. <tvExp>0</tvExp>
  345. <tvExpOptDlg>0</tvExpOptDlg>
  346. <bDave2>0</bDave2>
  347. <PathWithFileName>..\..\..\src\timer.c</PathWithFileName>
  348. <FilenameWithoutPath>timer.c</FilenameWithoutPath>
  349. <RteFlg>0</RteFlg>
  350. <bShared>0</bShared>
  351. </File>
  352. </Group>
  353. <Group>
  354. <GroupName>Applications</GroupName>
  355. <tvExp>1</tvExp>
  356. <tvExpOptDlg>0</tvExpOptDlg>
  357. <cbSel>0</cbSel>
  358. <RteFlg>0</RteFlg>
  359. <File>
  360. <GroupNumber>2</GroupNumber>
  361. <FileNumber>15</FileNumber>
  362. <FileType>1</FileType>
  363. <tvExp>0</tvExp>
  364. <tvExpOptDlg>0</tvExpOptDlg>
  365. <bDave2>0</bDave2>
  366. <PathWithFileName>applications\application.c</PathWithFileName>
  367. <FilenameWithoutPath>application.c</FilenameWithoutPath>
  368. <RteFlg>0</RteFlg>
  369. <bShared>0</bShared>
  370. </File>
  371. </Group>
  372. <Group>
  373. <GroupName>Drivers</GroupName>
  374. <tvExp>1</tvExp>
  375. <tvExpOptDlg>0</tvExpOptDlg>
  376. <cbSel>0</cbSel>
  377. <RteFlg>0</RteFlg>
  378. <File>
  379. <GroupNumber>3</GroupNumber>
  380. <FileNumber>16</FileNumber>
  381. <FileType>1</FileType>
  382. <tvExp>0</tvExp>
  383. <tvExpOptDlg>0</tvExpOptDlg>
  384. <bDave2>0</bDave2>
  385. <PathWithFileName>board\board.c</PathWithFileName>
  386. <FilenameWithoutPath>board.c</FilenameWithoutPath>
  387. <RteFlg>0</RteFlg>
  388. <bShared>0</bShared>
  389. </File>
  390. <File>
  391. <GroupNumber>3</GroupNumber>
  392. <FileNumber>17</FileNumber>
  393. <FileType>1</FileType>
  394. <tvExp>0</tvExp>
  395. <tvExpOptDlg>0</tvExpOptDlg>
  396. <bDave2>0</bDave2>
  397. <PathWithFileName>..\libraries\drivers\drv_uart.c</PathWithFileName>
  398. <FilenameWithoutPath>drv_uart.c</FilenameWithoutPath>
  399. <RteFlg>0</RteFlg>
  400. <bShared>0</bShared>
  401. </File>
  402. </Group>
  403. <Group>
  404. <GroupName>nrfx</GroupName>
  405. <tvExp>1</tvExp>
  406. <tvExpOptDlg>0</tvExpOptDlg>
  407. <cbSel>0</cbSel>
  408. <RteFlg>0</RteFlg>
  409. <File>
  410. <GroupNumber>4</GroupNumber>
  411. <FileNumber>18</FileNumber>
  412. <FileType>1</FileType>
  413. <tvExp>0</tvExp>
  414. <tvExpOptDlg>0</tvExpOptDlg>
  415. <bDave2>0</bDave2>
  416. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_adc.c</PathWithFileName>
  417. <FilenameWithoutPath>nrfx_adc.c</FilenameWithoutPath>
  418. <RteFlg>0</RteFlg>
  419. <bShared>0</bShared>
  420. </File>
  421. <File>
  422. <GroupNumber>4</GroupNumber>
  423. <FileNumber>19</FileNumber>
  424. <FileType>1</FileType>
  425. <tvExp>0</tvExp>
  426. <tvExpOptDlg>0</tvExpOptDlg>
  427. <bDave2>0</bDave2>
  428. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_clock.c</PathWithFileName>
  429. <FilenameWithoutPath>nrfx_clock.c</FilenameWithoutPath>
  430. <RteFlg>0</RteFlg>
  431. <bShared>0</bShared>
  432. </File>
  433. <File>
  434. <GroupNumber>4</GroupNumber>
  435. <FileNumber>20</FileNumber>
  436. <FileType>1</FileType>
  437. <tvExp>0</tvExp>
  438. <tvExpOptDlg>0</tvExpOptDlg>
  439. <bDave2>0</bDave2>
  440. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_comp.c</PathWithFileName>
  441. <FilenameWithoutPath>nrfx_comp.c</FilenameWithoutPath>
  442. <RteFlg>0</RteFlg>
  443. <bShared>0</bShared>
  444. </File>
  445. <File>
  446. <GroupNumber>4</GroupNumber>
  447. <FileNumber>21</FileNumber>
  448. <FileType>1</FileType>
  449. <tvExp>0</tvExp>
  450. <tvExpOptDlg>0</tvExpOptDlg>
  451. <bDave2>0</bDave2>
  452. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_dppi.c</PathWithFileName>
  453. <FilenameWithoutPath>nrfx_dppi.c</FilenameWithoutPath>
  454. <RteFlg>0</RteFlg>
  455. <bShared>0</bShared>
  456. </File>
  457. <File>
  458. <GroupNumber>4</GroupNumber>
  459. <FileNumber>22</FileNumber>
  460. <FileType>1</FileType>
  461. <tvExp>0</tvExp>
  462. <tvExpOptDlg>0</tvExpOptDlg>
  463. <bDave2>0</bDave2>
  464. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_egu.c</PathWithFileName>
  465. <FilenameWithoutPath>nrfx_egu.c</FilenameWithoutPath>
  466. <RteFlg>0</RteFlg>
  467. <bShared>0</bShared>
  468. </File>
  469. <File>
  470. <GroupNumber>4</GroupNumber>
  471. <FileNumber>23</FileNumber>
  472. <FileType>1</FileType>
  473. <tvExp>0</tvExp>
  474. <tvExpOptDlg>0</tvExpOptDlg>
  475. <bDave2>0</bDave2>
  476. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_gpiote.c</PathWithFileName>
  477. <FilenameWithoutPath>nrfx_gpiote.c</FilenameWithoutPath>
  478. <RteFlg>0</RteFlg>
  479. <bShared>0</bShared>
  480. </File>
  481. <File>
  482. <GroupNumber>4</GroupNumber>
  483. <FileNumber>24</FileNumber>
  484. <FileType>1</FileType>
  485. <tvExp>0</tvExp>
  486. <tvExpOptDlg>0</tvExpOptDlg>
  487. <bDave2>0</bDave2>
  488. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_i2s.c</PathWithFileName>
  489. <FilenameWithoutPath>nrfx_i2s.c</FilenameWithoutPath>
  490. <RteFlg>0</RteFlg>
  491. <bShared>0</bShared>
  492. </File>
  493. <File>
  494. <GroupNumber>4</GroupNumber>
  495. <FileNumber>25</FileNumber>
  496. <FileType>1</FileType>
  497. <tvExp>0</tvExp>
  498. <tvExpOptDlg>0</tvExpOptDlg>
  499. <bDave2>0</bDave2>
  500. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_ipc.c</PathWithFileName>
  501. <FilenameWithoutPath>nrfx_ipc.c</FilenameWithoutPath>
  502. <RteFlg>0</RteFlg>
  503. <bShared>0</bShared>
  504. </File>
  505. <File>
  506. <GroupNumber>4</GroupNumber>
  507. <FileNumber>26</FileNumber>
  508. <FileType>1</FileType>
  509. <tvExp>0</tvExp>
  510. <tvExpOptDlg>0</tvExpOptDlg>
  511. <bDave2>0</bDave2>
  512. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_lpcomp.c</PathWithFileName>
  513. <FilenameWithoutPath>nrfx_lpcomp.c</FilenameWithoutPath>
  514. <RteFlg>0</RteFlg>
  515. <bShared>0</bShared>
  516. </File>
  517. <File>
  518. <GroupNumber>4</GroupNumber>
  519. <FileNumber>27</FileNumber>
  520. <FileType>1</FileType>
  521. <tvExp>0</tvExp>
  522. <tvExpOptDlg>0</tvExpOptDlg>
  523. <bDave2>0</bDave2>
  524. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_nfct.c</PathWithFileName>
  525. <FilenameWithoutPath>nrfx_nfct.c</FilenameWithoutPath>
  526. <RteFlg>0</RteFlg>
  527. <bShared>0</bShared>
  528. </File>
  529. <File>
  530. <GroupNumber>4</GroupNumber>
  531. <FileNumber>28</FileNumber>
  532. <FileType>1</FileType>
  533. <tvExp>0</tvExp>
  534. <tvExpOptDlg>0</tvExpOptDlg>
  535. <bDave2>0</bDave2>
  536. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_nvmc.c</PathWithFileName>
  537. <FilenameWithoutPath>nrfx_nvmc.c</FilenameWithoutPath>
  538. <RteFlg>0</RteFlg>
  539. <bShared>0</bShared>
  540. </File>
  541. <File>
  542. <GroupNumber>4</GroupNumber>
  543. <FileNumber>29</FileNumber>
  544. <FileType>1</FileType>
  545. <tvExp>0</tvExp>
  546. <tvExpOptDlg>0</tvExpOptDlg>
  547. <bDave2>0</bDave2>
  548. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_pdm.c</PathWithFileName>
  549. <FilenameWithoutPath>nrfx_pdm.c</FilenameWithoutPath>
  550. <RteFlg>0</RteFlg>
  551. <bShared>0</bShared>
  552. </File>
  553. <File>
  554. <GroupNumber>4</GroupNumber>
  555. <FileNumber>30</FileNumber>
  556. <FileType>1</FileType>
  557. <tvExp>0</tvExp>
  558. <tvExpOptDlg>0</tvExpOptDlg>
  559. <bDave2>0</bDave2>
  560. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_power.c</PathWithFileName>
  561. <FilenameWithoutPath>nrfx_power.c</FilenameWithoutPath>
  562. <RteFlg>0</RteFlg>
  563. <bShared>0</bShared>
  564. </File>
  565. <File>
  566. <GroupNumber>4</GroupNumber>
  567. <FileNumber>31</FileNumber>
  568. <FileType>1</FileType>
  569. <tvExp>0</tvExp>
  570. <tvExpOptDlg>0</tvExpOptDlg>
  571. <bDave2>0</bDave2>
  572. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_ppi.c</PathWithFileName>
  573. <FilenameWithoutPath>nrfx_ppi.c</FilenameWithoutPath>
  574. <RteFlg>0</RteFlg>
  575. <bShared>0</bShared>
  576. </File>
  577. <File>
  578. <GroupNumber>4</GroupNumber>
  579. <FileNumber>32</FileNumber>
  580. <FileType>1</FileType>
  581. <tvExp>0</tvExp>
  582. <tvExpOptDlg>0</tvExpOptDlg>
  583. <bDave2>0</bDave2>
  584. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_pwm.c</PathWithFileName>
  585. <FilenameWithoutPath>nrfx_pwm.c</FilenameWithoutPath>
  586. <RteFlg>0</RteFlg>
  587. <bShared>0</bShared>
  588. </File>
  589. <File>
  590. <GroupNumber>4</GroupNumber>
  591. <FileNumber>33</FileNumber>
  592. <FileType>1</FileType>
  593. <tvExp>0</tvExp>
  594. <tvExpOptDlg>0</tvExpOptDlg>
  595. <bDave2>0</bDave2>
  596. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_qdec.c</PathWithFileName>
  597. <FilenameWithoutPath>nrfx_qdec.c</FilenameWithoutPath>
  598. <RteFlg>0</RteFlg>
  599. <bShared>0</bShared>
  600. </File>
  601. <File>
  602. <GroupNumber>4</GroupNumber>
  603. <FileNumber>34</FileNumber>
  604. <FileType>1</FileType>
  605. <tvExp>0</tvExp>
  606. <tvExpOptDlg>0</tvExpOptDlg>
  607. <bDave2>0</bDave2>
  608. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_qspi.c</PathWithFileName>
  609. <FilenameWithoutPath>nrfx_qspi.c</FilenameWithoutPath>
  610. <RteFlg>0</RteFlg>
  611. <bShared>0</bShared>
  612. </File>
  613. <File>
  614. <GroupNumber>4</GroupNumber>
  615. <FileNumber>35</FileNumber>
  616. <FileType>1</FileType>
  617. <tvExp>0</tvExp>
  618. <tvExpOptDlg>0</tvExpOptDlg>
  619. <bDave2>0</bDave2>
  620. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_rng.c</PathWithFileName>
  621. <FilenameWithoutPath>nrfx_rng.c</FilenameWithoutPath>
  622. <RteFlg>0</RteFlg>
  623. <bShared>0</bShared>
  624. </File>
  625. <File>
  626. <GroupNumber>4</GroupNumber>
  627. <FileNumber>36</FileNumber>
  628. <FileType>1</FileType>
  629. <tvExp>0</tvExp>
  630. <tvExpOptDlg>0</tvExpOptDlg>
  631. <bDave2>0</bDave2>
  632. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_rtc.c</PathWithFileName>
  633. <FilenameWithoutPath>nrfx_rtc.c</FilenameWithoutPath>
  634. <RteFlg>0</RteFlg>
  635. <bShared>0</bShared>
  636. </File>
  637. <File>
  638. <GroupNumber>4</GroupNumber>
  639. <FileNumber>37</FileNumber>
  640. <FileType>1</FileType>
  641. <tvExp>0</tvExp>
  642. <tvExpOptDlg>0</tvExpOptDlg>
  643. <bDave2>0</bDave2>
  644. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_saadc.c</PathWithFileName>
  645. <FilenameWithoutPath>nrfx_saadc.c</FilenameWithoutPath>
  646. <RteFlg>0</RteFlg>
  647. <bShared>0</bShared>
  648. </File>
  649. <File>
  650. <GroupNumber>4</GroupNumber>
  651. <FileNumber>38</FileNumber>
  652. <FileType>1</FileType>
  653. <tvExp>0</tvExp>
  654. <tvExpOptDlg>0</tvExpOptDlg>
  655. <bDave2>0</bDave2>
  656. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_spi.c</PathWithFileName>
  657. <FilenameWithoutPath>nrfx_spi.c</FilenameWithoutPath>
  658. <RteFlg>0</RteFlg>
  659. <bShared>0</bShared>
  660. </File>
  661. <File>
  662. <GroupNumber>4</GroupNumber>
  663. <FileNumber>39</FileNumber>
  664. <FileType>1</FileType>
  665. <tvExp>0</tvExp>
  666. <tvExpOptDlg>0</tvExpOptDlg>
  667. <bDave2>0</bDave2>
  668. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_spim.c</PathWithFileName>
  669. <FilenameWithoutPath>nrfx_spim.c</FilenameWithoutPath>
  670. <RteFlg>0</RteFlg>
  671. <bShared>0</bShared>
  672. </File>
  673. <File>
  674. <GroupNumber>4</GroupNumber>
  675. <FileNumber>40</FileNumber>
  676. <FileType>1</FileType>
  677. <tvExp>0</tvExp>
  678. <tvExpOptDlg>0</tvExpOptDlg>
  679. <bDave2>0</bDave2>
  680. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_spis.c</PathWithFileName>
  681. <FilenameWithoutPath>nrfx_spis.c</FilenameWithoutPath>
  682. <RteFlg>0</RteFlg>
  683. <bShared>0</bShared>
  684. </File>
  685. <File>
  686. <GroupNumber>4</GroupNumber>
  687. <FileNumber>41</FileNumber>
  688. <FileType>1</FileType>
  689. <tvExp>0</tvExp>
  690. <tvExpOptDlg>0</tvExpOptDlg>
  691. <bDave2>0</bDave2>
  692. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_systick.c</PathWithFileName>
  693. <FilenameWithoutPath>nrfx_systick.c</FilenameWithoutPath>
  694. <RteFlg>0</RteFlg>
  695. <bShared>0</bShared>
  696. </File>
  697. <File>
  698. <GroupNumber>4</GroupNumber>
  699. <FileNumber>42</FileNumber>
  700. <FileType>1</FileType>
  701. <tvExp>0</tvExp>
  702. <tvExpOptDlg>0</tvExpOptDlg>
  703. <bDave2>0</bDave2>
  704. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_temp.c</PathWithFileName>
  705. <FilenameWithoutPath>nrfx_temp.c</FilenameWithoutPath>
  706. <RteFlg>0</RteFlg>
  707. <bShared>0</bShared>
  708. </File>
  709. <File>
  710. <GroupNumber>4</GroupNumber>
  711. <FileNumber>43</FileNumber>
  712. <FileType>1</FileType>
  713. <tvExp>0</tvExp>
  714. <tvExpOptDlg>0</tvExpOptDlg>
  715. <bDave2>0</bDave2>
  716. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_timer.c</PathWithFileName>
  717. <FilenameWithoutPath>nrfx_timer.c</FilenameWithoutPath>
  718. <RteFlg>0</RteFlg>
  719. <bShared>0</bShared>
  720. </File>
  721. <File>
  722. <GroupNumber>4</GroupNumber>
  723. <FileNumber>44</FileNumber>
  724. <FileType>1</FileType>
  725. <tvExp>0</tvExp>
  726. <tvExpOptDlg>0</tvExpOptDlg>
  727. <bDave2>0</bDave2>
  728. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_twi.c</PathWithFileName>
  729. <FilenameWithoutPath>nrfx_twi.c</FilenameWithoutPath>
  730. <RteFlg>0</RteFlg>
  731. <bShared>0</bShared>
  732. </File>
  733. <File>
  734. <GroupNumber>4</GroupNumber>
  735. <FileNumber>45</FileNumber>
  736. <FileType>1</FileType>
  737. <tvExp>0</tvExp>
  738. <tvExpOptDlg>0</tvExpOptDlg>
  739. <bDave2>0</bDave2>
  740. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_twi_twim.c</PathWithFileName>
  741. <FilenameWithoutPath>nrfx_twi_twim.c</FilenameWithoutPath>
  742. <RteFlg>0</RteFlg>
  743. <bShared>0</bShared>
  744. </File>
  745. <File>
  746. <GroupNumber>4</GroupNumber>
  747. <FileNumber>46</FileNumber>
  748. <FileType>1</FileType>
  749. <tvExp>0</tvExp>
  750. <tvExpOptDlg>0</tvExpOptDlg>
  751. <bDave2>0</bDave2>
  752. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_twim.c</PathWithFileName>
  753. <FilenameWithoutPath>nrfx_twim.c</FilenameWithoutPath>
  754. <RteFlg>0</RteFlg>
  755. <bShared>0</bShared>
  756. </File>
  757. <File>
  758. <GroupNumber>4</GroupNumber>
  759. <FileNumber>47</FileNumber>
  760. <FileType>1</FileType>
  761. <tvExp>0</tvExp>
  762. <tvExpOptDlg>0</tvExpOptDlg>
  763. <bDave2>0</bDave2>
  764. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_twis.c</PathWithFileName>
  765. <FilenameWithoutPath>nrfx_twis.c</FilenameWithoutPath>
  766. <RteFlg>0</RteFlg>
  767. <bShared>0</bShared>
  768. </File>
  769. <File>
  770. <GroupNumber>4</GroupNumber>
  771. <FileNumber>48</FileNumber>
  772. <FileType>1</FileType>
  773. <tvExp>0</tvExp>
  774. <tvExpOptDlg>0</tvExpOptDlg>
  775. <bDave2>0</bDave2>
  776. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_uart.c</PathWithFileName>
  777. <FilenameWithoutPath>nrfx_uart.c</FilenameWithoutPath>
  778. <RteFlg>0</RteFlg>
  779. <bShared>0</bShared>
  780. </File>
  781. <File>
  782. <GroupNumber>4</GroupNumber>
  783. <FileNumber>49</FileNumber>
  784. <FileType>1</FileType>
  785. <tvExp>0</tvExp>
  786. <tvExpOptDlg>0</tvExpOptDlg>
  787. <bDave2>0</bDave2>
  788. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_uarte.c</PathWithFileName>
  789. <FilenameWithoutPath>nrfx_uarte.c</FilenameWithoutPath>
  790. <RteFlg>0</RteFlg>
  791. <bShared>0</bShared>
  792. </File>
  793. <File>
  794. <GroupNumber>4</GroupNumber>
  795. <FileNumber>50</FileNumber>
  796. <FileType>1</FileType>
  797. <tvExp>0</tvExp>
  798. <tvExpOptDlg>0</tvExpOptDlg>
  799. <bDave2>0</bDave2>
  800. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_usbd.c</PathWithFileName>
  801. <FilenameWithoutPath>nrfx_usbd.c</FilenameWithoutPath>
  802. <RteFlg>0</RteFlg>
  803. <bShared>0</bShared>
  804. </File>
  805. <File>
  806. <GroupNumber>4</GroupNumber>
  807. <FileNumber>51</FileNumber>
  808. <FileType>1</FileType>
  809. <tvExp>0</tvExp>
  810. <tvExpOptDlg>0</tvExpOptDlg>
  811. <bDave2>0</bDave2>
  812. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_usbreg.c</PathWithFileName>
  813. <FilenameWithoutPath>nrfx_usbreg.c</FilenameWithoutPath>
  814. <RteFlg>0</RteFlg>
  815. <bShared>0</bShared>
  816. </File>
  817. <File>
  818. <GroupNumber>4</GroupNumber>
  819. <FileNumber>52</FileNumber>
  820. <FileType>1</FileType>
  821. <tvExp>0</tvExp>
  822. <tvExpOptDlg>0</tvExpOptDlg>
  823. <bDave2>0</bDave2>
  824. <PathWithFileName>packages\nrfx-v2.1.0\drivers\src\nrfx_wdt.c</PathWithFileName>
  825. <FilenameWithoutPath>nrfx_wdt.c</FilenameWithoutPath>
  826. <RteFlg>0</RteFlg>
  827. <bShared>0</bShared>
  828. </File>
  829. <File>
  830. <GroupNumber>4</GroupNumber>
  831. <FileNumber>53</FileNumber>
  832. <FileType>1</FileType>
  833. <tvExp>0</tvExp>
  834. <tvExpOptDlg>0</tvExpOptDlg>
  835. <bDave2>0</bDave2>
  836. <PathWithFileName>packages\nrfx-v2.1.0\mdk\system_nrf52840.c</PathWithFileName>
  837. <FilenameWithoutPath>system_nrf52840.c</FilenameWithoutPath>
  838. <RteFlg>0</RteFlg>
  839. <bShared>0</bShared>
  840. </File>
  841. <File>
  842. <GroupNumber>4</GroupNumber>
  843. <FileNumber>54</FileNumber>
  844. <FileType>2</FileType>
  845. <tvExp>0</tvExp>
  846. <tvExpOptDlg>0</tvExpOptDlg>
  847. <bDave2>0</bDave2>
  848. <PathWithFileName>packages\nrfx-v2.1.0\mdk\arm_startup_nrf52840.s</PathWithFileName>
  849. <FilenameWithoutPath>arm_startup_nrf52840.s</FilenameWithoutPath>
  850. <RteFlg>0</RteFlg>
  851. <bShared>0</bShared>
  852. </File>
  853. </Group>
  854. <Group>
  855. <GroupName>cpu</GroupName>
  856. <tvExp>0</tvExp>
  857. <tvExpOptDlg>0</tvExpOptDlg>
  858. <cbSel>0</cbSel>
  859. <RteFlg>0</RteFlg>
  860. <File>
  861. <GroupNumber>5</GroupNumber>
  862. <FileNumber>55</FileNumber>
  863. <FileType>1</FileType>
  864. <tvExp>0</tvExp>
  865. <tvExpOptDlg>0</tvExpOptDlg>
  866. <bDave2>0</bDave2>
  867. <PathWithFileName>..\..\..\libcpu\arm\common\backtrace.c</PathWithFileName>
  868. <FilenameWithoutPath>backtrace.c</FilenameWithoutPath>
  869. <RteFlg>0</RteFlg>
  870. <bShared>0</bShared>
  871. </File>
  872. <File>
  873. <GroupNumber>5</GroupNumber>
  874. <FileNumber>56</FileNumber>
  875. <FileType>1</FileType>
  876. <tvExp>0</tvExp>
  877. <tvExpOptDlg>0</tvExpOptDlg>
  878. <bDave2>0</bDave2>
  879. <PathWithFileName>..\..\..\libcpu\arm\common\div0.c</PathWithFileName>
  880. <FilenameWithoutPath>div0.c</FilenameWithoutPath>
  881. <RteFlg>0</RteFlg>
  882. <bShared>0</bShared>
  883. </File>
  884. <File>
  885. <GroupNumber>5</GroupNumber>
  886. <FileNumber>57</FileNumber>
  887. <FileType>1</FileType>
  888. <tvExp>0</tvExp>
  889. <tvExpOptDlg>0</tvExpOptDlg>
  890. <bDave2>0</bDave2>
  891. <PathWithFileName>..\..\..\libcpu\arm\common\showmem.c</PathWithFileName>
  892. <FilenameWithoutPath>showmem.c</FilenameWithoutPath>
  893. <RteFlg>0</RteFlg>
  894. <bShared>0</bShared>
  895. </File>
  896. <File>
  897. <GroupNumber>5</GroupNumber>
  898. <FileNumber>58</FileNumber>
  899. <FileType>1</FileType>
  900. <tvExp>0</tvExp>
  901. <tvExpOptDlg>0</tvExpOptDlg>
  902. <bDave2>0</bDave2>
  903. <PathWithFileName>..\..\..\libcpu\arm\cortex-m4\cpuport.c</PathWithFileName>
  904. <FilenameWithoutPath>cpuport.c</FilenameWithoutPath>
  905. <RteFlg>0</RteFlg>
  906. <bShared>0</bShared>
  907. </File>
  908. <File>
  909. <GroupNumber>5</GroupNumber>
  910. <FileNumber>59</FileNumber>
  911. <FileType>2</FileType>
  912. <tvExp>0</tvExp>
  913. <tvExpOptDlg>0</tvExpOptDlg>
  914. <bDave2>0</bDave2>
  915. <PathWithFileName>..\..\..\libcpu\arm\cortex-m4\context_rvds.S</PathWithFileName>
  916. <FilenameWithoutPath>context_rvds.S</FilenameWithoutPath>
  917. <RteFlg>0</RteFlg>
  918. <bShared>0</bShared>
  919. </File>
  920. </Group>
  921. <Group>
  922. <GroupName>DeviceDrivers</GroupName>
  923. <tvExp>0</tvExp>
  924. <tvExpOptDlg>0</tvExpOptDlg>
  925. <cbSel>0</cbSel>
  926. <RteFlg>0</RteFlg>
  927. <File>
  928. <GroupNumber>6</GroupNumber>
  929. <FileNumber>60</FileNumber>
  930. <FileType>1</FileType>
  931. <tvExp>0</tvExp>
  932. <tvExpOptDlg>0</tvExpOptDlg>
  933. <bDave2>0</bDave2>
  934. <PathWithFileName>..\..\..\components\drivers\misc\pin.c</PathWithFileName>
  935. <FilenameWithoutPath>pin.c</FilenameWithoutPath>
  936. <RteFlg>0</RteFlg>
  937. <bShared>0</bShared>
  938. </File>
  939. <File>
  940. <GroupNumber>6</GroupNumber>
  941. <FileNumber>61</FileNumber>
  942. <FileType>1</FileType>
  943. <tvExp>0</tvExp>
  944. <tvExpOptDlg>0</tvExpOptDlg>
  945. <bDave2>0</bDave2>
  946. <PathWithFileName>..\..\..\components\drivers\serial\serial.c</PathWithFileName>
  947. <FilenameWithoutPath>serial.c</FilenameWithoutPath>
  948. <RteFlg>0</RteFlg>
  949. <bShared>0</bShared>
  950. </File>
  951. <File>
  952. <GroupNumber>6</GroupNumber>
  953. <FileNumber>62</FileNumber>
  954. <FileType>1</FileType>
  955. <tvExp>0</tvExp>
  956. <tvExpOptDlg>0</tvExpOptDlg>
  957. <bDave2>0</bDave2>
  958. <PathWithFileName>..\..\..\components\drivers\src\completion.c</PathWithFileName>
  959. <FilenameWithoutPath>completion.c</FilenameWithoutPath>
  960. <RteFlg>0</RteFlg>
  961. <bShared>0</bShared>
  962. </File>
  963. <File>
  964. <GroupNumber>6</GroupNumber>
  965. <FileNumber>63</FileNumber>
  966. <FileType>1</FileType>
  967. <tvExp>0</tvExp>
  968. <tvExpOptDlg>0</tvExpOptDlg>
  969. <bDave2>0</bDave2>
  970. <PathWithFileName>..\..\..\components\drivers\src\dataqueue.c</PathWithFileName>
  971. <FilenameWithoutPath>dataqueue.c</FilenameWithoutPath>
  972. <RteFlg>0</RteFlg>
  973. <bShared>0</bShared>
  974. </File>
  975. <File>
  976. <GroupNumber>6</GroupNumber>
  977. <FileNumber>64</FileNumber>
  978. <FileType>1</FileType>
  979. <tvExp>0</tvExp>
  980. <tvExpOptDlg>0</tvExpOptDlg>
  981. <bDave2>0</bDave2>
  982. <PathWithFileName>..\..\..\components\drivers\src\pipe.c</PathWithFileName>
  983. <FilenameWithoutPath>pipe.c</FilenameWithoutPath>
  984. <RteFlg>0</RteFlg>
  985. <bShared>0</bShared>
  986. </File>
  987. <File>
  988. <GroupNumber>6</GroupNumber>
  989. <FileNumber>65</FileNumber>
  990. <FileType>1</FileType>
  991. <tvExp>0</tvExp>
  992. <tvExpOptDlg>0</tvExpOptDlg>
  993. <bDave2>0</bDave2>
  994. <PathWithFileName>..\..\..\components\drivers\src\ringblk_buf.c</PathWithFileName>
  995. <FilenameWithoutPath>ringblk_buf.c</FilenameWithoutPath>
  996. <RteFlg>0</RteFlg>
  997. <bShared>0</bShared>
  998. </File>
  999. <File>
  1000. <GroupNumber>6</GroupNumber>
  1001. <FileNumber>66</FileNumber>
  1002. <FileType>1</FileType>
  1003. <tvExp>0</tvExp>
  1004. <tvExpOptDlg>0</tvExpOptDlg>
  1005. <bDave2>0</bDave2>
  1006. <PathWithFileName>..\..\..\components\drivers\src\ringbuffer.c</PathWithFileName>
  1007. <FilenameWithoutPath>ringbuffer.c</FilenameWithoutPath>
  1008. <RteFlg>0</RteFlg>
  1009. <bShared>0</bShared>
  1010. </File>
  1011. <File>
  1012. <GroupNumber>6</GroupNumber>
  1013. <FileNumber>67</FileNumber>
  1014. <FileType>1</FileType>
  1015. <tvExp>0</tvExp>
  1016. <tvExpOptDlg>0</tvExpOptDlg>
  1017. <bDave2>0</bDave2>
  1018. <PathWithFileName>..\..\..\components\drivers\src\waitqueue.c</PathWithFileName>
  1019. <FilenameWithoutPath>waitqueue.c</FilenameWithoutPath>
  1020. <RteFlg>0</RteFlg>
  1021. <bShared>0</bShared>
  1022. </File>
  1023. <File>
  1024. <GroupNumber>6</GroupNumber>
  1025. <FileNumber>68</FileNumber>
  1026. <FileType>1</FileType>
  1027. <tvExp>0</tvExp>
  1028. <tvExpOptDlg>0</tvExpOptDlg>
  1029. <bDave2>0</bDave2>
  1030. <PathWithFileName>..\..\..\components\drivers\src\workqueue.c</PathWithFileName>
  1031. <FilenameWithoutPath>workqueue.c</FilenameWithoutPath>
  1032. <RteFlg>0</RteFlg>
  1033. <bShared>0</bShared>
  1034. </File>
  1035. </Group>
  1036. <Group>
  1037. <GroupName>finsh</GroupName>
  1038. <tvExp>0</tvExp>
  1039. <tvExpOptDlg>0</tvExpOptDlg>
  1040. <cbSel>0</cbSel>
  1041. <RteFlg>0</RteFlg>
  1042. <File>
  1043. <GroupNumber>7</GroupNumber>
  1044. <FileNumber>69</FileNumber>
  1045. <FileType>1</FileType>
  1046. <tvExp>0</tvExp>
  1047. <tvExpOptDlg>0</tvExpOptDlg>
  1048. <bDave2>0</bDave2>
  1049. <PathWithFileName>..\..\..\components\finsh\shell.c</PathWithFileName>
  1050. <FilenameWithoutPath>shell.c</FilenameWithoutPath>
  1051. <RteFlg>0</RteFlg>
  1052. <bShared>0</bShared>
  1053. </File>
  1054. <File>
  1055. <GroupNumber>7</GroupNumber>
  1056. <FileNumber>70</FileNumber>
  1057. <FileType>1</FileType>
  1058. <tvExp>0</tvExp>
  1059. <tvExpOptDlg>0</tvExpOptDlg>
  1060. <bDave2>0</bDave2>
  1061. <PathWithFileName>..\..\..\components\finsh\cmd.c</PathWithFileName>
  1062. <FilenameWithoutPath>cmd.c</FilenameWithoutPath>
  1063. <RteFlg>0</RteFlg>
  1064. <bShared>0</bShared>
  1065. </File>
  1066. <File>
  1067. <GroupNumber>7</GroupNumber>
  1068. <FileNumber>71</FileNumber>
  1069. <FileType>1</FileType>
  1070. <tvExp>0</tvExp>
  1071. <tvExpOptDlg>0</tvExpOptDlg>
  1072. <bDave2>0</bDave2>
  1073. <PathWithFileName>..\..\..\components\finsh\msh.c</PathWithFileName>
  1074. <FilenameWithoutPath>msh.c</FilenameWithoutPath>
  1075. <RteFlg>0</RteFlg>
  1076. <bShared>0</bShared>
  1077. </File>
  1078. </Group>
  1079. <Group>
  1080. <GroupName>libc</GroupName>
  1081. <tvExp>0</tvExp>
  1082. <tvExpOptDlg>0</tvExpOptDlg>
  1083. <cbSel>0</cbSel>
  1084. <RteFlg>0</RteFlg>
  1085. <File>
  1086. <GroupNumber>8</GroupNumber>
  1087. <FileNumber>72</FileNumber>
  1088. <FileType>1</FileType>
  1089. <tvExp>0</tvExp>
  1090. <tvExpOptDlg>0</tvExpOptDlg>
  1091. <bDave2>0</bDave2>
  1092. <PathWithFileName>..\..\..\components\libc\compilers\armlibc\libc.c</PathWithFileName>
  1093. <FilenameWithoutPath>libc.c</FilenameWithoutPath>
  1094. <RteFlg>0</RteFlg>
  1095. <bShared>0</bShared>
  1096. </File>
  1097. <File>
  1098. <GroupNumber>8</GroupNumber>
  1099. <FileNumber>73</FileNumber>
  1100. <FileType>1</FileType>
  1101. <tvExp>0</tvExp>
  1102. <tvExpOptDlg>0</tvExpOptDlg>
  1103. <bDave2>0</bDave2>
  1104. <PathWithFileName>..\..\..\components\libc\compilers\armlibc\mem_std.c</PathWithFileName>
  1105. <FilenameWithoutPath>mem_std.c</FilenameWithoutPath>
  1106. <RteFlg>0</RteFlg>
  1107. <bShared>0</bShared>
  1108. </File>
  1109. <File>
  1110. <GroupNumber>8</GroupNumber>
  1111. <FileNumber>74</FileNumber>
  1112. <FileType>1</FileType>
  1113. <tvExp>0</tvExp>
  1114. <tvExpOptDlg>0</tvExpOptDlg>
  1115. <bDave2>0</bDave2>
  1116. <PathWithFileName>..\..\..\components\libc\compilers\armlibc\stubs.c</PathWithFileName>
  1117. <FilenameWithoutPath>stubs.c</FilenameWithoutPath>
  1118. <RteFlg>0</RteFlg>
  1119. <bShared>0</bShared>
  1120. </File>
  1121. <File>
  1122. <GroupNumber>8</GroupNumber>
  1123. <FileNumber>75</FileNumber>
  1124. <FileType>1</FileType>
  1125. <tvExp>0</tvExp>
  1126. <tvExpOptDlg>0</tvExpOptDlg>
  1127. <bDave2>0</bDave2>
  1128. <PathWithFileName>..\..\..\components\libc\compilers\common\time.c</PathWithFileName>
  1129. <FilenameWithoutPath>time.c</FilenameWithoutPath>
  1130. <RteFlg>0</RteFlg>
  1131. <bShared>0</bShared>
  1132. </File>
  1133. </Group>
  1134. </ProjectOpt>