project.uvoptx 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263
  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>rtthread-lpc55s6x</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>8</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>15</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>.\flashdebug.ini</tIfile>
  112. <pMon>BIN\CMSIS_AGDI_V8M.DLL</pMon>
  113. </DebugOpt>
  114. <TargetDriverDllRegistry>
  115. <SetRegEntry>
  116. <Number>0</Number>
  117. <Key>DLGTARM</Key>
  118. <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>
  119. </SetRegEntry>
  120. <SetRegEntry>
  121. <Number>0</Number>
  122. <Key>ARMDBGFLAGS</Key>
  123. <Name></Name>
  124. </SetRegEntry>
  125. <SetRegEntry>
  126. <Number>0</Number>
  127. <Key>DLGUARM</Key>
  128. <Name></Name>
  129. </SetRegEntry>
  130. <SetRegEntry>
  131. <Number>0</Number>
  132. <Key>CMSIS_AGDI_V8M</Key>
  133. <Name>-X"Any" -UAny -O206 -S9 -C0 -P00 -N00("ARM CoreSight SW-DP") -D00(6BA02477) -L00(0) -TO65554 -TC10000000 -TT10000000 -TP20 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO11 -FD20000000 -FC1000 -FN2 -FF0LPC55XX_640.FLM -FS00 -FL098000 -FP0($$Device:LPC55S69JBD100$arm\LPC55XX_640.FLM) -FF1LPC55XX_S_640.FLM -FS110000000 -FL198000 -FP1($$Device:LPC55S69JBD100$arm\LPC55XX_S_640.FLM)</Name>
  134. </SetRegEntry>
  135. <SetRegEntry>
  136. <Number>0</Number>
  137. <Key>UL2V8M</Key>
  138. <Name>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000 -FN2 -FF0LPC55XX_640 -FS00 -FL098000 -FF1LPC55XX_S_640 -FS110000000 -FL198000 -FP0($$Device:LPC55S69JBD100$arm\LPC55XX_640.FLM) -FP1($$Device:LPC55S69JBD100$arm\LPC55XX_S_640.FLM))</Name>
  139. </SetRegEntry>
  140. </TargetDriverDllRegistry>
  141. <Breakpoint/>
  142. <Tracepoint>
  143. <THDelay>0</THDelay>
  144. </Tracepoint>
  145. <DebugFlag>
  146. <trace>0</trace>
  147. <periodic>1</periodic>
  148. <aLwin>1</aLwin>
  149. <aCover>0</aCover>
  150. <aSer1>0</aSer1>
  151. <aSer2>0</aSer2>
  152. <aPa>0</aPa>
  153. <viewmode>1</viewmode>
  154. <vrSel>0</vrSel>
  155. <aSym>0</aSym>
  156. <aTbox>0</aTbox>
  157. <AscS1>0</AscS1>
  158. <AscS2>0</AscS2>
  159. <AscS3>0</AscS3>
  160. <aSer3>0</aSer3>
  161. <eProf>0</eProf>
  162. <aLa>0</aLa>
  163. <aPa1>0</aPa1>
  164. <AscS4>0</AscS4>
  165. <aSer4>0</aSer4>
  166. <StkLoc>0</StkLoc>
  167. <TrcWin>0</TrcWin>
  168. <newCpu>0</newCpu>
  169. <uProt>0</uProt>
  170. </DebugFlag>
  171. <LintExecutable></LintExecutable>
  172. <LintConfigFile></LintConfigFile>
  173. <bLintAuto>0</bLintAuto>
  174. <bAutoGenD>0</bAutoGenD>
  175. <LntExFlags>0</LntExFlags>
  176. <pMisraName></pMisraName>
  177. <pszMrule></pszMrule>
  178. <pSingCmds></pSingCmds>
  179. <pMultCmds></pMultCmds>
  180. <pMisraNamep></pMisraNamep>
  181. <pszMrulep></pszMrulep>
  182. <pSingCmdsp></pSingCmdsp>
  183. <pMultCmdsp></pMultCmdsp>
  184. <DebugDescription>
  185. <Enable>1</Enable>
  186. <EnableFlashSeq>0</EnableFlashSeq>
  187. <EnableLog>0</EnableLog>
  188. <Protocol>2</Protocol>
  189. <DbgClock>5000000</DbgClock>
  190. </DebugDescription>
  191. </TargetOption>
  192. </Target>
  193. <Group>
  194. <GroupName>Applications</GroupName>
  195. <tvExp>0</tvExp>
  196. <tvExpOptDlg>0</tvExpOptDlg>
  197. <cbSel>0</cbSel>
  198. <RteFlg>0</RteFlg>
  199. <File>
  200. <GroupNumber>1</GroupNumber>
  201. <FileNumber>1</FileNumber>
  202. <FileType>1</FileType>
  203. <tvExp>0</tvExp>
  204. <tvExpOptDlg>0</tvExpOptDlg>
  205. <bDave2>0</bDave2>
  206. <PathWithFileName>applications\main.c</PathWithFileName>
  207. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  208. <RteFlg>0</RteFlg>
  209. <bShared>0</bShared>
  210. </File>
  211. </Group>
  212. <Group>
  213. <GroupName>CPU</GroupName>
  214. <tvExp>0</tvExp>
  215. <tvExpOptDlg>0</tvExpOptDlg>
  216. <cbSel>0</cbSel>
  217. <RteFlg>0</RteFlg>
  218. <File>
  219. <GroupNumber>2</GroupNumber>
  220. <FileNumber>2</FileNumber>
  221. <FileType>1</FileType>
  222. <tvExp>0</tvExp>
  223. <tvExpOptDlg>0</tvExpOptDlg>
  224. <bDave2>0</bDave2>
  225. <PathWithFileName>..\..\..\libcpu\arm\common\showmem.c</PathWithFileName>
  226. <FilenameWithoutPath>showmem.c</FilenameWithoutPath>
  227. <RteFlg>0</RteFlg>
  228. <bShared>0</bShared>
  229. </File>
  230. <File>
  231. <GroupNumber>2</GroupNumber>
  232. <FileNumber>3</FileNumber>
  233. <FileType>1</FileType>
  234. <tvExp>0</tvExp>
  235. <tvExpOptDlg>0</tvExpOptDlg>
  236. <bDave2>0</bDave2>
  237. <PathWithFileName>..\..\..\libcpu\arm\common\div0.c</PathWithFileName>
  238. <FilenameWithoutPath>div0.c</FilenameWithoutPath>
  239. <RteFlg>0</RteFlg>
  240. <bShared>0</bShared>
  241. </File>
  242. <File>
  243. <GroupNumber>2</GroupNumber>
  244. <FileNumber>4</FileNumber>
  245. <FileType>1</FileType>
  246. <tvExp>0</tvExp>
  247. <tvExpOptDlg>0</tvExpOptDlg>
  248. <bDave2>0</bDave2>
  249. <PathWithFileName>..\..\..\libcpu\arm\common\backtrace.c</PathWithFileName>
  250. <FilenameWithoutPath>backtrace.c</FilenameWithoutPath>
  251. <RteFlg>0</RteFlg>
  252. <bShared>0</bShared>
  253. </File>
  254. <File>
  255. <GroupNumber>2</GroupNumber>
  256. <FileNumber>5</FileNumber>
  257. <FileType>1</FileType>
  258. <tvExp>0</tvExp>
  259. <tvExpOptDlg>0</tvExpOptDlg>
  260. <bDave2>0</bDave2>
  261. <PathWithFileName>..\..\..\libcpu\arm\cortex-m4\cpuport.c</PathWithFileName>
  262. <FilenameWithoutPath>cpuport.c</FilenameWithoutPath>
  263. <RteFlg>0</RteFlg>
  264. <bShared>0</bShared>
  265. </File>
  266. <File>
  267. <GroupNumber>2</GroupNumber>
  268. <FileNumber>6</FileNumber>
  269. <FileType>2</FileType>
  270. <tvExp>0</tvExp>
  271. <tvExpOptDlg>0</tvExpOptDlg>
  272. <bDave2>0</bDave2>
  273. <PathWithFileName>..\..\..\libcpu\arm\cortex-m4\context_rvds.S</PathWithFileName>
  274. <FilenameWithoutPath>context_rvds.S</FilenameWithoutPath>
  275. <RteFlg>0</RteFlg>
  276. <bShared>0</bShared>
  277. </File>
  278. </Group>
  279. <Group>
  280. <GroupName>DeviceDrivers</GroupName>
  281. <tvExp>0</tvExp>
  282. <tvExpOptDlg>0</tvExpOptDlg>
  283. <cbSel>0</cbSel>
  284. <RteFlg>0</RteFlg>
  285. <File>
  286. <GroupNumber>3</GroupNumber>
  287. <FileNumber>7</FileNumber>
  288. <FileType>1</FileType>
  289. <tvExp>0</tvExp>
  290. <tvExpOptDlg>0</tvExpOptDlg>
  291. <bDave2>0</bDave2>
  292. <PathWithFileName>..\..\..\components\drivers\misc\pin.c</PathWithFileName>
  293. <FilenameWithoutPath>pin.c</FilenameWithoutPath>
  294. <RteFlg>0</RteFlg>
  295. <bShared>0</bShared>
  296. </File>
  297. <File>
  298. <GroupNumber>3</GroupNumber>
  299. <FileNumber>8</FileNumber>
  300. <FileType>1</FileType>
  301. <tvExp>0</tvExp>
  302. <tvExpOptDlg>0</tvExpOptDlg>
  303. <bDave2>0</bDave2>
  304. <PathWithFileName>..\..\..\components\drivers\serial\serial.c</PathWithFileName>
  305. <FilenameWithoutPath>serial.c</FilenameWithoutPath>
  306. <RteFlg>0</RteFlg>
  307. <bShared>0</bShared>
  308. </File>
  309. <File>
  310. <GroupNumber>3</GroupNumber>
  311. <FileNumber>9</FileNumber>
  312. <FileType>1</FileType>
  313. <tvExp>0</tvExp>
  314. <tvExpOptDlg>0</tvExpOptDlg>
  315. <bDave2>0</bDave2>
  316. <PathWithFileName>..\..\..\components\drivers\src\waitqueue.c</PathWithFileName>
  317. <FilenameWithoutPath>waitqueue.c</FilenameWithoutPath>
  318. <RteFlg>0</RteFlg>
  319. <bShared>0</bShared>
  320. </File>
  321. <File>
  322. <GroupNumber>3</GroupNumber>
  323. <FileNumber>10</FileNumber>
  324. <FileType>1</FileType>
  325. <tvExp>0</tvExp>
  326. <tvExpOptDlg>0</tvExpOptDlg>
  327. <bDave2>0</bDave2>
  328. <PathWithFileName>..\..\..\components\drivers\src\completion.c</PathWithFileName>
  329. <FilenameWithoutPath>completion.c</FilenameWithoutPath>
  330. <RteFlg>0</RteFlg>
  331. <bShared>0</bShared>
  332. </File>
  333. <File>
  334. <GroupNumber>3</GroupNumber>
  335. <FileNumber>11</FileNumber>
  336. <FileType>1</FileType>
  337. <tvExp>0</tvExp>
  338. <tvExpOptDlg>0</tvExpOptDlg>
  339. <bDave2>0</bDave2>
  340. <PathWithFileName>..\..\..\components\drivers\src\pipe.c</PathWithFileName>
  341. <FilenameWithoutPath>pipe.c</FilenameWithoutPath>
  342. <RteFlg>0</RteFlg>
  343. <bShared>0</bShared>
  344. </File>
  345. <File>
  346. <GroupNumber>3</GroupNumber>
  347. <FileNumber>12</FileNumber>
  348. <FileType>1</FileType>
  349. <tvExp>0</tvExp>
  350. <tvExpOptDlg>0</tvExpOptDlg>
  351. <bDave2>0</bDave2>
  352. <PathWithFileName>..\..\..\components\drivers\src\dataqueue.c</PathWithFileName>
  353. <FilenameWithoutPath>dataqueue.c</FilenameWithoutPath>
  354. <RteFlg>0</RteFlg>
  355. <bShared>0</bShared>
  356. </File>
  357. <File>
  358. <GroupNumber>3</GroupNumber>
  359. <FileNumber>13</FileNumber>
  360. <FileType>1</FileType>
  361. <tvExp>0</tvExp>
  362. <tvExpOptDlg>0</tvExpOptDlg>
  363. <bDave2>0</bDave2>
  364. <PathWithFileName>..\..\..\components\drivers\src\ringbuffer.c</PathWithFileName>
  365. <FilenameWithoutPath>ringbuffer.c</FilenameWithoutPath>
  366. <RteFlg>0</RteFlg>
  367. <bShared>0</bShared>
  368. </File>
  369. <File>
  370. <GroupNumber>3</GroupNumber>
  371. <FileNumber>14</FileNumber>
  372. <FileType>1</FileType>
  373. <tvExp>0</tvExp>
  374. <tvExpOptDlg>0</tvExpOptDlg>
  375. <bDave2>0</bDave2>
  376. <PathWithFileName>..\..\..\components\drivers\src\workqueue.c</PathWithFileName>
  377. <FilenameWithoutPath>workqueue.c</FilenameWithoutPath>
  378. <RteFlg>0</RteFlg>
  379. <bShared>0</bShared>
  380. </File>
  381. <File>
  382. <GroupNumber>3</GroupNumber>
  383. <FileNumber>15</FileNumber>
  384. <FileType>1</FileType>
  385. <tvExp>0</tvExp>
  386. <tvExpOptDlg>0</tvExpOptDlg>
  387. <bDave2>0</bDave2>
  388. <PathWithFileName>..\..\..\components\drivers\src\ringblk_buf.c</PathWithFileName>
  389. <FilenameWithoutPath>ringblk_buf.c</FilenameWithoutPath>
  390. <RteFlg>0</RteFlg>
  391. <bShared>0</bShared>
  392. </File>
  393. </Group>
  394. <Group>
  395. <GroupName>Drivers</GroupName>
  396. <tvExp>0</tvExp>
  397. <tvExpOptDlg>0</tvExpOptDlg>
  398. <cbSel>0</cbSel>
  399. <RteFlg>0</RteFlg>
  400. <File>
  401. <GroupNumber>4</GroupNumber>
  402. <FileNumber>16</FileNumber>
  403. <FileType>1</FileType>
  404. <tvExp>0</tvExp>
  405. <tvExpOptDlg>0</tvExpOptDlg>
  406. <bDave2>0</bDave2>
  407. <PathWithFileName>board\MCUX_Config\board\pin_mux.c</PathWithFileName>
  408. <FilenameWithoutPath>pin_mux.c</FilenameWithoutPath>
  409. <RteFlg>0</RteFlg>
  410. <bShared>0</bShared>
  411. </File>
  412. <File>
  413. <GroupNumber>4</GroupNumber>
  414. <FileNumber>17</FileNumber>
  415. <FileType>1</FileType>
  416. <tvExp>0</tvExp>
  417. <tvExpOptDlg>0</tvExpOptDlg>
  418. <bDave2>0</bDave2>
  419. <PathWithFileName>board\MCUX_Config\board\clock_config.c</PathWithFileName>
  420. <FilenameWithoutPath>clock_config.c</FilenameWithoutPath>
  421. <RteFlg>0</RteFlg>
  422. <bShared>0</bShared>
  423. </File>
  424. <File>
  425. <GroupNumber>4</GroupNumber>
  426. <FileNumber>18</FileNumber>
  427. <FileType>1</FileType>
  428. <tvExp>0</tvExp>
  429. <tvExpOptDlg>0</tvExpOptDlg>
  430. <bDave2>0</bDave2>
  431. <PathWithFileName>board\board.c</PathWithFileName>
  432. <FilenameWithoutPath>board.c</FilenameWithoutPath>
  433. <RteFlg>0</RteFlg>
  434. <bShared>0</bShared>
  435. </File>
  436. <File>
  437. <GroupNumber>4</GroupNumber>
  438. <FileNumber>19</FileNumber>
  439. <FileType>1</FileType>
  440. <tvExp>0</tvExp>
  441. <tvExpOptDlg>0</tvExpOptDlg>
  442. <bDave2>0</bDave2>
  443. <PathWithFileName>..\Libraries\drivers\drv_pin.c</PathWithFileName>
  444. <FilenameWithoutPath>drv_pin.c</FilenameWithoutPath>
  445. <RteFlg>0</RteFlg>
  446. <bShared>0</bShared>
  447. </File>
  448. <File>
  449. <GroupNumber>4</GroupNumber>
  450. <FileNumber>20</FileNumber>
  451. <FileType>1</FileType>
  452. <tvExp>0</tvExp>
  453. <tvExpOptDlg>0</tvExpOptDlg>
  454. <bDave2>0</bDave2>
  455. <PathWithFileName>..\Libraries\drivers\drv_key.c</PathWithFileName>
  456. <FilenameWithoutPath>drv_key.c</FilenameWithoutPath>
  457. <RteFlg>0</RteFlg>
  458. <bShared>0</bShared>
  459. </File>
  460. <File>
  461. <GroupNumber>4</GroupNumber>
  462. <FileNumber>21</FileNumber>
  463. <FileType>1</FileType>
  464. <tvExp>0</tvExp>
  465. <tvExpOptDlg>0</tvExpOptDlg>
  466. <bDave2>0</bDave2>
  467. <PathWithFileName>..\Libraries\drivers\drv_led.c</PathWithFileName>
  468. <FilenameWithoutPath>drv_led.c</FilenameWithoutPath>
  469. <RteFlg>0</RteFlg>
  470. <bShared>0</bShared>
  471. </File>
  472. <File>
  473. <GroupNumber>4</GroupNumber>
  474. <FileNumber>22</FileNumber>
  475. <FileType>1</FileType>
  476. <tvExp>0</tvExp>
  477. <tvExpOptDlg>0</tvExpOptDlg>
  478. <bDave2>0</bDave2>
  479. <PathWithFileName>..\Libraries\drivers\drv_uart.c</PathWithFileName>
  480. <FilenameWithoutPath>drv_uart.c</FilenameWithoutPath>
  481. <RteFlg>0</RteFlg>
  482. <bShared>0</bShared>
  483. </File>
  484. </Group>
  485. <Group>
  486. <GroupName>Finsh</GroupName>
  487. <tvExp>0</tvExp>
  488. <tvExpOptDlg>0</tvExpOptDlg>
  489. <cbSel>0</cbSel>
  490. <RteFlg>0</RteFlg>
  491. <File>
  492. <GroupNumber>5</GroupNumber>
  493. <FileNumber>23</FileNumber>
  494. <FileType>1</FileType>
  495. <tvExp>0</tvExp>
  496. <tvExpOptDlg>0</tvExpOptDlg>
  497. <bDave2>0</bDave2>
  498. <PathWithFileName>..\..\..\components\finsh\shell.c</PathWithFileName>
  499. <FilenameWithoutPath>shell.c</FilenameWithoutPath>
  500. <RteFlg>0</RteFlg>
  501. <bShared>0</bShared>
  502. </File>
  503. <File>
  504. <GroupNumber>5</GroupNumber>
  505. <FileNumber>24</FileNumber>
  506. <FileType>1</FileType>
  507. <tvExp>0</tvExp>
  508. <tvExpOptDlg>0</tvExpOptDlg>
  509. <bDave2>0</bDave2>
  510. <PathWithFileName>..\..\..\components\finsh\msh.c</PathWithFileName>
  511. <FilenameWithoutPath>msh.c</FilenameWithoutPath>
  512. <RteFlg>0</RteFlg>
  513. <bShared>0</bShared>
  514. </File>
  515. <File>
  516. <GroupNumber>5</GroupNumber>
  517. <FileNumber>25</FileNumber>
  518. <FileType>1</FileType>
  519. <tvExp>0</tvExp>
  520. <tvExpOptDlg>0</tvExpOptDlg>
  521. <bDave2>0</bDave2>
  522. <PathWithFileName>..\..\..\components\finsh\cmd.c</PathWithFileName>
  523. <FilenameWithoutPath>cmd.c</FilenameWithoutPath>
  524. <RteFlg>0</RteFlg>
  525. <bShared>0</bShared>
  526. </File>
  527. </Group>
  528. <Group>
  529. <GroupName>Kernel</GroupName>
  530. <tvExp>0</tvExp>
  531. <tvExpOptDlg>0</tvExpOptDlg>
  532. <cbSel>0</cbSel>
  533. <RteFlg>0</RteFlg>
  534. <File>
  535. <GroupNumber>6</GroupNumber>
  536. <FileNumber>26</FileNumber>
  537. <FileType>1</FileType>
  538. <tvExp>0</tvExp>
  539. <tvExpOptDlg>0</tvExpOptDlg>
  540. <bDave2>0</bDave2>
  541. <PathWithFileName>..\..\..\src\irq.c</PathWithFileName>
  542. <FilenameWithoutPath>irq.c</FilenameWithoutPath>
  543. <RteFlg>0</RteFlg>
  544. <bShared>0</bShared>
  545. </File>
  546. <File>
  547. <GroupNumber>6</GroupNumber>
  548. <FileNumber>27</FileNumber>
  549. <FileType>1</FileType>
  550. <tvExp>0</tvExp>
  551. <tvExpOptDlg>0</tvExpOptDlg>
  552. <bDave2>0</bDave2>
  553. <PathWithFileName>..\..\..\src\object.c</PathWithFileName>
  554. <FilenameWithoutPath>object.c</FilenameWithoutPath>
  555. <RteFlg>0</RteFlg>
  556. <bShared>0</bShared>
  557. </File>
  558. <File>
  559. <GroupNumber>6</GroupNumber>
  560. <FileNumber>28</FileNumber>
  561. <FileType>1</FileType>
  562. <tvExp>0</tvExp>
  563. <tvExpOptDlg>0</tvExpOptDlg>
  564. <bDave2>0</bDave2>
  565. <PathWithFileName>..\..\..\src\kservice.c</PathWithFileName>
  566. <FilenameWithoutPath>kservice.c</FilenameWithoutPath>
  567. <RteFlg>0</RteFlg>
  568. <bShared>0</bShared>
  569. </File>
  570. <File>
  571. <GroupNumber>6</GroupNumber>
  572. <FileNumber>29</FileNumber>
  573. <FileType>1</FileType>
  574. <tvExp>0</tvExp>
  575. <tvExpOptDlg>0</tvExpOptDlg>
  576. <bDave2>0</bDave2>
  577. <PathWithFileName>..\..\..\src\ipc.c</PathWithFileName>
  578. <FilenameWithoutPath>ipc.c</FilenameWithoutPath>
  579. <RteFlg>0</RteFlg>
  580. <bShared>0</bShared>
  581. </File>
  582. <File>
  583. <GroupNumber>6</GroupNumber>
  584. <FileNumber>30</FileNumber>
  585. <FileType>1</FileType>
  586. <tvExp>0</tvExp>
  587. <tvExpOptDlg>0</tvExpOptDlg>
  588. <bDave2>0</bDave2>
  589. <PathWithFileName>..\..\..\src\idle.c</PathWithFileName>
  590. <FilenameWithoutPath>idle.c</FilenameWithoutPath>
  591. <RteFlg>0</RteFlg>
  592. <bShared>0</bShared>
  593. </File>
  594. <File>
  595. <GroupNumber>6</GroupNumber>
  596. <FileNumber>31</FileNumber>
  597. <FileType>1</FileType>
  598. <tvExp>0</tvExp>
  599. <tvExpOptDlg>0</tvExpOptDlg>
  600. <bDave2>0</bDave2>
  601. <PathWithFileName>..\..\..\src\mempool.c</PathWithFileName>
  602. <FilenameWithoutPath>mempool.c</FilenameWithoutPath>
  603. <RteFlg>0</RteFlg>
  604. <bShared>0</bShared>
  605. </File>
  606. <File>
  607. <GroupNumber>6</GroupNumber>
  608. <FileNumber>32</FileNumber>
  609. <FileType>1</FileType>
  610. <tvExp>0</tvExp>
  611. <tvExpOptDlg>0</tvExpOptDlg>
  612. <bDave2>0</bDave2>
  613. <PathWithFileName>..\..\..\src\scheduler.c</PathWithFileName>
  614. <FilenameWithoutPath>scheduler.c</FilenameWithoutPath>
  615. <RteFlg>0</RteFlg>
  616. <bShared>0</bShared>
  617. </File>
  618. <File>
  619. <GroupNumber>6</GroupNumber>
  620. <FileNumber>33</FileNumber>
  621. <FileType>1</FileType>
  622. <tvExp>0</tvExp>
  623. <tvExpOptDlg>0</tvExpOptDlg>
  624. <bDave2>0</bDave2>
  625. <PathWithFileName>..\..\..\src\clock.c</PathWithFileName>
  626. <FilenameWithoutPath>clock.c</FilenameWithoutPath>
  627. <RteFlg>0</RteFlg>
  628. <bShared>0</bShared>
  629. </File>
  630. <File>
  631. <GroupNumber>6</GroupNumber>
  632. <FileNumber>34</FileNumber>
  633. <FileType>1</FileType>
  634. <tvExp>0</tvExp>
  635. <tvExpOptDlg>0</tvExpOptDlg>
  636. <bDave2>0</bDave2>
  637. <PathWithFileName>..\..\..\src\device.c</PathWithFileName>
  638. <FilenameWithoutPath>device.c</FilenameWithoutPath>
  639. <RteFlg>0</RteFlg>
  640. <bShared>0</bShared>
  641. </File>
  642. <File>
  643. <GroupNumber>6</GroupNumber>
  644. <FileNumber>35</FileNumber>
  645. <FileType>1</FileType>
  646. <tvExp>0</tvExp>
  647. <tvExpOptDlg>0</tvExpOptDlg>
  648. <bDave2>0</bDave2>
  649. <PathWithFileName>..\..\..\src\mem.c</PathWithFileName>
  650. <FilenameWithoutPath>mem.c</FilenameWithoutPath>
  651. <RteFlg>0</RteFlg>
  652. <bShared>0</bShared>
  653. </File>
  654. <File>
  655. <GroupNumber>6</GroupNumber>
  656. <FileNumber>36</FileNumber>
  657. <FileType>1</FileType>
  658. <tvExp>0</tvExp>
  659. <tvExpOptDlg>0</tvExpOptDlg>
  660. <bDave2>0</bDave2>
  661. <PathWithFileName>..\..\..\src\timer.c</PathWithFileName>
  662. <FilenameWithoutPath>timer.c</FilenameWithoutPath>
  663. <RteFlg>0</RteFlg>
  664. <bShared>0</bShared>
  665. </File>
  666. <File>
  667. <GroupNumber>6</GroupNumber>
  668. <FileNumber>37</FileNumber>
  669. <FileType>1</FileType>
  670. <tvExp>0</tvExp>
  671. <tvExpOptDlg>0</tvExpOptDlg>
  672. <bDave2>0</bDave2>
  673. <PathWithFileName>..\..\..\src\thread.c</PathWithFileName>
  674. <FilenameWithoutPath>thread.c</FilenameWithoutPath>
  675. <RteFlg>0</RteFlg>
  676. <bShared>0</bShared>
  677. </File>
  678. <File>
  679. <GroupNumber>6</GroupNumber>
  680. <FileNumber>38</FileNumber>
  681. <FileType>1</FileType>
  682. <tvExp>0</tvExp>
  683. <tvExpOptDlg>0</tvExpOptDlg>
  684. <bDave2>0</bDave2>
  685. <PathWithFileName>..\..\..\src\components.c</PathWithFileName>
  686. <FilenameWithoutPath>components.c</FilenameWithoutPath>
  687. <RteFlg>0</RteFlg>
  688. <bShared>0</bShared>
  689. </File>
  690. </Group>
  691. <Group>
  692. <GroupName>Libraries</GroupName>
  693. <tvExp>0</tvExp>
  694. <tvExpOptDlg>0</tvExpOptDlg>
  695. <cbSel>0</cbSel>
  696. <RteFlg>0</RteFlg>
  697. <File>
  698. <GroupNumber>7</GroupNumber>
  699. <FileNumber>39</FileNumber>
  700. <FileType>1</FileType>
  701. <tvExp>0</tvExp>
  702. <tvExpOptDlg>0</tvExpOptDlg>
  703. <bDave2>0</bDave2>
  704. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_hashcrypt.c</PathWithFileName>
  705. <FilenameWithoutPath>fsl_hashcrypt.c</FilenameWithoutPath>
  706. <RteFlg>0</RteFlg>
  707. <bShared>0</bShared>
  708. </File>
  709. <File>
  710. <GroupNumber>7</GroupNumber>
  711. <FileNumber>40</FileNumber>
  712. <FileType>1</FileType>
  713. <tvExp>0</tvExp>
  714. <tvExpOptDlg>0</tvExpOptDlg>
  715. <bDave2>0</bDave2>
  716. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_usart_dma.c</PathWithFileName>
  717. <FilenameWithoutPath>fsl_usart_dma.c</FilenameWithoutPath>
  718. <RteFlg>0</RteFlg>
  719. <bShared>0</bShared>
  720. </File>
  721. <File>
  722. <GroupNumber>7</GroupNumber>
  723. <FileNumber>41</FileNumber>
  724. <FileType>1</FileType>
  725. <tvExp>0</tvExp>
  726. <tvExpOptDlg>0</tvExpOptDlg>
  727. <bDave2>0</bDave2>
  728. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_spi_dma.c</PathWithFileName>
  729. <FilenameWithoutPath>fsl_spi_dma.c</FilenameWithoutPath>
  730. <RteFlg>0</RteFlg>
  731. <bShared>0</bShared>
  732. </File>
  733. <File>
  734. <GroupNumber>7</GroupNumber>
  735. <FileNumber>42</FileNumber>
  736. <FileType>1</FileType>
  737. <tvExp>0</tvExp>
  738. <tvExpOptDlg>0</tvExpOptDlg>
  739. <bDave2>0</bDave2>
  740. <PathWithFileName>..\Libraries\LPC55S6X\middleware\sdmmc\port\sdif\rt_thread\fsl_sdmmc_host.c</PathWithFileName>
  741. <FilenameWithoutPath>fsl_sdmmc_host.c</FilenameWithoutPath>
  742. <RteFlg>0</RteFlg>
  743. <bShared>0</bShared>
  744. </File>
  745. <File>
  746. <GroupNumber>7</GroupNumber>
  747. <FileNumber>43</FileNumber>
  748. <FileType>1</FileType>
  749. <tvExp>0</tvExp>
  750. <tvExpOptDlg>0</tvExpOptDlg>
  751. <bDave2>0</bDave2>
  752. <PathWithFileName>..\Libraries\LPC55S6X\middleware\sdmmc\port\sdif\rt_thread\fsl_sdmmc_event.c</PathWithFileName>
  753. <FilenameWithoutPath>fsl_sdmmc_event.c</FilenameWithoutPath>
  754. <RteFlg>0</RteFlg>
  755. <bShared>0</bShared>
  756. </File>
  757. <File>
  758. <GroupNumber>7</GroupNumber>
  759. <FileNumber>44</FileNumber>
  760. <FileType>1</FileType>
  761. <tvExp>0</tvExp>
  762. <tvExpOptDlg>0</tvExpOptDlg>
  763. <bDave2>0</bDave2>
  764. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_cmp.c</PathWithFileName>
  765. <FilenameWithoutPath>fsl_cmp.c</FilenameWithoutPath>
  766. <RteFlg>0</RteFlg>
  767. <bShared>0</bShared>
  768. </File>
  769. <File>
  770. <GroupNumber>7</GroupNumber>
  771. <FileNumber>45</FileNumber>
  772. <FileType>1</FileType>
  773. <tvExp>0</tvExp>
  774. <tvExpOptDlg>0</tvExpOptDlg>
  775. <bDave2>0</bDave2>
  776. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_utick.c</PathWithFileName>
  777. <FilenameWithoutPath>fsl_utick.c</FilenameWithoutPath>
  778. <RteFlg>0</RteFlg>
  779. <bShared>0</bShared>
  780. </File>
  781. <File>
  782. <GroupNumber>7</GroupNumber>
  783. <FileNumber>46</FileNumber>
  784. <FileType>1</FileType>
  785. <tvExp>0</tvExp>
  786. <tvExpOptDlg>0</tvExpOptDlg>
  787. <bDave2>0</bDave2>
  788. <PathWithFileName>..\Libraries\LPC55S6X\middleware\sdmmc\src\fsl_sd.c</PathWithFileName>
  789. <FilenameWithoutPath>fsl_sd.c</FilenameWithoutPath>
  790. <RteFlg>0</RteFlg>
  791. <bShared>0</bShared>
  792. </File>
  793. <File>
  794. <GroupNumber>7</GroupNumber>
  795. <FileNumber>47</FileNumber>
  796. <FileType>1</FileType>
  797. <tvExp>0</tvExp>
  798. <tvExpOptDlg>0</tvExpOptDlg>
  799. <bDave2>0</bDave2>
  800. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_power.c</PathWithFileName>
  801. <FilenameWithoutPath>fsl_power.c</FilenameWithoutPath>
  802. <RteFlg>0</RteFlg>
  803. <bShared>0</bShared>
  804. </File>
  805. <File>
  806. <GroupNumber>7</GroupNumber>
  807. <FileNumber>48</FileNumber>
  808. <FileType>1</FileType>
  809. <tvExp>0</tvExp>
  810. <tvExpOptDlg>0</tvExpOptDlg>
  811. <bDave2>0</bDave2>
  812. <PathWithFileName>..\Libraries\LPC55S6X\middleware\sdmmc\src\fsl_sdmmc_common.c</PathWithFileName>
  813. <FilenameWithoutPath>fsl_sdmmc_common.c</FilenameWithoutPath>
  814. <RteFlg>0</RteFlg>
  815. <bShared>0</bShared>
  816. </File>
  817. <File>
  818. <GroupNumber>7</GroupNumber>
  819. <FileNumber>49</FileNumber>
  820. <FileType>1</FileType>
  821. <tvExp>0</tvExp>
  822. <tvExpOptDlg>0</tvExpOptDlg>
  823. <bDave2>0</bDave2>
  824. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_i2s_dma.c</PathWithFileName>
  825. <FilenameWithoutPath>fsl_i2s_dma.c</FilenameWithoutPath>
  826. <RteFlg>0</RteFlg>
  827. <bShared>0</bShared>
  828. </File>
  829. <File>
  830. <GroupNumber>7</GroupNumber>
  831. <FileNumber>50</FileNumber>
  832. <FileType>1</FileType>
  833. <tvExp>0</tvExp>
  834. <tvExpOptDlg>0</tvExpOptDlg>
  835. <bDave2>0</bDave2>
  836. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_gpio.c</PathWithFileName>
  837. <FilenameWithoutPath>fsl_gpio.c</FilenameWithoutPath>
  838. <RteFlg>0</RteFlg>
  839. <bShared>0</bShared>
  840. </File>
  841. <File>
  842. <GroupNumber>7</GroupNumber>
  843. <FileNumber>51</FileNumber>
  844. <FileType>1</FileType>
  845. <tvExp>0</tvExp>
  846. <tvExpOptDlg>0</tvExpOptDlg>
  847. <bDave2>0</bDave2>
  848. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_casper.c</PathWithFileName>
  849. <FilenameWithoutPath>fsl_casper.c</FilenameWithoutPath>
  850. <RteFlg>0</RteFlg>
  851. <bShared>0</bShared>
  852. </File>
  853. <File>
  854. <GroupNumber>7</GroupNumber>
  855. <FileNumber>52</FileNumber>
  856. <FileType>1</FileType>
  857. <tvExp>0</tvExp>
  858. <tvExpOptDlg>0</tvExpOptDlg>
  859. <bDave2>0</bDave2>
  860. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_clock.c</PathWithFileName>
  861. <FilenameWithoutPath>fsl_clock.c</FilenameWithoutPath>
  862. <RteFlg>0</RteFlg>
  863. <bShared>0</bShared>
  864. </File>
  865. <File>
  866. <GroupNumber>7</GroupNumber>
  867. <FileNumber>53</FileNumber>
  868. <FileType>1</FileType>
  869. <tvExp>0</tvExp>
  870. <tvExpOptDlg>0</tvExpOptDlg>
  871. <bDave2>0</bDave2>
  872. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_wwdt.c</PathWithFileName>
  873. <FilenameWithoutPath>fsl_wwdt.c</FilenameWithoutPath>
  874. <RteFlg>0</RteFlg>
  875. <bShared>0</bShared>
  876. </File>
  877. <File>
  878. <GroupNumber>7</GroupNumber>
  879. <FileNumber>54</FileNumber>
  880. <FileType>1</FileType>
  881. <tvExp>0</tvExp>
  882. <tvExpOptDlg>0</tvExpOptDlg>
  883. <bDave2>0</bDave2>
  884. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_reset.c</PathWithFileName>
  885. <FilenameWithoutPath>fsl_reset.c</FilenameWithoutPath>
  886. <RteFlg>0</RteFlg>
  887. <bShared>0</bShared>
  888. </File>
  889. <File>
  890. <GroupNumber>7</GroupNumber>
  891. <FileNumber>55</FileNumber>
  892. <FileType>1</FileType>
  893. <tvExp>0</tvExp>
  894. <tvExpOptDlg>0</tvExpOptDlg>
  895. <bDave2>0</bDave2>
  896. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_sctimer.c</PathWithFileName>
  897. <FilenameWithoutPath>fsl_sctimer.c</FilenameWithoutPath>
  898. <RteFlg>0</RteFlg>
  899. <bShared>0</bShared>
  900. </File>
  901. <File>
  902. <GroupNumber>7</GroupNumber>
  903. <FileNumber>56</FileNumber>
  904. <FileType>1</FileType>
  905. <tvExp>0</tvExp>
  906. <tvExpOptDlg>0</tvExpOptDlg>
  907. <bDave2>0</bDave2>
  908. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_common.c</PathWithFileName>
  909. <FilenameWithoutPath>fsl_common.c</FilenameWithoutPath>
  910. <RteFlg>0</RteFlg>
  911. <bShared>0</bShared>
  912. </File>
  913. <File>
  914. <GroupNumber>7</GroupNumber>
  915. <FileNumber>57</FileNumber>
  916. <FileType>1</FileType>
  917. <tvExp>0</tvExp>
  918. <tvExpOptDlg>0</tvExpOptDlg>
  919. <bDave2>0</bDave2>
  920. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_rtc.c</PathWithFileName>
  921. <FilenameWithoutPath>fsl_rtc.c</FilenameWithoutPath>
  922. <RteFlg>0</RteFlg>
  923. <bShared>0</bShared>
  924. </File>
  925. <File>
  926. <GroupNumber>7</GroupNumber>
  927. <FileNumber>58</FileNumber>
  928. <FileType>1</FileType>
  929. <tvExp>0</tvExp>
  930. <tvExpOptDlg>0</tvExpOptDlg>
  931. <bDave2>0</bDave2>
  932. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_crc.c</PathWithFileName>
  933. <FilenameWithoutPath>fsl_crc.c</FilenameWithoutPath>
  934. <RteFlg>0</RteFlg>
  935. <bShared>0</bShared>
  936. </File>
  937. <File>
  938. <GroupNumber>7</GroupNumber>
  939. <FileNumber>59</FileNumber>
  940. <FileType>1</FileType>
  941. <tvExp>0</tvExp>
  942. <tvExpOptDlg>0</tvExpOptDlg>
  943. <bDave2>0</bDave2>
  944. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_sdif.c</PathWithFileName>
  945. <FilenameWithoutPath>fsl_sdif.c</FilenameWithoutPath>
  946. <RteFlg>0</RteFlg>
  947. <bShared>0</bShared>
  948. </File>
  949. <File>
  950. <GroupNumber>7</GroupNumber>
  951. <FileNumber>60</FileNumber>
  952. <FileType>1</FileType>
  953. <tvExp>0</tvExp>
  954. <tvExpOptDlg>0</tvExpOptDlg>
  955. <bDave2>0</bDave2>
  956. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_plu.c</PathWithFileName>
  957. <FilenameWithoutPath>fsl_plu.c</FilenameWithoutPath>
  958. <RteFlg>0</RteFlg>
  959. <bShared>0</bShared>
  960. </File>
  961. <File>
  962. <GroupNumber>7</GroupNumber>
  963. <FileNumber>61</FileNumber>
  964. <FileType>1</FileType>
  965. <tvExp>0</tvExp>
  966. <tvExpOptDlg>0</tvExpOptDlg>
  967. <bDave2>0</bDave2>
  968. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_mrt.c</PathWithFileName>
  969. <FilenameWithoutPath>fsl_mrt.c</FilenameWithoutPath>
  970. <RteFlg>0</RteFlg>
  971. <bShared>0</bShared>
  972. </File>
  973. <File>
  974. <GroupNumber>7</GroupNumber>
  975. <FileNumber>62</FileNumber>
  976. <FileType>1</FileType>
  977. <tvExp>0</tvExp>
  978. <tvExpOptDlg>0</tvExpOptDlg>
  979. <bDave2>0</bDave2>
  980. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_i2s.c</PathWithFileName>
  981. <FilenameWithoutPath>fsl_i2s.c</FilenameWithoutPath>
  982. <RteFlg>0</RteFlg>
  983. <bShared>0</bShared>
  984. </File>
  985. <File>
  986. <GroupNumber>7</GroupNumber>
  987. <FileNumber>63</FileNumber>
  988. <FileType>1</FileType>
  989. <tvExp>0</tvExp>
  990. <tvExpOptDlg>0</tvExpOptDlg>
  991. <bDave2>0</bDave2>
  992. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_spi.c</PathWithFileName>
  993. <FilenameWithoutPath>fsl_spi.c</FilenameWithoutPath>
  994. <RteFlg>0</RteFlg>
  995. <bShared>0</bShared>
  996. </File>
  997. <File>
  998. <GroupNumber>7</GroupNumber>
  999. <FileNumber>64</FileNumber>
  1000. <FileType>1</FileType>
  1001. <tvExp>0</tvExp>
  1002. <tvExpOptDlg>0</tvExpOptDlg>
  1003. <bDave2>0</bDave2>
  1004. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_ctimer.c</PathWithFileName>
  1005. <FilenameWithoutPath>fsl_ctimer.c</FilenameWithoutPath>
  1006. <RteFlg>0</RteFlg>
  1007. <bShared>0</bShared>
  1008. </File>
  1009. <File>
  1010. <GroupNumber>7</GroupNumber>
  1011. <FileNumber>65</FileNumber>
  1012. <FileType>1</FileType>
  1013. <tvExp>0</tvExp>
  1014. <tvExpOptDlg>0</tvExpOptDlg>
  1015. <bDave2>0</bDave2>
  1016. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_gint.c</PathWithFileName>
  1017. <FilenameWithoutPath>fsl_gint.c</FilenameWithoutPath>
  1018. <RteFlg>0</RteFlg>
  1019. <bShared>0</bShared>
  1020. </File>
  1021. <File>
  1022. <GroupNumber>7</GroupNumber>
  1023. <FileNumber>66</FileNumber>
  1024. <FileType>1</FileType>
  1025. <tvExp>0</tvExp>
  1026. <tvExpOptDlg>0</tvExpOptDlg>
  1027. <bDave2>0</bDave2>
  1028. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_dma.c</PathWithFileName>
  1029. <FilenameWithoutPath>fsl_dma.c</FilenameWithoutPath>
  1030. <RteFlg>0</RteFlg>
  1031. <bShared>0</bShared>
  1032. </File>
  1033. <File>
  1034. <GroupNumber>7</GroupNumber>
  1035. <FileNumber>67</FileNumber>
  1036. <FileType>1</FileType>
  1037. <tvExp>0</tvExp>
  1038. <tvExpOptDlg>0</tvExpOptDlg>
  1039. <bDave2>0</bDave2>
  1040. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_sysctl.c</PathWithFileName>
  1041. <FilenameWithoutPath>fsl_sysctl.c</FilenameWithoutPath>
  1042. <RteFlg>0</RteFlg>
  1043. <bShared>0</bShared>
  1044. </File>
  1045. <File>
  1046. <GroupNumber>7</GroupNumber>
  1047. <FileNumber>68</FileNumber>
  1048. <FileType>1</FileType>
  1049. <tvExp>0</tvExp>
  1050. <tvExpOptDlg>0</tvExpOptDlg>
  1051. <bDave2>0</bDave2>
  1052. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_flexcomm.c</PathWithFileName>
  1053. <FilenameWithoutPath>fsl_flexcomm.c</FilenameWithoutPath>
  1054. <RteFlg>0</RteFlg>
  1055. <bShared>0</bShared>
  1056. </File>
  1057. <File>
  1058. <GroupNumber>7</GroupNumber>
  1059. <FileNumber>69</FileNumber>
  1060. <FileType>1</FileType>
  1061. <tvExp>0</tvExp>
  1062. <tvExpOptDlg>0</tvExpOptDlg>
  1063. <bDave2>0</bDave2>
  1064. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_pint.c</PathWithFileName>
  1065. <FilenameWithoutPath>fsl_pint.c</FilenameWithoutPath>
  1066. <RteFlg>0</RteFlg>
  1067. <bShared>0</bShared>
  1068. </File>
  1069. <File>
  1070. <GroupNumber>7</GroupNumber>
  1071. <FileNumber>70</FileNumber>
  1072. <FileType>1</FileType>
  1073. <tvExp>0</tvExp>
  1074. <tvExpOptDlg>0</tvExpOptDlg>
  1075. <bDave2>0</bDave2>
  1076. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_powerquad_basic.c</PathWithFileName>
  1077. <FilenameWithoutPath>fsl_powerquad_basic.c</FilenameWithoutPath>
  1078. <RteFlg>0</RteFlg>
  1079. <bShared>0</bShared>
  1080. </File>
  1081. <File>
  1082. <GroupNumber>7</GroupNumber>
  1083. <FileNumber>71</FileNumber>
  1084. <FileType>1</FileType>
  1085. <tvExp>0</tvExp>
  1086. <tvExpOptDlg>0</tvExpOptDlg>
  1087. <bDave2>0</bDave2>
  1088. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_usart.c</PathWithFileName>
  1089. <FilenameWithoutPath>fsl_usart.c</FilenameWithoutPath>
  1090. <RteFlg>0</RteFlg>
  1091. <bShared>0</bShared>
  1092. </File>
  1093. <File>
  1094. <GroupNumber>7</GroupNumber>
  1095. <FileNumber>72</FileNumber>
  1096. <FileType>1</FileType>
  1097. <tvExp>0</tvExp>
  1098. <tvExpOptDlg>0</tvExpOptDlg>
  1099. <bDave2>0</bDave2>
  1100. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_puf.c</PathWithFileName>
  1101. <FilenameWithoutPath>fsl_puf.c</FilenameWithoutPath>
  1102. <RteFlg>0</RteFlg>
  1103. <bShared>0</bShared>
  1104. </File>
  1105. <File>
  1106. <GroupNumber>7</GroupNumber>
  1107. <FileNumber>73</FileNumber>
  1108. <FileType>1</FileType>
  1109. <tvExp>0</tvExp>
  1110. <tvExpOptDlg>0</tvExpOptDlg>
  1111. <bDave2>0</bDave2>
  1112. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_rng.c</PathWithFileName>
  1113. <FilenameWithoutPath>fsl_rng.c</FilenameWithoutPath>
  1114. <RteFlg>0</RteFlg>
  1115. <bShared>0</bShared>
  1116. </File>
  1117. <File>
  1118. <GroupNumber>7</GroupNumber>
  1119. <FileNumber>74</FileNumber>
  1120. <FileType>1</FileType>
  1121. <tvExp>0</tvExp>
  1122. <tvExpOptDlg>0</tvExpOptDlg>
  1123. <bDave2>0</bDave2>
  1124. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_lpadc.c</PathWithFileName>
  1125. <FilenameWithoutPath>fsl_lpadc.c</FilenameWithoutPath>
  1126. <RteFlg>0</RteFlg>
  1127. <bShared>0</bShared>
  1128. </File>
  1129. <File>
  1130. <GroupNumber>7</GroupNumber>
  1131. <FileNumber>75</FileNumber>
  1132. <FileType>1</FileType>
  1133. <tvExp>0</tvExp>
  1134. <tvExpOptDlg>0</tvExpOptDlg>
  1135. <bDave2>0</bDave2>
  1136. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_inputmux.c</PathWithFileName>
  1137. <FilenameWithoutPath>fsl_inputmux.c</FilenameWithoutPath>
  1138. <RteFlg>0</RteFlg>
  1139. <bShared>0</bShared>
  1140. </File>
  1141. <File>
  1142. <GroupNumber>7</GroupNumber>
  1143. <FileNumber>76</FileNumber>
  1144. <FileType>1</FileType>
  1145. <tvExp>0</tvExp>
  1146. <tvExpOptDlg>0</tvExpOptDlg>
  1147. <bDave2>0</bDave2>
  1148. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_i2c_dma.c</PathWithFileName>
  1149. <FilenameWithoutPath>fsl_i2c_dma.c</FilenameWithoutPath>
  1150. <RteFlg>0</RteFlg>
  1151. <bShared>0</bShared>
  1152. </File>
  1153. <File>
  1154. <GroupNumber>7</GroupNumber>
  1155. <FileNumber>77</FileNumber>
  1156. <FileType>1</FileType>
  1157. <tvExp>0</tvExp>
  1158. <tvExpOptDlg>0</tvExpOptDlg>
  1159. <bDave2>0</bDave2>
  1160. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_prince.c</PathWithFileName>
  1161. <FilenameWithoutPath>fsl_prince.c</FilenameWithoutPath>
  1162. <RteFlg>0</RteFlg>
  1163. <bShared>0</bShared>
  1164. </File>
  1165. <File>
  1166. <GroupNumber>7</GroupNumber>
  1167. <FileNumber>78</FileNumber>
  1168. <FileType>1</FileType>
  1169. <tvExp>0</tvExp>
  1170. <tvExpOptDlg>0</tvExpOptDlg>
  1171. <bDave2>0</bDave2>
  1172. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_i2c.c</PathWithFileName>
  1173. <FilenameWithoutPath>fsl_i2c.c</FilenameWithoutPath>
  1174. <RteFlg>0</RteFlg>
  1175. <bShared>0</bShared>
  1176. </File>
  1177. <File>
  1178. <GroupNumber>7</GroupNumber>
  1179. <FileNumber>79</FileNumber>
  1180. <FileType>2</FileType>
  1181. <tvExp>0</tvExp>
  1182. <tvExpOptDlg>0</tvExpOptDlg>
  1183. <bDave2>0</bDave2>
  1184. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\arm\startup_LPC55S69_cm33_core0.s</PathWithFileName>
  1185. <FilenameWithoutPath>startup_LPC55S69_cm33_core0.s</FilenameWithoutPath>
  1186. <RteFlg>0</RteFlg>
  1187. <bShared>0</bShared>
  1188. </File>
  1189. <File>
  1190. <GroupNumber>7</GroupNumber>
  1191. <FileNumber>80</FileNumber>
  1192. <FileType>1</FileType>
  1193. <tvExp>0</tvExp>
  1194. <tvExpOptDlg>0</tvExpOptDlg>
  1195. <bDave2>0</bDave2>
  1196. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\system_LPC55S69_cm33_core0.c</PathWithFileName>
  1197. <FilenameWithoutPath>system_LPC55S69_cm33_core0.c</FilenameWithoutPath>
  1198. <RteFlg>0</RteFlg>
  1199. <bShared>0</bShared>
  1200. </File>
  1201. <File>
  1202. <GroupNumber>7</GroupNumber>
  1203. <FileNumber>81</FileNumber>
  1204. <FileType>4</FileType>
  1205. <tvExp>0</tvExp>
  1206. <tvExpOptDlg>0</tvExpOptDlg>
  1207. <bDave2>0</bDave2>
  1208. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\arm\keil_lib_power_cm33_core0.lib</PathWithFileName>
  1209. <FilenameWithoutPath>arm_keil_lib_power_cm33_core0.lib</FilenameWithoutPath>
  1210. <RteFlg>0</RteFlg>
  1211. <bShared>0</bShared>
  1212. </File>
  1213. <File>
  1214. <GroupNumber>7</GroupNumber>
  1215. <FileNumber>82</FileNumber>
  1216. <FileType>1</FileType>
  1217. <tvExp>0</tvExp>
  1218. <tvExpOptDlg>0</tvExpOptDlg>
  1219. <bDave2>0</bDave2>
  1220. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_anactrl.c</PathWithFileName>
  1221. <FilenameWithoutPath>fsl_anactrl.c</FilenameWithoutPath>
  1222. <RteFlg>0</RteFlg>
  1223. <bShared>0</bShared>
  1224. </File>
  1225. <File>
  1226. <GroupNumber>7</GroupNumber>
  1227. <FileNumber>83</FileNumber>
  1228. <FileType>1</FileType>
  1229. <tvExp>0</tvExp>
  1230. <tvExpOptDlg>0</tvExpOptDlg>
  1231. <bDave2>0</bDave2>
  1232. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_iap.c</PathWithFileName>
  1233. <FilenameWithoutPath>fsl_iap.c</FilenameWithoutPath>
  1234. <RteFlg>0</RteFlg>
  1235. <bShared>0</bShared>
  1236. </File>
  1237. <File>
  1238. <GroupNumber>7</GroupNumber>
  1239. <FileNumber>84</FileNumber>
  1240. <FileType>1</FileType>
  1241. <tvExp>0</tvExp>
  1242. <tvExpOptDlg>0</tvExpOptDlg>
  1243. <bDave2>0</bDave2>
  1244. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_ostimer.c</PathWithFileName>
  1245. <FilenameWithoutPath>fsl_ostimer.c</FilenameWithoutPath>
  1246. <RteFlg>0</RteFlg>
  1247. <bShared>0</bShared>
  1248. </File>
  1249. </Group>
  1250. </ProjectOpt>