project.uvoptx 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623
  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>14</nTsel>
  102. <sDll></sDll>
  103. <sDllPa></sDllPa>
  104. <sDlgDll></sDlgDll>
  105. <sDlgPa></sDlgPa>
  106. <sIfile></sIfile>
  107. <tDll></tDll>
  108. <tDllPa></tDllPa>
  109. <tDlgDll></tDlgDll>
  110. <tDlgPa></tDlgPa>
  111. <tIfile>.\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>ADT</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>..\..\..\components\utilities\libadt\avl.c</PathWithFileName>
  207. <FilenameWithoutPath>avl.c</FilenameWithoutPath>
  208. <RteFlg>0</RteFlg>
  209. <bShared>0</bShared>
  210. </File>
  211. </Group>
  212. <Group>
  213. <GroupName>Applications</GroupName>
  214. <tvExp>1</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>applications\main.c</PathWithFileName>
  226. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  227. <RteFlg>0</RteFlg>
  228. <bShared>0</bShared>
  229. </File>
  230. </Group>
  231. <Group>
  232. <GroupName>Compiler</GroupName>
  233. <tvExp>0</tvExp>
  234. <tvExpOptDlg>0</tvExpOptDlg>
  235. <cbSel>0</cbSel>
  236. <RteFlg>0</RteFlg>
  237. <File>
  238. <GroupNumber>3</GroupNumber>
  239. <FileNumber>3</FileNumber>
  240. <FileType>1</FileType>
  241. <tvExp>0</tvExp>
  242. <tvExpOptDlg>0</tvExpOptDlg>
  243. <bDave2>0</bDave2>
  244. <PathWithFileName>..\..\..\components\libc\compilers\armlibc\syscall_mem.c</PathWithFileName>
  245. <FilenameWithoutPath>syscall_mem.c</FilenameWithoutPath>
  246. <RteFlg>0</RteFlg>
  247. <bShared>0</bShared>
  248. </File>
  249. <File>
  250. <GroupNumber>3</GroupNumber>
  251. <FileNumber>4</FileNumber>
  252. <FileType>1</FileType>
  253. <tvExp>0</tvExp>
  254. <tvExpOptDlg>0</tvExpOptDlg>
  255. <bDave2>0</bDave2>
  256. <PathWithFileName>..\..\..\components\libc\compilers\armlibc\syscalls.c</PathWithFileName>
  257. <FilenameWithoutPath>syscalls.c</FilenameWithoutPath>
  258. <RteFlg>0</RteFlg>
  259. <bShared>0</bShared>
  260. </File>
  261. <File>
  262. <GroupNumber>3</GroupNumber>
  263. <FileNumber>5</FileNumber>
  264. <FileType>1</FileType>
  265. <tvExp>0</tvExp>
  266. <tvExpOptDlg>0</tvExpOptDlg>
  267. <bDave2>0</bDave2>
  268. <PathWithFileName>..\..\..\components\libc\compilers\common\cctype.c</PathWithFileName>
  269. <FilenameWithoutPath>cctype.c</FilenameWithoutPath>
  270. <RteFlg>0</RteFlg>
  271. <bShared>0</bShared>
  272. </File>
  273. <File>
  274. <GroupNumber>3</GroupNumber>
  275. <FileNumber>6</FileNumber>
  276. <FileType>1</FileType>
  277. <tvExp>0</tvExp>
  278. <tvExpOptDlg>0</tvExpOptDlg>
  279. <bDave2>0</bDave2>
  280. <PathWithFileName>..\..\..\components\libc\compilers\common\cstdio.c</PathWithFileName>
  281. <FilenameWithoutPath>cstdio.c</FilenameWithoutPath>
  282. <RteFlg>0</RteFlg>
  283. <bShared>0</bShared>
  284. </File>
  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\libc\compilers\common\cstdlib.c</PathWithFileName>
  293. <FilenameWithoutPath>cstdlib.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\libc\compilers\common\cstring.c</PathWithFileName>
  305. <FilenameWithoutPath>cstring.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\libc\compilers\common\ctime.c</PathWithFileName>
  317. <FilenameWithoutPath>ctime.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\libc\compilers\common\cwchar.c</PathWithFileName>
  329. <FilenameWithoutPath>cwchar.c</FilenameWithoutPath>
  330. <RteFlg>0</RteFlg>
  331. <bShared>0</bShared>
  332. </File>
  333. </Group>
  334. <Group>
  335. <GroupName>CPU</GroupName>
  336. <tvExp>0</tvExp>
  337. <tvExpOptDlg>0</tvExpOptDlg>
  338. <cbSel>0</cbSel>
  339. <RteFlg>0</RteFlg>
  340. <File>
  341. <GroupNumber>4</GroupNumber>
  342. <FileNumber>11</FileNumber>
  343. <FileType>1</FileType>
  344. <tvExp>0</tvExp>
  345. <tvExpOptDlg>0</tvExpOptDlg>
  346. <bDave2>0</bDave2>
  347. <PathWithFileName>..\..\..\libcpu\arm\common\div0.c</PathWithFileName>
  348. <FilenameWithoutPath>div0.c</FilenameWithoutPath>
  349. <RteFlg>0</RteFlg>
  350. <bShared>0</bShared>
  351. </File>
  352. <File>
  353. <GroupNumber>4</GroupNumber>
  354. <FileNumber>12</FileNumber>
  355. <FileType>1</FileType>
  356. <tvExp>0</tvExp>
  357. <tvExpOptDlg>0</tvExpOptDlg>
  358. <bDave2>0</bDave2>
  359. <PathWithFileName>..\..\..\libcpu\arm\common\showmem.c</PathWithFileName>
  360. <FilenameWithoutPath>showmem.c</FilenameWithoutPath>
  361. <RteFlg>0</RteFlg>
  362. <bShared>0</bShared>
  363. </File>
  364. <File>
  365. <GroupNumber>4</GroupNumber>
  366. <FileNumber>13</FileNumber>
  367. <FileType>2</FileType>
  368. <tvExp>0</tvExp>
  369. <tvExpOptDlg>0</tvExpOptDlg>
  370. <bDave2>0</bDave2>
  371. <PathWithFileName>..\..\..\libcpu\arm\cortex-m33\context_rvds.S</PathWithFileName>
  372. <FilenameWithoutPath>context_rvds.S</FilenameWithoutPath>
  373. <RteFlg>0</RteFlg>
  374. <bShared>0</bShared>
  375. </File>
  376. <File>
  377. <GroupNumber>4</GroupNumber>
  378. <FileNumber>14</FileNumber>
  379. <FileType>1</FileType>
  380. <tvExp>0</tvExp>
  381. <tvExpOptDlg>0</tvExpOptDlg>
  382. <bDave2>0</bDave2>
  383. <PathWithFileName>..\..\..\libcpu\arm\cortex-m33\cpuport.c</PathWithFileName>
  384. <FilenameWithoutPath>cpuport.c</FilenameWithoutPath>
  385. <RteFlg>0</RteFlg>
  386. <bShared>0</bShared>
  387. </File>
  388. <File>
  389. <GroupNumber>4</GroupNumber>
  390. <FileNumber>15</FileNumber>
  391. <FileType>2</FileType>
  392. <tvExp>0</tvExp>
  393. <tvExpOptDlg>0</tvExpOptDlg>
  394. <bDave2>0</bDave2>
  395. <PathWithFileName>..\..\..\libcpu\arm\cortex-m33\syscall_rvds.S</PathWithFileName>
  396. <FilenameWithoutPath>syscall_rvds.S</FilenameWithoutPath>
  397. <RteFlg>0</RteFlg>
  398. <bShared>0</bShared>
  399. </File>
  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>..\..\..\libcpu\arm\cortex-m33\trustzone.c</PathWithFileName>
  408. <FilenameWithoutPath>trustzone.c</FilenameWithoutPath>
  409. <RteFlg>0</RteFlg>
  410. <bShared>0</bShared>
  411. </File>
  412. </Group>
  413. <Group>
  414. <GroupName>DeviceDrivers</GroupName>
  415. <tvExp>0</tvExp>
  416. <tvExpOptDlg>0</tvExpOptDlg>
  417. <cbSel>0</cbSel>
  418. <RteFlg>0</RteFlg>
  419. <File>
  420. <GroupNumber>5</GroupNumber>
  421. <FileNumber>17</FileNumber>
  422. <FileType>1</FileType>
  423. <tvExp>0</tvExp>
  424. <tvExpOptDlg>0</tvExpOptDlg>
  425. <bDave2>0</bDave2>
  426. <PathWithFileName>..\..\..\components\drivers\i2c\i2c_core.c</PathWithFileName>
  427. <FilenameWithoutPath>i2c_core.c</FilenameWithoutPath>
  428. <RteFlg>0</RteFlg>
  429. <bShared>0</bShared>
  430. </File>
  431. <File>
  432. <GroupNumber>5</GroupNumber>
  433. <FileNumber>18</FileNumber>
  434. <FileType>1</FileType>
  435. <tvExp>0</tvExp>
  436. <tvExpOptDlg>0</tvExpOptDlg>
  437. <bDave2>0</bDave2>
  438. <PathWithFileName>..\..\..\components\drivers\i2c\i2c_dev.c</PathWithFileName>
  439. <FilenameWithoutPath>i2c_dev.c</FilenameWithoutPath>
  440. <RteFlg>0</RteFlg>
  441. <bShared>0</bShared>
  442. </File>
  443. <File>
  444. <GroupNumber>5</GroupNumber>
  445. <FileNumber>19</FileNumber>
  446. <FileType>1</FileType>
  447. <tvExp>0</tvExp>
  448. <tvExpOptDlg>0</tvExpOptDlg>
  449. <bDave2>0</bDave2>
  450. <PathWithFileName>..\..\..\components\drivers\ipc\completion.c</PathWithFileName>
  451. <FilenameWithoutPath>completion.c</FilenameWithoutPath>
  452. <RteFlg>0</RteFlg>
  453. <bShared>0</bShared>
  454. </File>
  455. <File>
  456. <GroupNumber>5</GroupNumber>
  457. <FileNumber>20</FileNumber>
  458. <FileType>1</FileType>
  459. <tvExp>0</tvExp>
  460. <tvExpOptDlg>0</tvExpOptDlg>
  461. <bDave2>0</bDave2>
  462. <PathWithFileName>..\..\..\components\drivers\ipc\dataqueue.c</PathWithFileName>
  463. <FilenameWithoutPath>dataqueue.c</FilenameWithoutPath>
  464. <RteFlg>0</RteFlg>
  465. <bShared>0</bShared>
  466. </File>
  467. <File>
  468. <GroupNumber>5</GroupNumber>
  469. <FileNumber>21</FileNumber>
  470. <FileType>1</FileType>
  471. <tvExp>0</tvExp>
  472. <tvExpOptDlg>0</tvExpOptDlg>
  473. <bDave2>0</bDave2>
  474. <PathWithFileName>..\..\..\components\drivers\ipc\pipe.c</PathWithFileName>
  475. <FilenameWithoutPath>pipe.c</FilenameWithoutPath>
  476. <RteFlg>0</RteFlg>
  477. <bShared>0</bShared>
  478. </File>
  479. <File>
  480. <GroupNumber>5</GroupNumber>
  481. <FileNumber>22</FileNumber>
  482. <FileType>1</FileType>
  483. <tvExp>0</tvExp>
  484. <tvExpOptDlg>0</tvExpOptDlg>
  485. <bDave2>0</bDave2>
  486. <PathWithFileName>..\..\..\components\drivers\ipc\ringblk_buf.c</PathWithFileName>
  487. <FilenameWithoutPath>ringblk_buf.c</FilenameWithoutPath>
  488. <RteFlg>0</RteFlg>
  489. <bShared>0</bShared>
  490. </File>
  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\drivers\ipc\ringbuffer.c</PathWithFileName>
  499. <FilenameWithoutPath>ringbuffer.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\drivers\ipc\waitqueue.c</PathWithFileName>
  511. <FilenameWithoutPath>waitqueue.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\drivers\ipc\workqueue.c</PathWithFileName>
  523. <FilenameWithoutPath>workqueue.c</FilenameWithoutPath>
  524. <RteFlg>0</RteFlg>
  525. <bShared>0</bShared>
  526. </File>
  527. <File>
  528. <GroupNumber>5</GroupNumber>
  529. <FileNumber>26</FileNumber>
  530. <FileType>1</FileType>
  531. <tvExp>0</tvExp>
  532. <tvExpOptDlg>0</tvExpOptDlg>
  533. <bDave2>0</bDave2>
  534. <PathWithFileName>..\..\..\components\drivers\misc\pin.c</PathWithFileName>
  535. <FilenameWithoutPath>pin.c</FilenameWithoutPath>
  536. <RteFlg>0</RteFlg>
  537. <bShared>0</bShared>
  538. </File>
  539. <File>
  540. <GroupNumber>5</GroupNumber>
  541. <FileNumber>27</FileNumber>
  542. <FileType>1</FileType>
  543. <tvExp>0</tvExp>
  544. <tvExpOptDlg>0</tvExpOptDlg>
  545. <bDave2>0</bDave2>
  546. <PathWithFileName>..\..\..\components\drivers\rtc\rtc.c</PathWithFileName>
  547. <FilenameWithoutPath>rtc.c</FilenameWithoutPath>
  548. <RteFlg>0</RteFlg>
  549. <bShared>0</bShared>
  550. </File>
  551. <File>
  552. <GroupNumber>5</GroupNumber>
  553. <FileNumber>28</FileNumber>
  554. <FileType>1</FileType>
  555. <tvExp>0</tvExp>
  556. <tvExpOptDlg>0</tvExpOptDlg>
  557. <bDave2>0</bDave2>
  558. <PathWithFileName>..\..\..\components\drivers\sdio\block_dev.c</PathWithFileName>
  559. <FilenameWithoutPath>block_dev.c</FilenameWithoutPath>
  560. <RteFlg>0</RteFlg>
  561. <bShared>0</bShared>
  562. </File>
  563. <File>
  564. <GroupNumber>5</GroupNumber>
  565. <FileNumber>29</FileNumber>
  566. <FileType>1</FileType>
  567. <tvExp>0</tvExp>
  568. <tvExpOptDlg>0</tvExpOptDlg>
  569. <bDave2>0</bDave2>
  570. <PathWithFileName>..\..\..\components\drivers\sdio\gpt.c</PathWithFileName>
  571. <FilenameWithoutPath>gpt.c</FilenameWithoutPath>
  572. <RteFlg>0</RteFlg>
  573. <bShared>0</bShared>
  574. </File>
  575. <File>
  576. <GroupNumber>5</GroupNumber>
  577. <FileNumber>30</FileNumber>
  578. <FileType>1</FileType>
  579. <tvExp>0</tvExp>
  580. <tvExpOptDlg>0</tvExpOptDlg>
  581. <bDave2>0</bDave2>
  582. <PathWithFileName>..\..\..\components\drivers\sdio\mmc.c</PathWithFileName>
  583. <FilenameWithoutPath>mmc.c</FilenameWithoutPath>
  584. <RteFlg>0</RteFlg>
  585. <bShared>0</bShared>
  586. </File>
  587. <File>
  588. <GroupNumber>5</GroupNumber>
  589. <FileNumber>31</FileNumber>
  590. <FileType>1</FileType>
  591. <tvExp>0</tvExp>
  592. <tvExpOptDlg>0</tvExpOptDlg>
  593. <bDave2>0</bDave2>
  594. <PathWithFileName>..\..\..\components\drivers\sdio\mmcsd_core.c</PathWithFileName>
  595. <FilenameWithoutPath>mmcsd_core.c</FilenameWithoutPath>
  596. <RteFlg>0</RteFlg>
  597. <bShared>0</bShared>
  598. </File>
  599. <File>
  600. <GroupNumber>5</GroupNumber>
  601. <FileNumber>32</FileNumber>
  602. <FileType>1</FileType>
  603. <tvExp>0</tvExp>
  604. <tvExpOptDlg>0</tvExpOptDlg>
  605. <bDave2>0</bDave2>
  606. <PathWithFileName>..\..\..\components\drivers\sdio\sd.c</PathWithFileName>
  607. <FilenameWithoutPath>sd.c</FilenameWithoutPath>
  608. <RteFlg>0</RteFlg>
  609. <bShared>0</bShared>
  610. </File>
  611. <File>
  612. <GroupNumber>5</GroupNumber>
  613. <FileNumber>33</FileNumber>
  614. <FileType>1</FileType>
  615. <tvExp>0</tvExp>
  616. <tvExpOptDlg>0</tvExpOptDlg>
  617. <bDave2>0</bDave2>
  618. <PathWithFileName>..\..\..\components\drivers\sdio\sdio.c</PathWithFileName>
  619. <FilenameWithoutPath>sdio.c</FilenameWithoutPath>
  620. <RteFlg>0</RteFlg>
  621. <bShared>0</bShared>
  622. </File>
  623. <File>
  624. <GroupNumber>5</GroupNumber>
  625. <FileNumber>34</FileNumber>
  626. <FileType>1</FileType>
  627. <tvExp>0</tvExp>
  628. <tvExpOptDlg>0</tvExpOptDlg>
  629. <bDave2>0</bDave2>
  630. <PathWithFileName>..\..\..\components\drivers\serial\serial.c</PathWithFileName>
  631. <FilenameWithoutPath>serial.c</FilenameWithoutPath>
  632. <RteFlg>0</RteFlg>
  633. <bShared>0</bShared>
  634. </File>
  635. </Group>
  636. <Group>
  637. <GroupName>Drivers</GroupName>
  638. <tvExp>1</tvExp>
  639. <tvExpOptDlg>0</tvExpOptDlg>
  640. <cbSel>0</cbSel>
  641. <RteFlg>0</RteFlg>
  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>board\MCUX_Config\board\clock_config.c</PathWithFileName>
  650. <FilenameWithoutPath>clock_config.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>board\MCUX_Config\board\pin_mux.c</PathWithFileName>
  662. <FilenameWithoutPath>pin_mux.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>board\board.c</PathWithFileName>
  674. <FilenameWithoutPath>board.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>..\Libraries\drivers\drv_i2c.c</PathWithFileName>
  686. <FilenameWithoutPath>drv_i2c.c</FilenameWithoutPath>
  687. <RteFlg>0</RteFlg>
  688. <bShared>0</bShared>
  689. </File>
  690. <File>
  691. <GroupNumber>6</GroupNumber>
  692. <FileNumber>39</FileNumber>
  693. <FileType>1</FileType>
  694. <tvExp>0</tvExp>
  695. <tvExpOptDlg>0</tvExpOptDlg>
  696. <bDave2>0</bDave2>
  697. <PathWithFileName>..\Libraries\drivers\drv_key.c</PathWithFileName>
  698. <FilenameWithoutPath>drv_key.c</FilenameWithoutPath>
  699. <RteFlg>0</RteFlg>
  700. <bShared>0</bShared>
  701. </File>
  702. <File>
  703. <GroupNumber>6</GroupNumber>
  704. <FileNumber>40</FileNumber>
  705. <FileType>1</FileType>
  706. <tvExp>0</tvExp>
  707. <tvExpOptDlg>0</tvExpOptDlg>
  708. <bDave2>0</bDave2>
  709. <PathWithFileName>..\Libraries\drivers\drv_led.c</PathWithFileName>
  710. <FilenameWithoutPath>drv_led.c</FilenameWithoutPath>
  711. <RteFlg>0</RteFlg>
  712. <bShared>0</bShared>
  713. </File>
  714. <File>
  715. <GroupNumber>6</GroupNumber>
  716. <FileNumber>41</FileNumber>
  717. <FileType>1</FileType>
  718. <tvExp>0</tvExp>
  719. <tvExpOptDlg>0</tvExpOptDlg>
  720. <bDave2>0</bDave2>
  721. <PathWithFileName>..\Libraries\drivers\drv_mma8562.c</PathWithFileName>
  722. <FilenameWithoutPath>drv_mma8562.c</FilenameWithoutPath>
  723. <RteFlg>0</RteFlg>
  724. <bShared>0</bShared>
  725. </File>
  726. <File>
  727. <GroupNumber>6</GroupNumber>
  728. <FileNumber>42</FileNumber>
  729. <FileType>1</FileType>
  730. <tvExp>0</tvExp>
  731. <tvExpOptDlg>0</tvExpOptDlg>
  732. <bDave2>0</bDave2>
  733. <PathWithFileName>..\Libraries\drivers\drv_pin.c</PathWithFileName>
  734. <FilenameWithoutPath>drv_pin.c</FilenameWithoutPath>
  735. <RteFlg>0</RteFlg>
  736. <bShared>0</bShared>
  737. </File>
  738. <File>
  739. <GroupNumber>6</GroupNumber>
  740. <FileNumber>43</FileNumber>
  741. <FileType>1</FileType>
  742. <tvExp>0</tvExp>
  743. <tvExpOptDlg>0</tvExpOptDlg>
  744. <bDave2>0</bDave2>
  745. <PathWithFileName>..\Libraries\drivers\drv_rtc.c</PathWithFileName>
  746. <FilenameWithoutPath>drv_rtc.c</FilenameWithoutPath>
  747. <RteFlg>0</RteFlg>
  748. <bShared>0</bShared>
  749. </File>
  750. <File>
  751. <GroupNumber>6</GroupNumber>
  752. <FileNumber>44</FileNumber>
  753. <FileType>1</FileType>
  754. <tvExp>0</tvExp>
  755. <tvExpOptDlg>0</tvExpOptDlg>
  756. <bDave2>0</bDave2>
  757. <PathWithFileName>..\Libraries\drivers\drv_sdif.c</PathWithFileName>
  758. <FilenameWithoutPath>drv_sdif.c</FilenameWithoutPath>
  759. <RteFlg>0</RteFlg>
  760. <bShared>0</bShared>
  761. </File>
  762. <File>
  763. <GroupNumber>6</GroupNumber>
  764. <FileNumber>45</FileNumber>
  765. <FileType>1</FileType>
  766. <tvExp>0</tvExp>
  767. <tvExpOptDlg>0</tvExpOptDlg>
  768. <bDave2>0</bDave2>
  769. <PathWithFileName>..\Libraries\drivers\drv_uart.c</PathWithFileName>
  770. <FilenameWithoutPath>drv_uart.c</FilenameWithoutPath>
  771. <RteFlg>0</RteFlg>
  772. <bShared>0</bShared>
  773. </File>
  774. </Group>
  775. <Group>
  776. <GroupName>Filesystem</GroupName>
  777. <tvExp>0</tvExp>
  778. <tvExpOptDlg>0</tvExpOptDlg>
  779. <cbSel>0</cbSel>
  780. <RteFlg>0</RteFlg>
  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>..\..\..\components\dfs\filesystems\devfs\devfs.c</PathWithFileName>
  789. <FilenameWithoutPath>devfs.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>..\..\..\components\dfs\filesystems\elmfat\dfs_elm.c</PathWithFileName>
  801. <FilenameWithoutPath>dfs_elm.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>..\..\..\components\dfs\filesystems\elmfat\ff.c</PathWithFileName>
  813. <FilenameWithoutPath>ff.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>..\..\..\components\dfs\filesystems\elmfat\ffunicode.c</PathWithFileName>
  825. <FilenameWithoutPath>ffunicode.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>..\..\..\components\dfs\src\dfs.c</PathWithFileName>
  837. <FilenameWithoutPath>dfs.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>..\..\..\components\dfs\src\dfs_file.c</PathWithFileName>
  849. <FilenameWithoutPath>dfs_file.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>..\..\..\components\dfs\src\dfs_fs.c</PathWithFileName>
  861. <FilenameWithoutPath>dfs_fs.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>..\..\..\components\dfs\src\dfs_posix.c</PathWithFileName>
  873. <FilenameWithoutPath>dfs_posix.c</FilenameWithoutPath>
  874. <RteFlg>0</RteFlg>
  875. <bShared>0</bShared>
  876. </File>
  877. </Group>
  878. <Group>
  879. <GroupName>Finsh</GroupName>
  880. <tvExp>0</tvExp>
  881. <tvExpOptDlg>0</tvExpOptDlg>
  882. <cbSel>0</cbSel>
  883. <RteFlg>0</RteFlg>
  884. <File>
  885. <GroupNumber>8</GroupNumber>
  886. <FileNumber>54</FileNumber>
  887. <FileType>1</FileType>
  888. <tvExp>0</tvExp>
  889. <tvExpOptDlg>0</tvExpOptDlg>
  890. <bDave2>0</bDave2>
  891. <PathWithFileName>..\..\..\components\finsh\shell.c</PathWithFileName>
  892. <FilenameWithoutPath>shell.c</FilenameWithoutPath>
  893. <RteFlg>0</RteFlg>
  894. <bShared>0</bShared>
  895. </File>
  896. <File>
  897. <GroupNumber>8</GroupNumber>
  898. <FileNumber>55</FileNumber>
  899. <FileType>1</FileType>
  900. <tvExp>0</tvExp>
  901. <tvExpOptDlg>0</tvExpOptDlg>
  902. <bDave2>0</bDave2>
  903. <PathWithFileName>..\..\..\components\finsh\msh.c</PathWithFileName>
  904. <FilenameWithoutPath>msh.c</FilenameWithoutPath>
  905. <RteFlg>0</RteFlg>
  906. <bShared>0</bShared>
  907. </File>
  908. <File>
  909. <GroupNumber>8</GroupNumber>
  910. <FileNumber>56</FileNumber>
  911. <FileType>1</FileType>
  912. <tvExp>0</tvExp>
  913. <tvExpOptDlg>0</tvExpOptDlg>
  914. <bDave2>0</bDave2>
  915. <PathWithFileName>..\..\..\components\finsh\msh_parse.c</PathWithFileName>
  916. <FilenameWithoutPath>msh_parse.c</FilenameWithoutPath>
  917. <RteFlg>0</RteFlg>
  918. <bShared>0</bShared>
  919. </File>
  920. <File>
  921. <GroupNumber>8</GroupNumber>
  922. <FileNumber>57</FileNumber>
  923. <FileType>1</FileType>
  924. <tvExp>0</tvExp>
  925. <tvExpOptDlg>0</tvExpOptDlg>
  926. <bDave2>0</bDave2>
  927. <PathWithFileName>..\..\..\components\finsh\cmd.c</PathWithFileName>
  928. <FilenameWithoutPath>cmd.c</FilenameWithoutPath>
  929. <RteFlg>0</RteFlg>
  930. <bShared>0</bShared>
  931. </File>
  932. <File>
  933. <GroupNumber>8</GroupNumber>
  934. <FileNumber>58</FileNumber>
  935. <FileType>1</FileType>
  936. <tvExp>0</tvExp>
  937. <tvExpOptDlg>0</tvExpOptDlg>
  938. <bDave2>0</bDave2>
  939. <PathWithFileName>..\..\..\components\finsh\msh_file.c</PathWithFileName>
  940. <FilenameWithoutPath>msh_file.c</FilenameWithoutPath>
  941. <RteFlg>0</RteFlg>
  942. <bShared>0</bShared>
  943. </File>
  944. </Group>
  945. <Group>
  946. <GroupName>Kernel</GroupName>
  947. <tvExp>0</tvExp>
  948. <tvExpOptDlg>0</tvExpOptDlg>
  949. <cbSel>0</cbSel>
  950. <RteFlg>0</RteFlg>
  951. <File>
  952. <GroupNumber>9</GroupNumber>
  953. <FileNumber>59</FileNumber>
  954. <FileType>1</FileType>
  955. <tvExp>0</tvExp>
  956. <tvExpOptDlg>0</tvExpOptDlg>
  957. <bDave2>0</bDave2>
  958. <PathWithFileName>..\..\..\src\clock.c</PathWithFileName>
  959. <FilenameWithoutPath>clock.c</FilenameWithoutPath>
  960. <RteFlg>0</RteFlg>
  961. <bShared>0</bShared>
  962. </File>
  963. <File>
  964. <GroupNumber>9</GroupNumber>
  965. <FileNumber>60</FileNumber>
  966. <FileType>1</FileType>
  967. <tvExp>0</tvExp>
  968. <tvExpOptDlg>0</tvExpOptDlg>
  969. <bDave2>0</bDave2>
  970. <PathWithFileName>..\..\..\src\components.c</PathWithFileName>
  971. <FilenameWithoutPath>components.c</FilenameWithoutPath>
  972. <RteFlg>0</RteFlg>
  973. <bShared>0</bShared>
  974. </File>
  975. <File>
  976. <GroupNumber>9</GroupNumber>
  977. <FileNumber>61</FileNumber>
  978. <FileType>1</FileType>
  979. <tvExp>0</tvExp>
  980. <tvExpOptDlg>0</tvExpOptDlg>
  981. <bDave2>0</bDave2>
  982. <PathWithFileName>..\..\..\src\device.c</PathWithFileName>
  983. <FilenameWithoutPath>device.c</FilenameWithoutPath>
  984. <RteFlg>0</RteFlg>
  985. <bShared>0</bShared>
  986. </File>
  987. <File>
  988. <GroupNumber>9</GroupNumber>
  989. <FileNumber>62</FileNumber>
  990. <FileType>1</FileType>
  991. <tvExp>0</tvExp>
  992. <tvExpOptDlg>0</tvExpOptDlg>
  993. <bDave2>0</bDave2>
  994. <PathWithFileName>..\..\..\src\idle.c</PathWithFileName>
  995. <FilenameWithoutPath>idle.c</FilenameWithoutPath>
  996. <RteFlg>0</RteFlg>
  997. <bShared>0</bShared>
  998. </File>
  999. <File>
  1000. <GroupNumber>9</GroupNumber>
  1001. <FileNumber>63</FileNumber>
  1002. <FileType>1</FileType>
  1003. <tvExp>0</tvExp>
  1004. <tvExpOptDlg>0</tvExpOptDlg>
  1005. <bDave2>0</bDave2>
  1006. <PathWithFileName>..\..\..\src\ipc.c</PathWithFileName>
  1007. <FilenameWithoutPath>ipc.c</FilenameWithoutPath>
  1008. <RteFlg>0</RteFlg>
  1009. <bShared>0</bShared>
  1010. </File>
  1011. <File>
  1012. <GroupNumber>9</GroupNumber>
  1013. <FileNumber>64</FileNumber>
  1014. <FileType>1</FileType>
  1015. <tvExp>0</tvExp>
  1016. <tvExpOptDlg>0</tvExpOptDlg>
  1017. <bDave2>0</bDave2>
  1018. <PathWithFileName>..\..\..\src\irq.c</PathWithFileName>
  1019. <FilenameWithoutPath>irq.c</FilenameWithoutPath>
  1020. <RteFlg>0</RteFlg>
  1021. <bShared>0</bShared>
  1022. </File>
  1023. <File>
  1024. <GroupNumber>9</GroupNumber>
  1025. <FileNumber>65</FileNumber>
  1026. <FileType>1</FileType>
  1027. <tvExp>0</tvExp>
  1028. <tvExpOptDlg>0</tvExpOptDlg>
  1029. <bDave2>0</bDave2>
  1030. <PathWithFileName>..\..\..\src\kservice.c</PathWithFileName>
  1031. <FilenameWithoutPath>kservice.c</FilenameWithoutPath>
  1032. <RteFlg>0</RteFlg>
  1033. <bShared>0</bShared>
  1034. </File>
  1035. <File>
  1036. <GroupNumber>9</GroupNumber>
  1037. <FileNumber>66</FileNumber>
  1038. <FileType>1</FileType>
  1039. <tvExp>0</tvExp>
  1040. <tvExpOptDlg>0</tvExpOptDlg>
  1041. <bDave2>0</bDave2>
  1042. <PathWithFileName>..\..\..\src\mem.c</PathWithFileName>
  1043. <FilenameWithoutPath>mem.c</FilenameWithoutPath>
  1044. <RteFlg>0</RteFlg>
  1045. <bShared>0</bShared>
  1046. </File>
  1047. <File>
  1048. <GroupNumber>9</GroupNumber>
  1049. <FileNumber>67</FileNumber>
  1050. <FileType>1</FileType>
  1051. <tvExp>0</tvExp>
  1052. <tvExpOptDlg>0</tvExpOptDlg>
  1053. <bDave2>0</bDave2>
  1054. <PathWithFileName>..\..\..\src\mempool.c</PathWithFileName>
  1055. <FilenameWithoutPath>mempool.c</FilenameWithoutPath>
  1056. <RteFlg>0</RteFlg>
  1057. <bShared>0</bShared>
  1058. </File>
  1059. <File>
  1060. <GroupNumber>9</GroupNumber>
  1061. <FileNumber>68</FileNumber>
  1062. <FileType>1</FileType>
  1063. <tvExp>0</tvExp>
  1064. <tvExpOptDlg>0</tvExpOptDlg>
  1065. <bDave2>0</bDave2>
  1066. <PathWithFileName>..\..\..\src\object.c</PathWithFileName>
  1067. <FilenameWithoutPath>object.c</FilenameWithoutPath>
  1068. <RteFlg>0</RteFlg>
  1069. <bShared>0</bShared>
  1070. </File>
  1071. <File>
  1072. <GroupNumber>9</GroupNumber>
  1073. <FileNumber>69</FileNumber>
  1074. <FileType>1</FileType>
  1075. <tvExp>0</tvExp>
  1076. <tvExpOptDlg>0</tvExpOptDlg>
  1077. <bDave2>0</bDave2>
  1078. <PathWithFileName>..\..\..\src\scheduler.c</PathWithFileName>
  1079. <FilenameWithoutPath>scheduler.c</FilenameWithoutPath>
  1080. <RteFlg>0</RteFlg>
  1081. <bShared>0</bShared>
  1082. </File>
  1083. <File>
  1084. <GroupNumber>9</GroupNumber>
  1085. <FileNumber>70</FileNumber>
  1086. <FileType>1</FileType>
  1087. <tvExp>0</tvExp>
  1088. <tvExpOptDlg>0</tvExpOptDlg>
  1089. <bDave2>0</bDave2>
  1090. <PathWithFileName>..\..\..\src\thread.c</PathWithFileName>
  1091. <FilenameWithoutPath>thread.c</FilenameWithoutPath>
  1092. <RteFlg>0</RteFlg>
  1093. <bShared>0</bShared>
  1094. </File>
  1095. <File>
  1096. <GroupNumber>9</GroupNumber>
  1097. <FileNumber>71</FileNumber>
  1098. <FileType>1</FileType>
  1099. <tvExp>0</tvExp>
  1100. <tvExpOptDlg>0</tvExpOptDlg>
  1101. <bDave2>0</bDave2>
  1102. <PathWithFileName>..\..\..\src\timer.c</PathWithFileName>
  1103. <FilenameWithoutPath>timer.c</FilenameWithoutPath>
  1104. <RteFlg>0</RteFlg>
  1105. <bShared>0</bShared>
  1106. </File>
  1107. </Group>
  1108. <Group>
  1109. <GroupName>Libraries</GroupName>
  1110. <tvExp>0</tvExp>
  1111. <tvExpOptDlg>0</tvExpOptDlg>
  1112. <cbSel>0</cbSel>
  1113. <RteFlg>0</RteFlg>
  1114. <File>
  1115. <GroupNumber>10</GroupNumber>
  1116. <FileNumber>72</FileNumber>
  1117. <FileType>1</FileType>
  1118. <tvExp>0</tvExp>
  1119. <tvExpOptDlg>0</tvExpOptDlg>
  1120. <bDave2>0</bDave2>
  1121. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_hashcrypt.c</PathWithFileName>
  1122. <FilenameWithoutPath>fsl_hashcrypt.c</FilenameWithoutPath>
  1123. <RteFlg>0</RteFlg>
  1124. <bShared>0</bShared>
  1125. </File>
  1126. <File>
  1127. <GroupNumber>10</GroupNumber>
  1128. <FileNumber>73</FileNumber>
  1129. <FileType>1</FileType>
  1130. <tvExp>0</tvExp>
  1131. <tvExpOptDlg>0</tvExpOptDlg>
  1132. <bDave2>0</bDave2>
  1133. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_usart_dma.c</PathWithFileName>
  1134. <FilenameWithoutPath>fsl_usart_dma.c</FilenameWithoutPath>
  1135. <RteFlg>0</RteFlg>
  1136. <bShared>0</bShared>
  1137. </File>
  1138. <File>
  1139. <GroupNumber>10</GroupNumber>
  1140. <FileNumber>74</FileNumber>
  1141. <FileType>1</FileType>
  1142. <tvExp>0</tvExp>
  1143. <tvExpOptDlg>0</tvExpOptDlg>
  1144. <bDave2>0</bDave2>
  1145. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_spi_dma.c</PathWithFileName>
  1146. <FilenameWithoutPath>fsl_spi_dma.c</FilenameWithoutPath>
  1147. <RteFlg>0</RteFlg>
  1148. <bShared>0</bShared>
  1149. </File>
  1150. <File>
  1151. <GroupNumber>10</GroupNumber>
  1152. <FileNumber>75</FileNumber>
  1153. <FileType>1</FileType>
  1154. <tvExp>0</tvExp>
  1155. <tvExpOptDlg>0</tvExpOptDlg>
  1156. <bDave2>0</bDave2>
  1157. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_cmp.c</PathWithFileName>
  1158. <FilenameWithoutPath>fsl_cmp.c</FilenameWithoutPath>
  1159. <RteFlg>0</RteFlg>
  1160. <bShared>0</bShared>
  1161. </File>
  1162. <File>
  1163. <GroupNumber>10</GroupNumber>
  1164. <FileNumber>76</FileNumber>
  1165. <FileType>1</FileType>
  1166. <tvExp>0</tvExp>
  1167. <tvExpOptDlg>0</tvExpOptDlg>
  1168. <bDave2>0</bDave2>
  1169. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_utick.c</PathWithFileName>
  1170. <FilenameWithoutPath>fsl_utick.c</FilenameWithoutPath>
  1171. <RteFlg>0</RteFlg>
  1172. <bShared>0</bShared>
  1173. </File>
  1174. <File>
  1175. <GroupNumber>10</GroupNumber>
  1176. <FileNumber>77</FileNumber>
  1177. <FileType>1</FileType>
  1178. <tvExp>0</tvExp>
  1179. <tvExpOptDlg>0</tvExpOptDlg>
  1180. <bDave2>0</bDave2>
  1181. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_common_arm.c</PathWithFileName>
  1182. <FilenameWithoutPath>fsl_common_arm.c</FilenameWithoutPath>
  1183. <RteFlg>0</RteFlg>
  1184. <bShared>0</bShared>
  1185. </File>
  1186. <File>
  1187. <GroupNumber>10</GroupNumber>
  1188. <FileNumber>78</FileNumber>
  1189. <FileType>1</FileType>
  1190. <tvExp>0</tvExp>
  1191. <tvExpOptDlg>0</tvExpOptDlg>
  1192. <bDave2>0</bDave2>
  1193. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_power.c</PathWithFileName>
  1194. <FilenameWithoutPath>fsl_power.c</FilenameWithoutPath>
  1195. <RteFlg>0</RteFlg>
  1196. <bShared>0</bShared>
  1197. </File>
  1198. <File>
  1199. <GroupNumber>10</GroupNumber>
  1200. <FileNumber>79</FileNumber>
  1201. <FileType>1</FileType>
  1202. <tvExp>0</tvExp>
  1203. <tvExpOptDlg>0</tvExpOptDlg>
  1204. <bDave2>0</bDave2>
  1205. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_i2s_dma.c</PathWithFileName>
  1206. <FilenameWithoutPath>fsl_i2s_dma.c</FilenameWithoutPath>
  1207. <RteFlg>0</RteFlg>
  1208. <bShared>0</bShared>
  1209. </File>
  1210. <File>
  1211. <GroupNumber>10</GroupNumber>
  1212. <FileNumber>80</FileNumber>
  1213. <FileType>1</FileType>
  1214. <tvExp>0</tvExp>
  1215. <tvExpOptDlg>0</tvExpOptDlg>
  1216. <bDave2>0</bDave2>
  1217. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_gpio.c</PathWithFileName>
  1218. <FilenameWithoutPath>fsl_gpio.c</FilenameWithoutPath>
  1219. <RteFlg>0</RteFlg>
  1220. <bShared>0</bShared>
  1221. </File>
  1222. <File>
  1223. <GroupNumber>10</GroupNumber>
  1224. <FileNumber>81</FileNumber>
  1225. <FileType>1</FileType>
  1226. <tvExp>0</tvExp>
  1227. <tvExpOptDlg>0</tvExpOptDlg>
  1228. <bDave2>0</bDave2>
  1229. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_casper.c</PathWithFileName>
  1230. <FilenameWithoutPath>fsl_casper.c</FilenameWithoutPath>
  1231. <RteFlg>0</RteFlg>
  1232. <bShared>0</bShared>
  1233. </File>
  1234. <File>
  1235. <GroupNumber>10</GroupNumber>
  1236. <FileNumber>82</FileNumber>
  1237. <FileType>1</FileType>
  1238. <tvExp>0</tvExp>
  1239. <tvExpOptDlg>0</tvExpOptDlg>
  1240. <bDave2>0</bDave2>
  1241. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_clock.c</PathWithFileName>
  1242. <FilenameWithoutPath>fsl_clock.c</FilenameWithoutPath>
  1243. <RteFlg>0</RteFlg>
  1244. <bShared>0</bShared>
  1245. </File>
  1246. <File>
  1247. <GroupNumber>10</GroupNumber>
  1248. <FileNumber>83</FileNumber>
  1249. <FileType>1</FileType>
  1250. <tvExp>0</tvExp>
  1251. <tvExpOptDlg>0</tvExpOptDlg>
  1252. <bDave2>0</bDave2>
  1253. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_wwdt.c</PathWithFileName>
  1254. <FilenameWithoutPath>fsl_wwdt.c</FilenameWithoutPath>
  1255. <RteFlg>0</RteFlg>
  1256. <bShared>0</bShared>
  1257. </File>
  1258. <File>
  1259. <GroupNumber>10</GroupNumber>
  1260. <FileNumber>84</FileNumber>
  1261. <FileType>1</FileType>
  1262. <tvExp>0</tvExp>
  1263. <tvExpOptDlg>0</tvExpOptDlg>
  1264. <bDave2>0</bDave2>
  1265. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_reset.c</PathWithFileName>
  1266. <FilenameWithoutPath>fsl_reset.c</FilenameWithoutPath>
  1267. <RteFlg>0</RteFlg>
  1268. <bShared>0</bShared>
  1269. </File>
  1270. <File>
  1271. <GroupNumber>10</GroupNumber>
  1272. <FileNumber>85</FileNumber>
  1273. <FileType>1</FileType>
  1274. <tvExp>0</tvExp>
  1275. <tvExpOptDlg>0</tvExpOptDlg>
  1276. <bDave2>0</bDave2>
  1277. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_sctimer.c</PathWithFileName>
  1278. <FilenameWithoutPath>fsl_sctimer.c</FilenameWithoutPath>
  1279. <RteFlg>0</RteFlg>
  1280. <bShared>0</bShared>
  1281. </File>
  1282. <File>
  1283. <GroupNumber>10</GroupNumber>
  1284. <FileNumber>86</FileNumber>
  1285. <FileType>1</FileType>
  1286. <tvExp>0</tvExp>
  1287. <tvExpOptDlg>0</tvExpOptDlg>
  1288. <bDave2>0</bDave2>
  1289. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_common.c</PathWithFileName>
  1290. <FilenameWithoutPath>fsl_common.c</FilenameWithoutPath>
  1291. <RteFlg>0</RteFlg>
  1292. <bShared>0</bShared>
  1293. </File>
  1294. <File>
  1295. <GroupNumber>10</GroupNumber>
  1296. <FileNumber>87</FileNumber>
  1297. <FileType>1</FileType>
  1298. <tvExp>0</tvExp>
  1299. <tvExpOptDlg>0</tvExpOptDlg>
  1300. <bDave2>0</bDave2>
  1301. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_rtc.c</PathWithFileName>
  1302. <FilenameWithoutPath>fsl_rtc.c</FilenameWithoutPath>
  1303. <RteFlg>0</RteFlg>
  1304. <bShared>0</bShared>
  1305. </File>
  1306. <File>
  1307. <GroupNumber>10</GroupNumber>
  1308. <FileNumber>88</FileNumber>
  1309. <FileType>1</FileType>
  1310. <tvExp>0</tvExp>
  1311. <tvExpOptDlg>0</tvExpOptDlg>
  1312. <bDave2>0</bDave2>
  1313. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_crc.c</PathWithFileName>
  1314. <FilenameWithoutPath>fsl_crc.c</FilenameWithoutPath>
  1315. <RteFlg>0</RteFlg>
  1316. <bShared>0</bShared>
  1317. </File>
  1318. <File>
  1319. <GroupNumber>10</GroupNumber>
  1320. <FileNumber>89</FileNumber>
  1321. <FileType>1</FileType>
  1322. <tvExp>0</tvExp>
  1323. <tvExpOptDlg>0</tvExpOptDlg>
  1324. <bDave2>0</bDave2>
  1325. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_sdif.c</PathWithFileName>
  1326. <FilenameWithoutPath>fsl_sdif.c</FilenameWithoutPath>
  1327. <RteFlg>0</RteFlg>
  1328. <bShared>0</bShared>
  1329. </File>
  1330. <File>
  1331. <GroupNumber>10</GroupNumber>
  1332. <FileNumber>90</FileNumber>
  1333. <FileType>1</FileType>
  1334. <tvExp>0</tvExp>
  1335. <tvExpOptDlg>0</tvExpOptDlg>
  1336. <bDave2>0</bDave2>
  1337. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_plu.c</PathWithFileName>
  1338. <FilenameWithoutPath>fsl_plu.c</FilenameWithoutPath>
  1339. <RteFlg>0</RteFlg>
  1340. <bShared>0</bShared>
  1341. </File>
  1342. <File>
  1343. <GroupNumber>10</GroupNumber>
  1344. <FileNumber>91</FileNumber>
  1345. <FileType>1</FileType>
  1346. <tvExp>0</tvExp>
  1347. <tvExpOptDlg>0</tvExpOptDlg>
  1348. <bDave2>0</bDave2>
  1349. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_mrt.c</PathWithFileName>
  1350. <FilenameWithoutPath>fsl_mrt.c</FilenameWithoutPath>
  1351. <RteFlg>0</RteFlg>
  1352. <bShared>0</bShared>
  1353. </File>
  1354. <File>
  1355. <GroupNumber>10</GroupNumber>
  1356. <FileNumber>92</FileNumber>
  1357. <FileType>1</FileType>
  1358. <tvExp>0</tvExp>
  1359. <tvExpOptDlg>0</tvExpOptDlg>
  1360. <bDave2>0</bDave2>
  1361. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_i2s.c</PathWithFileName>
  1362. <FilenameWithoutPath>fsl_i2s.c</FilenameWithoutPath>
  1363. <RteFlg>0</RteFlg>
  1364. <bShared>0</bShared>
  1365. </File>
  1366. <File>
  1367. <GroupNumber>10</GroupNumber>
  1368. <FileNumber>93</FileNumber>
  1369. <FileType>1</FileType>
  1370. <tvExp>0</tvExp>
  1371. <tvExpOptDlg>0</tvExpOptDlg>
  1372. <bDave2>0</bDave2>
  1373. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_spi.c</PathWithFileName>
  1374. <FilenameWithoutPath>fsl_spi.c</FilenameWithoutPath>
  1375. <RteFlg>0</RteFlg>
  1376. <bShared>0</bShared>
  1377. </File>
  1378. <File>
  1379. <GroupNumber>10</GroupNumber>
  1380. <FileNumber>94</FileNumber>
  1381. <FileType>1</FileType>
  1382. <tvExp>0</tvExp>
  1383. <tvExpOptDlg>0</tvExpOptDlg>
  1384. <bDave2>0</bDave2>
  1385. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_ctimer.c</PathWithFileName>
  1386. <FilenameWithoutPath>fsl_ctimer.c</FilenameWithoutPath>
  1387. <RteFlg>0</RteFlg>
  1388. <bShared>0</bShared>
  1389. </File>
  1390. <File>
  1391. <GroupNumber>10</GroupNumber>
  1392. <FileNumber>95</FileNumber>
  1393. <FileType>1</FileType>
  1394. <tvExp>0</tvExp>
  1395. <tvExpOptDlg>0</tvExpOptDlg>
  1396. <bDave2>0</bDave2>
  1397. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_gint.c</PathWithFileName>
  1398. <FilenameWithoutPath>fsl_gint.c</FilenameWithoutPath>
  1399. <RteFlg>0</RteFlg>
  1400. <bShared>0</bShared>
  1401. </File>
  1402. <File>
  1403. <GroupNumber>10</GroupNumber>
  1404. <FileNumber>96</FileNumber>
  1405. <FileType>1</FileType>
  1406. <tvExp>0</tvExp>
  1407. <tvExpOptDlg>0</tvExpOptDlg>
  1408. <bDave2>0</bDave2>
  1409. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_dma.c</PathWithFileName>
  1410. <FilenameWithoutPath>fsl_dma.c</FilenameWithoutPath>
  1411. <RteFlg>0</RteFlg>
  1412. <bShared>0</bShared>
  1413. </File>
  1414. <File>
  1415. <GroupNumber>10</GroupNumber>
  1416. <FileNumber>97</FileNumber>
  1417. <FileType>1</FileType>
  1418. <tvExp>0</tvExp>
  1419. <tvExpOptDlg>0</tvExpOptDlg>
  1420. <bDave2>0</bDave2>
  1421. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_sysctl.c</PathWithFileName>
  1422. <FilenameWithoutPath>fsl_sysctl.c</FilenameWithoutPath>
  1423. <RteFlg>0</RteFlg>
  1424. <bShared>0</bShared>
  1425. </File>
  1426. <File>
  1427. <GroupNumber>10</GroupNumber>
  1428. <FileNumber>98</FileNumber>
  1429. <FileType>1</FileType>
  1430. <tvExp>0</tvExp>
  1431. <tvExpOptDlg>0</tvExpOptDlg>
  1432. <bDave2>0</bDave2>
  1433. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_flexcomm.c</PathWithFileName>
  1434. <FilenameWithoutPath>fsl_flexcomm.c</FilenameWithoutPath>
  1435. <RteFlg>0</RteFlg>
  1436. <bShared>0</bShared>
  1437. </File>
  1438. <File>
  1439. <GroupNumber>10</GroupNumber>
  1440. <FileNumber>99</FileNumber>
  1441. <FileType>1</FileType>
  1442. <tvExp>0</tvExp>
  1443. <tvExpOptDlg>0</tvExpOptDlg>
  1444. <bDave2>0</bDave2>
  1445. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_pint.c</PathWithFileName>
  1446. <FilenameWithoutPath>fsl_pint.c</FilenameWithoutPath>
  1447. <RteFlg>0</RteFlg>
  1448. <bShared>0</bShared>
  1449. </File>
  1450. <File>
  1451. <GroupNumber>10</GroupNumber>
  1452. <FileNumber>100</FileNumber>
  1453. <FileType>1</FileType>
  1454. <tvExp>0</tvExp>
  1455. <tvExpOptDlg>0</tvExpOptDlg>
  1456. <bDave2>0</bDave2>
  1457. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_powerquad_basic.c</PathWithFileName>
  1458. <FilenameWithoutPath>fsl_powerquad_basic.c</FilenameWithoutPath>
  1459. <RteFlg>0</RteFlg>
  1460. <bShared>0</bShared>
  1461. </File>
  1462. <File>
  1463. <GroupNumber>10</GroupNumber>
  1464. <FileNumber>101</FileNumber>
  1465. <FileType>1</FileType>
  1466. <tvExp>0</tvExp>
  1467. <tvExpOptDlg>0</tvExpOptDlg>
  1468. <bDave2>0</bDave2>
  1469. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_usart.c</PathWithFileName>
  1470. <FilenameWithoutPath>fsl_usart.c</FilenameWithoutPath>
  1471. <RteFlg>0</RteFlg>
  1472. <bShared>0</bShared>
  1473. </File>
  1474. <File>
  1475. <GroupNumber>10</GroupNumber>
  1476. <FileNumber>102</FileNumber>
  1477. <FileType>1</FileType>
  1478. <tvExp>0</tvExp>
  1479. <tvExpOptDlg>0</tvExpOptDlg>
  1480. <bDave2>0</bDave2>
  1481. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_puf.c</PathWithFileName>
  1482. <FilenameWithoutPath>fsl_puf.c</FilenameWithoutPath>
  1483. <RteFlg>0</RteFlg>
  1484. <bShared>0</bShared>
  1485. </File>
  1486. <File>
  1487. <GroupNumber>10</GroupNumber>
  1488. <FileNumber>103</FileNumber>
  1489. <FileType>1</FileType>
  1490. <tvExp>0</tvExp>
  1491. <tvExpOptDlg>0</tvExpOptDlg>
  1492. <bDave2>0</bDave2>
  1493. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_rng.c</PathWithFileName>
  1494. <FilenameWithoutPath>fsl_rng.c</FilenameWithoutPath>
  1495. <RteFlg>0</RteFlg>
  1496. <bShared>0</bShared>
  1497. </File>
  1498. <File>
  1499. <GroupNumber>10</GroupNumber>
  1500. <FileNumber>104</FileNumber>
  1501. <FileType>1</FileType>
  1502. <tvExp>0</tvExp>
  1503. <tvExpOptDlg>0</tvExpOptDlg>
  1504. <bDave2>0</bDave2>
  1505. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_lpadc.c</PathWithFileName>
  1506. <FilenameWithoutPath>fsl_lpadc.c</FilenameWithoutPath>
  1507. <RteFlg>0</RteFlg>
  1508. <bShared>0</bShared>
  1509. </File>
  1510. <File>
  1511. <GroupNumber>10</GroupNumber>
  1512. <FileNumber>105</FileNumber>
  1513. <FileType>1</FileType>
  1514. <tvExp>0</tvExp>
  1515. <tvExpOptDlg>0</tvExpOptDlg>
  1516. <bDave2>0</bDave2>
  1517. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_inputmux.c</PathWithFileName>
  1518. <FilenameWithoutPath>fsl_inputmux.c</FilenameWithoutPath>
  1519. <RteFlg>0</RteFlg>
  1520. <bShared>0</bShared>
  1521. </File>
  1522. <File>
  1523. <GroupNumber>10</GroupNumber>
  1524. <FileNumber>106</FileNumber>
  1525. <FileType>1</FileType>
  1526. <tvExp>0</tvExp>
  1527. <tvExpOptDlg>0</tvExpOptDlg>
  1528. <bDave2>0</bDave2>
  1529. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_i2c_dma.c</PathWithFileName>
  1530. <FilenameWithoutPath>fsl_i2c_dma.c</FilenameWithoutPath>
  1531. <RteFlg>0</RteFlg>
  1532. <bShared>0</bShared>
  1533. </File>
  1534. <File>
  1535. <GroupNumber>10</GroupNumber>
  1536. <FileNumber>107</FileNumber>
  1537. <FileType>1</FileType>
  1538. <tvExp>0</tvExp>
  1539. <tvExpOptDlg>0</tvExpOptDlg>
  1540. <bDave2>0</bDave2>
  1541. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_i2c.c</PathWithFileName>
  1542. <FilenameWithoutPath>fsl_i2c.c</FilenameWithoutPath>
  1543. <RteFlg>0</RteFlg>
  1544. <bShared>0</bShared>
  1545. </File>
  1546. <File>
  1547. <GroupNumber>10</GroupNumber>
  1548. <FileNumber>108</FileNumber>
  1549. <FileType>2</FileType>
  1550. <tvExp>0</tvExp>
  1551. <tvExpOptDlg>0</tvExpOptDlg>
  1552. <bDave2>0</bDave2>
  1553. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\arm\startup_LPC55S69_cm33_core0.s</PathWithFileName>
  1554. <FilenameWithoutPath>startup_LPC55S69_cm33_core0.s</FilenameWithoutPath>
  1555. <RteFlg>0</RteFlg>
  1556. <bShared>0</bShared>
  1557. </File>
  1558. <File>
  1559. <GroupNumber>10</GroupNumber>
  1560. <FileNumber>109</FileNumber>
  1561. <FileType>1</FileType>
  1562. <tvExp>0</tvExp>
  1563. <tvExpOptDlg>0</tvExpOptDlg>
  1564. <bDave2>0</bDave2>
  1565. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\system_LPC55S69_cm33_core0.c</PathWithFileName>
  1566. <FilenameWithoutPath>system_LPC55S69_cm33_core0.c</FilenameWithoutPath>
  1567. <RteFlg>0</RteFlg>
  1568. <bShared>0</bShared>
  1569. </File>
  1570. <File>
  1571. <GroupNumber>10</GroupNumber>
  1572. <FileNumber>110</FileNumber>
  1573. <FileType>1</FileType>
  1574. <tvExp>0</tvExp>
  1575. <tvExpOptDlg>0</tvExpOptDlg>
  1576. <bDave2>0</bDave2>
  1577. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_anactrl.c</PathWithFileName>
  1578. <FilenameWithoutPath>fsl_anactrl.c</FilenameWithoutPath>
  1579. <RteFlg>0</RteFlg>
  1580. <bShared>0</bShared>
  1581. </File>
  1582. <File>
  1583. <GroupNumber>10</GroupNumber>
  1584. <FileNumber>111</FileNumber>
  1585. <FileType>1</FileType>
  1586. <tvExp>0</tvExp>
  1587. <tvExpOptDlg>0</tvExpOptDlg>
  1588. <bDave2>0</bDave2>
  1589. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_iap.c</PathWithFileName>
  1590. <FilenameWithoutPath>fsl_iap.c</FilenameWithoutPath>
  1591. <RteFlg>0</RteFlg>
  1592. <bShared>0</bShared>
  1593. </File>
  1594. <File>
  1595. <GroupNumber>10</GroupNumber>
  1596. <FileNumber>112</FileNumber>
  1597. <FileType>1</FileType>
  1598. <tvExp>0</tvExp>
  1599. <tvExpOptDlg>0</tvExpOptDlg>
  1600. <bDave2>0</bDave2>
  1601. <PathWithFileName>..\Libraries\LPC55S6X\LPC55S6X\drivers\fsl_ostimer.c</PathWithFileName>
  1602. <FilenameWithoutPath>fsl_ostimer.c</FilenameWithoutPath>
  1603. <RteFlg>0</RteFlg>
  1604. <bShared>0</bShared>
  1605. </File>
  1606. </Group>
  1607. </ProjectOpt>