project.uvoptx 48 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499
  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-frdm-mcxn236</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></tIfile>
  112. <pMon>BIN\CMSIS_AGDI_V8M.DLL</pMon>
  113. </DebugOpt>
  114. <TargetDriverDllRegistry>
  115. <SetRegEntry>
  116. <Number>0</Number>
  117. <Key>UL2V8M</Key>
  118. <Name>UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000 -FN2 -FF0MCXN23X_1024 -FS00 -FL0100000 -FF1MCXN23X_1024_S -FS110000000 -FL1100000 -FP0($$Device:MCXN236VDF$devices\MCXN236\arm\MCXN23X_1024.FLM) -FP1($$Device:MCXN236VDF$devices\MCXN236\arm\MCXN23X_1024_S.FLM))</Name>
  119. </SetRegEntry>
  120. </TargetDriverDllRegistry>
  121. <Breakpoint/>
  122. <Tracepoint>
  123. <THDelay>0</THDelay>
  124. </Tracepoint>
  125. <DebugFlag>
  126. <trace>0</trace>
  127. <periodic>0</periodic>
  128. <aLwin>0</aLwin>
  129. <aCover>0</aCover>
  130. <aSer1>0</aSer1>
  131. <aSer2>0</aSer2>
  132. <aPa>0</aPa>
  133. <viewmode>0</viewmode>
  134. <vrSel>0</vrSel>
  135. <aSym>0</aSym>
  136. <aTbox>0</aTbox>
  137. <AscS1>0</AscS1>
  138. <AscS2>0</AscS2>
  139. <AscS3>0</AscS3>
  140. <aSer3>0</aSer3>
  141. <eProf>0</eProf>
  142. <aLa>0</aLa>
  143. <aPa1>0</aPa1>
  144. <AscS4>0</AscS4>
  145. <aSer4>0</aSer4>
  146. <StkLoc>0</StkLoc>
  147. <TrcWin>0</TrcWin>
  148. <newCpu>0</newCpu>
  149. <uProt>0</uProt>
  150. </DebugFlag>
  151. <LintExecutable></LintExecutable>
  152. <LintConfigFile></LintConfigFile>
  153. <bLintAuto>0</bLintAuto>
  154. <bAutoGenD>0</bAutoGenD>
  155. <LntExFlags>0</LntExFlags>
  156. <pMisraName></pMisraName>
  157. <pszMrule></pszMrule>
  158. <pSingCmds></pSingCmds>
  159. <pMultCmds></pMultCmds>
  160. <pMisraNamep></pMisraNamep>
  161. <pszMrulep></pszMrulep>
  162. <pSingCmdsp></pSingCmdsp>
  163. <pMultCmdsp></pMultCmdsp>
  164. <DebugDescription>
  165. <Enable>1</Enable>
  166. <EnableFlashSeq>1</EnableFlashSeq>
  167. <EnableLog>0</EnableLog>
  168. <Protocol>2</Protocol>
  169. <DbgClock>5000000</DbgClock>
  170. </DebugDescription>
  171. </TargetOption>
  172. </Target>
  173. <Group>
  174. <GroupName>Applications</GroupName>
  175. <tvExp>1</tvExp>
  176. <tvExpOptDlg>0</tvExpOptDlg>
  177. <cbSel>0</cbSel>
  178. <RteFlg>0</RteFlg>
  179. <File>
  180. <GroupNumber>1</GroupNumber>
  181. <FileNumber>1</FileNumber>
  182. <FileType>1</FileType>
  183. <tvExp>0</tvExp>
  184. <tvExpOptDlg>0</tvExpOptDlg>
  185. <bDave2>0</bDave2>
  186. <PathWithFileName>applications\main.c</PathWithFileName>
  187. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  188. <RteFlg>0</RteFlg>
  189. <bShared>0</bShared>
  190. </File>
  191. </Group>
  192. <Group>
  193. <GroupName>Compiler</GroupName>
  194. <tvExp>0</tvExp>
  195. <tvExpOptDlg>0</tvExpOptDlg>
  196. <cbSel>0</cbSel>
  197. <RteFlg>0</RteFlg>
  198. <File>
  199. <GroupNumber>2</GroupNumber>
  200. <FileNumber>2</FileNumber>
  201. <FileType>1</FileType>
  202. <tvExp>0</tvExp>
  203. <tvExpOptDlg>0</tvExpOptDlg>
  204. <bDave2>0</bDave2>
  205. <PathWithFileName>..\..\..\..\..\components\libc\compilers\armlibc\syscall_mem.c</PathWithFileName>
  206. <FilenameWithoutPath>syscall_mem.c</FilenameWithoutPath>
  207. <RteFlg>0</RteFlg>
  208. <bShared>0</bShared>
  209. </File>
  210. <File>
  211. <GroupNumber>2</GroupNumber>
  212. <FileNumber>3</FileNumber>
  213. <FileType>1</FileType>
  214. <tvExp>0</tvExp>
  215. <tvExpOptDlg>0</tvExpOptDlg>
  216. <bDave2>0</bDave2>
  217. <PathWithFileName>..\..\..\..\..\components\libc\compilers\armlibc\syscalls.c</PathWithFileName>
  218. <FilenameWithoutPath>syscalls.c</FilenameWithoutPath>
  219. <RteFlg>0</RteFlg>
  220. <bShared>0</bShared>
  221. </File>
  222. <File>
  223. <GroupNumber>2</GroupNumber>
  224. <FileNumber>4</FileNumber>
  225. <FileType>1</FileType>
  226. <tvExp>0</tvExp>
  227. <tvExpOptDlg>0</tvExpOptDlg>
  228. <bDave2>0</bDave2>
  229. <PathWithFileName>..\..\..\..\..\components\libc\compilers\common\cctype.c</PathWithFileName>
  230. <FilenameWithoutPath>cctype.c</FilenameWithoutPath>
  231. <RteFlg>0</RteFlg>
  232. <bShared>0</bShared>
  233. </File>
  234. <File>
  235. <GroupNumber>2</GroupNumber>
  236. <FileNumber>5</FileNumber>
  237. <FileType>1</FileType>
  238. <tvExp>0</tvExp>
  239. <tvExpOptDlg>0</tvExpOptDlg>
  240. <bDave2>0</bDave2>
  241. <PathWithFileName>..\..\..\..\..\components\libc\compilers\common\cstdlib.c</PathWithFileName>
  242. <FilenameWithoutPath>cstdlib.c</FilenameWithoutPath>
  243. <RteFlg>0</RteFlg>
  244. <bShared>0</bShared>
  245. </File>
  246. <File>
  247. <GroupNumber>2</GroupNumber>
  248. <FileNumber>6</FileNumber>
  249. <FileType>1</FileType>
  250. <tvExp>0</tvExp>
  251. <tvExpOptDlg>0</tvExpOptDlg>
  252. <bDave2>0</bDave2>
  253. <PathWithFileName>..\..\..\..\..\components\libc\compilers\common\cstring.c</PathWithFileName>
  254. <FilenameWithoutPath>cstring.c</FilenameWithoutPath>
  255. <RteFlg>0</RteFlg>
  256. <bShared>0</bShared>
  257. </File>
  258. <File>
  259. <GroupNumber>2</GroupNumber>
  260. <FileNumber>7</FileNumber>
  261. <FileType>1</FileType>
  262. <tvExp>0</tvExp>
  263. <tvExpOptDlg>0</tvExpOptDlg>
  264. <bDave2>0</bDave2>
  265. <PathWithFileName>..\..\..\..\..\components\libc\compilers\common\ctime.c</PathWithFileName>
  266. <FilenameWithoutPath>ctime.c</FilenameWithoutPath>
  267. <RteFlg>0</RteFlg>
  268. <bShared>0</bShared>
  269. </File>
  270. <File>
  271. <GroupNumber>2</GroupNumber>
  272. <FileNumber>8</FileNumber>
  273. <FileType>1</FileType>
  274. <tvExp>0</tvExp>
  275. <tvExpOptDlg>0</tvExpOptDlg>
  276. <bDave2>0</bDave2>
  277. <PathWithFileName>..\..\..\..\..\components\libc\compilers\common\cunistd.c</PathWithFileName>
  278. <FilenameWithoutPath>cunistd.c</FilenameWithoutPath>
  279. <RteFlg>0</RteFlg>
  280. <bShared>0</bShared>
  281. </File>
  282. <File>
  283. <GroupNumber>2</GroupNumber>
  284. <FileNumber>9</FileNumber>
  285. <FileType>1</FileType>
  286. <tvExp>0</tvExp>
  287. <tvExpOptDlg>0</tvExpOptDlg>
  288. <bDave2>0</bDave2>
  289. <PathWithFileName>..\..\..\..\..\components\libc\compilers\common\cwchar.c</PathWithFileName>
  290. <FilenameWithoutPath>cwchar.c</FilenameWithoutPath>
  291. <RteFlg>0</RteFlg>
  292. <bShared>0</bShared>
  293. </File>
  294. </Group>
  295. <Group>
  296. <GroupName>DeviceDrivers</GroupName>
  297. <tvExp>0</tvExp>
  298. <tvExpOptDlg>0</tvExpOptDlg>
  299. <cbSel>0</cbSel>
  300. <RteFlg>0</RteFlg>
  301. <File>
  302. <GroupNumber>3</GroupNumber>
  303. <FileNumber>10</FileNumber>
  304. <FileType>1</FileType>
  305. <tvExp>0</tvExp>
  306. <tvExpOptDlg>0</tvExpOptDlg>
  307. <bDave2>0</bDave2>
  308. <PathWithFileName>..\..\..\..\..\components\drivers\can\can.c</PathWithFileName>
  309. <FilenameWithoutPath>can.c</FilenameWithoutPath>
  310. <RteFlg>0</RteFlg>
  311. <bShared>0</bShared>
  312. </File>
  313. <File>
  314. <GroupNumber>3</GroupNumber>
  315. <FileNumber>11</FileNumber>
  316. <FileType>1</FileType>
  317. <tvExp>0</tvExp>
  318. <tvExpOptDlg>0</tvExpOptDlg>
  319. <bDave2>0</bDave2>
  320. <PathWithFileName>..\..\..\..\..\components\drivers\core\device.c</PathWithFileName>
  321. <FilenameWithoutPath>device.c</FilenameWithoutPath>
  322. <RteFlg>0</RteFlg>
  323. <bShared>0</bShared>
  324. </File>
  325. <File>
  326. <GroupNumber>3</GroupNumber>
  327. <FileNumber>12</FileNumber>
  328. <FileType>1</FileType>
  329. <tvExp>0</tvExp>
  330. <tvExpOptDlg>0</tvExpOptDlg>
  331. <bDave2>0</bDave2>
  332. <PathWithFileName>..\..\..\..\..\components\drivers\hwtimer\hwtimer.c</PathWithFileName>
  333. <FilenameWithoutPath>hwtimer.c</FilenameWithoutPath>
  334. <RteFlg>0</RteFlg>
  335. <bShared>0</bShared>
  336. </File>
  337. <File>
  338. <GroupNumber>3</GroupNumber>
  339. <FileNumber>13</FileNumber>
  340. <FileType>1</FileType>
  341. <tvExp>0</tvExp>
  342. <tvExpOptDlg>0</tvExpOptDlg>
  343. <bDave2>0</bDave2>
  344. <PathWithFileName>..\..\..\..\..\components\drivers\ipc\completion_comm.c</PathWithFileName>
  345. <FilenameWithoutPath>completion_comm.c</FilenameWithoutPath>
  346. <RteFlg>0</RteFlg>
  347. <bShared>0</bShared>
  348. </File>
  349. <File>
  350. <GroupNumber>3</GroupNumber>
  351. <FileNumber>14</FileNumber>
  352. <FileType>1</FileType>
  353. <tvExp>0</tvExp>
  354. <tvExpOptDlg>0</tvExpOptDlg>
  355. <bDave2>0</bDave2>
  356. <PathWithFileName>..\..\..\..\..\components\drivers\ipc\completion_up.c</PathWithFileName>
  357. <FilenameWithoutPath>completion_up.c</FilenameWithoutPath>
  358. <RteFlg>0</RteFlg>
  359. <bShared>0</bShared>
  360. </File>
  361. <File>
  362. <GroupNumber>3</GroupNumber>
  363. <FileNumber>15</FileNumber>
  364. <FileType>1</FileType>
  365. <tvExp>0</tvExp>
  366. <tvExpOptDlg>0</tvExpOptDlg>
  367. <bDave2>0</bDave2>
  368. <PathWithFileName>..\..\..\..\..\components\drivers\ipc\condvar.c</PathWithFileName>
  369. <FilenameWithoutPath>condvar.c</FilenameWithoutPath>
  370. <RteFlg>0</RteFlg>
  371. <bShared>0</bShared>
  372. </File>
  373. <File>
  374. <GroupNumber>3</GroupNumber>
  375. <FileNumber>16</FileNumber>
  376. <FileType>1</FileType>
  377. <tvExp>0</tvExp>
  378. <tvExpOptDlg>0</tvExpOptDlg>
  379. <bDave2>0</bDave2>
  380. <PathWithFileName>..\..\..\..\..\components\drivers\ipc\dataqueue.c</PathWithFileName>
  381. <FilenameWithoutPath>dataqueue.c</FilenameWithoutPath>
  382. <RteFlg>0</RteFlg>
  383. <bShared>0</bShared>
  384. </File>
  385. <File>
  386. <GroupNumber>3</GroupNumber>
  387. <FileNumber>17</FileNumber>
  388. <FileType>1</FileType>
  389. <tvExp>0</tvExp>
  390. <tvExpOptDlg>0</tvExpOptDlg>
  391. <bDave2>0</bDave2>
  392. <PathWithFileName>..\..\..\..\..\components\drivers\ipc\pipe.c</PathWithFileName>
  393. <FilenameWithoutPath>pipe.c</FilenameWithoutPath>
  394. <RteFlg>0</RteFlg>
  395. <bShared>0</bShared>
  396. </File>
  397. <File>
  398. <GroupNumber>3</GroupNumber>
  399. <FileNumber>18</FileNumber>
  400. <FileType>1</FileType>
  401. <tvExp>0</tvExp>
  402. <tvExpOptDlg>0</tvExpOptDlg>
  403. <bDave2>0</bDave2>
  404. <PathWithFileName>..\..\..\..\..\components\drivers\ipc\ringblk_buf.c</PathWithFileName>
  405. <FilenameWithoutPath>ringblk_buf.c</FilenameWithoutPath>
  406. <RteFlg>0</RteFlg>
  407. <bShared>0</bShared>
  408. </File>
  409. <File>
  410. <GroupNumber>3</GroupNumber>
  411. <FileNumber>19</FileNumber>
  412. <FileType>1</FileType>
  413. <tvExp>0</tvExp>
  414. <tvExpOptDlg>0</tvExpOptDlg>
  415. <bDave2>0</bDave2>
  416. <PathWithFileName>..\..\..\..\..\components\drivers\ipc\ringbuffer.c</PathWithFileName>
  417. <FilenameWithoutPath>ringbuffer.c</FilenameWithoutPath>
  418. <RteFlg>0</RteFlg>
  419. <bShared>0</bShared>
  420. </File>
  421. <File>
  422. <GroupNumber>3</GroupNumber>
  423. <FileNumber>20</FileNumber>
  424. <FileType>1</FileType>
  425. <tvExp>0</tvExp>
  426. <tvExpOptDlg>0</tvExpOptDlg>
  427. <bDave2>0</bDave2>
  428. <PathWithFileName>..\..\..\..\..\components\drivers\ipc\waitqueue.c</PathWithFileName>
  429. <FilenameWithoutPath>waitqueue.c</FilenameWithoutPath>
  430. <RteFlg>0</RteFlg>
  431. <bShared>0</bShared>
  432. </File>
  433. <File>
  434. <GroupNumber>3</GroupNumber>
  435. <FileNumber>21</FileNumber>
  436. <FileType>1</FileType>
  437. <tvExp>0</tvExp>
  438. <tvExpOptDlg>0</tvExpOptDlg>
  439. <bDave2>0</bDave2>
  440. <PathWithFileName>..\..\..\..\..\components\drivers\ipc\workqueue.c</PathWithFileName>
  441. <FilenameWithoutPath>workqueue.c</FilenameWithoutPath>
  442. <RteFlg>0</RteFlg>
  443. <bShared>0</bShared>
  444. </File>
  445. <File>
  446. <GroupNumber>3</GroupNumber>
  447. <FileNumber>22</FileNumber>
  448. <FileType>1</FileType>
  449. <tvExp>0</tvExp>
  450. <tvExpOptDlg>0</tvExpOptDlg>
  451. <bDave2>0</bDave2>
  452. <PathWithFileName>..\..\..\..\..\components\drivers\pin\pin.c</PathWithFileName>
  453. <FilenameWithoutPath>pin.c</FilenameWithoutPath>
  454. <RteFlg>0</RteFlg>
  455. <bShared>0</bShared>
  456. </File>
  457. <File>
  458. <GroupNumber>3</GroupNumber>
  459. <FileNumber>23</FileNumber>
  460. <FileType>1</FileType>
  461. <tvExp>0</tvExp>
  462. <tvExpOptDlg>0</tvExpOptDlg>
  463. <bDave2>0</bDave2>
  464. <PathWithFileName>..\..\..\..\..\components\drivers\serial\serial.c</PathWithFileName>
  465. <FilenameWithoutPath>serial.c</FilenameWithoutPath>
  466. <RteFlg>0</RteFlg>
  467. <bShared>0</bShared>
  468. </File>
  469. <File>
  470. <GroupNumber>3</GroupNumber>
  471. <FileNumber>24</FileNumber>
  472. <FileType>1</FileType>
  473. <tvExp>0</tvExp>
  474. <tvExpOptDlg>0</tvExpOptDlg>
  475. <bDave2>0</bDave2>
  476. <PathWithFileName>..\..\..\..\..\components\drivers\watchdog\watchdog.c</PathWithFileName>
  477. <FilenameWithoutPath>watchdog.c</FilenameWithoutPath>
  478. <RteFlg>0</RteFlg>
  479. <bShared>0</bShared>
  480. </File>
  481. </Group>
  482. <Group>
  483. <GroupName>Drivers</GroupName>
  484. <tvExp>0</tvExp>
  485. <tvExpOptDlg>0</tvExpOptDlg>
  486. <cbSel>0</cbSel>
  487. <RteFlg>0</RteFlg>
  488. <File>
  489. <GroupNumber>4</GroupNumber>
  490. <FileNumber>25</FileNumber>
  491. <FileType>1</FileType>
  492. <tvExp>0</tvExp>
  493. <tvExpOptDlg>0</tvExpOptDlg>
  494. <bDave2>0</bDave2>
  495. <PathWithFileName>board\MCUX_Config\board\clock_config.c</PathWithFileName>
  496. <FilenameWithoutPath>clock_config.c</FilenameWithoutPath>
  497. <RteFlg>0</RteFlg>
  498. <bShared>0</bShared>
  499. </File>
  500. <File>
  501. <GroupNumber>4</GroupNumber>
  502. <FileNumber>26</FileNumber>
  503. <FileType>1</FileType>
  504. <tvExp>0</tvExp>
  505. <tvExpOptDlg>0</tvExpOptDlg>
  506. <bDave2>0</bDave2>
  507. <PathWithFileName>board\MCUX_Config\board\pin_mux.c</PathWithFileName>
  508. <FilenameWithoutPath>pin_mux.c</FilenameWithoutPath>
  509. <RteFlg>0</RteFlg>
  510. <bShared>0</bShared>
  511. </File>
  512. <File>
  513. <GroupNumber>4</GroupNumber>
  514. <FileNumber>27</FileNumber>
  515. <FileType>1</FileType>
  516. <tvExp>0</tvExp>
  517. <tvExpOptDlg>0</tvExpOptDlg>
  518. <bDave2>0</bDave2>
  519. <PathWithFileName>board\board.c</PathWithFileName>
  520. <FilenameWithoutPath>board.c</FilenameWithoutPath>
  521. <RteFlg>0</RteFlg>
  522. <bShared>0</bShared>
  523. </File>
  524. <File>
  525. <GroupNumber>4</GroupNumber>
  526. <FileNumber>28</FileNumber>
  527. <FileType>1</FileType>
  528. <tvExp>0</tvExp>
  529. <tvExpOptDlg>0</tvExpOptDlg>
  530. <bDave2>0</bDave2>
  531. <PathWithFileName>..\Libraries\drivers\drv_can.c</PathWithFileName>
  532. <FilenameWithoutPath>drv_can.c</FilenameWithoutPath>
  533. <RteFlg>0</RteFlg>
  534. <bShared>0</bShared>
  535. </File>
  536. <File>
  537. <GroupNumber>4</GroupNumber>
  538. <FileNumber>29</FileNumber>
  539. <FileType>1</FileType>
  540. <tvExp>0</tvExp>
  541. <tvExpOptDlg>0</tvExpOptDlg>
  542. <bDave2>0</bDave2>
  543. <PathWithFileName>..\Libraries\drivers\drv_pin.c</PathWithFileName>
  544. <FilenameWithoutPath>drv_pin.c</FilenameWithoutPath>
  545. <RteFlg>0</RteFlg>
  546. <bShared>0</bShared>
  547. </File>
  548. <File>
  549. <GroupNumber>4</GroupNumber>
  550. <FileNumber>30</FileNumber>
  551. <FileType>1</FileType>
  552. <tvExp>0</tvExp>
  553. <tvExpOptDlg>0</tvExpOptDlg>
  554. <bDave2>0</bDave2>
  555. <PathWithFileName>..\Libraries\drivers\drv_uart.c</PathWithFileName>
  556. <FilenameWithoutPath>drv_uart.c</FilenameWithoutPath>
  557. <RteFlg>0</RteFlg>
  558. <bShared>0</bShared>
  559. </File>
  560. <File>
  561. <GroupNumber>4</GroupNumber>
  562. <FileNumber>31</FileNumber>
  563. <FileType>1</FileType>
  564. <tvExp>0</tvExp>
  565. <tvExpOptDlg>0</tvExpOptDlg>
  566. <bDave2>0</bDave2>
  567. <PathWithFileName>..\Libraries\drivers\drv_wdt.c</PathWithFileName>
  568. <FilenameWithoutPath>drv_wdt.c</FilenameWithoutPath>
  569. <RteFlg>0</RteFlg>
  570. <bShared>0</bShared>
  571. </File>
  572. </Group>
  573. <Group>
  574. <GroupName>Finsh</GroupName>
  575. <tvExp>0</tvExp>
  576. <tvExpOptDlg>0</tvExpOptDlg>
  577. <cbSel>0</cbSel>
  578. <RteFlg>0</RteFlg>
  579. <File>
  580. <GroupNumber>5</GroupNumber>
  581. <FileNumber>32</FileNumber>
  582. <FileType>1</FileType>
  583. <tvExp>0</tvExp>
  584. <tvExpOptDlg>0</tvExpOptDlg>
  585. <bDave2>0</bDave2>
  586. <PathWithFileName>..\..\..\..\..\components\finsh\shell.c</PathWithFileName>
  587. <FilenameWithoutPath>shell.c</FilenameWithoutPath>
  588. <RteFlg>0</RteFlg>
  589. <bShared>0</bShared>
  590. </File>
  591. <File>
  592. <GroupNumber>5</GroupNumber>
  593. <FileNumber>33</FileNumber>
  594. <FileType>1</FileType>
  595. <tvExp>0</tvExp>
  596. <tvExpOptDlg>0</tvExpOptDlg>
  597. <bDave2>0</bDave2>
  598. <PathWithFileName>..\..\..\..\..\components\finsh\cmd.c</PathWithFileName>
  599. <FilenameWithoutPath>cmd.c</FilenameWithoutPath>
  600. <RteFlg>0</RteFlg>
  601. <bShared>0</bShared>
  602. </File>
  603. <File>
  604. <GroupNumber>5</GroupNumber>
  605. <FileNumber>34</FileNumber>
  606. <FileType>1</FileType>
  607. <tvExp>0</tvExp>
  608. <tvExpOptDlg>0</tvExpOptDlg>
  609. <bDave2>0</bDave2>
  610. <PathWithFileName>..\..\..\..\..\components\finsh\msh_parse.c</PathWithFileName>
  611. <FilenameWithoutPath>msh_parse.c</FilenameWithoutPath>
  612. <RteFlg>0</RteFlg>
  613. <bShared>0</bShared>
  614. </File>
  615. <File>
  616. <GroupNumber>5</GroupNumber>
  617. <FileNumber>35</FileNumber>
  618. <FileType>1</FileType>
  619. <tvExp>0</tvExp>
  620. <tvExpOptDlg>0</tvExpOptDlg>
  621. <bDave2>0</bDave2>
  622. <PathWithFileName>..\..\..\..\..\components\finsh\msh.c</PathWithFileName>
  623. <FilenameWithoutPath>msh.c</FilenameWithoutPath>
  624. <RteFlg>0</RteFlg>
  625. <bShared>0</bShared>
  626. </File>
  627. </Group>
  628. <Group>
  629. <GroupName>Kernel</GroupName>
  630. <tvExp>0</tvExp>
  631. <tvExpOptDlg>0</tvExpOptDlg>
  632. <cbSel>0</cbSel>
  633. <RteFlg>0</RteFlg>
  634. <File>
  635. <GroupNumber>6</GroupNumber>
  636. <FileNumber>36</FileNumber>
  637. <FileType>1</FileType>
  638. <tvExp>0</tvExp>
  639. <tvExpOptDlg>0</tvExpOptDlg>
  640. <bDave2>0</bDave2>
  641. <PathWithFileName>..\..\..\..\..\src\clock.c</PathWithFileName>
  642. <FilenameWithoutPath>clock.c</FilenameWithoutPath>
  643. <RteFlg>0</RteFlg>
  644. <bShared>0</bShared>
  645. </File>
  646. <File>
  647. <GroupNumber>6</GroupNumber>
  648. <FileNumber>37</FileNumber>
  649. <FileType>1</FileType>
  650. <tvExp>0</tvExp>
  651. <tvExpOptDlg>0</tvExpOptDlg>
  652. <bDave2>0</bDave2>
  653. <PathWithFileName>..\..\..\..\..\src\components.c</PathWithFileName>
  654. <FilenameWithoutPath>components.c</FilenameWithoutPath>
  655. <RteFlg>0</RteFlg>
  656. <bShared>0</bShared>
  657. </File>
  658. <File>
  659. <GroupNumber>6</GroupNumber>
  660. <FileNumber>38</FileNumber>
  661. <FileType>1</FileType>
  662. <tvExp>0</tvExp>
  663. <tvExpOptDlg>0</tvExpOptDlg>
  664. <bDave2>0</bDave2>
  665. <PathWithFileName>..\..\..\..\..\src\cpu_up.c</PathWithFileName>
  666. <FilenameWithoutPath>cpu_up.c</FilenameWithoutPath>
  667. <RteFlg>0</RteFlg>
  668. <bShared>0</bShared>
  669. </File>
  670. <File>
  671. <GroupNumber>6</GroupNumber>
  672. <FileNumber>39</FileNumber>
  673. <FileType>1</FileType>
  674. <tvExp>0</tvExp>
  675. <tvExpOptDlg>0</tvExpOptDlg>
  676. <bDave2>0</bDave2>
  677. <PathWithFileName>..\..\..\..\..\src\idle.c</PathWithFileName>
  678. <FilenameWithoutPath>idle.c</FilenameWithoutPath>
  679. <RteFlg>0</RteFlg>
  680. <bShared>0</bShared>
  681. </File>
  682. <File>
  683. <GroupNumber>6</GroupNumber>
  684. <FileNumber>40</FileNumber>
  685. <FileType>1</FileType>
  686. <tvExp>0</tvExp>
  687. <tvExpOptDlg>0</tvExpOptDlg>
  688. <bDave2>0</bDave2>
  689. <PathWithFileName>..\..\..\..\..\src\ipc.c</PathWithFileName>
  690. <FilenameWithoutPath>ipc.c</FilenameWithoutPath>
  691. <RteFlg>0</RteFlg>
  692. <bShared>0</bShared>
  693. </File>
  694. <File>
  695. <GroupNumber>6</GroupNumber>
  696. <FileNumber>41</FileNumber>
  697. <FileType>1</FileType>
  698. <tvExp>0</tvExp>
  699. <tvExpOptDlg>0</tvExpOptDlg>
  700. <bDave2>0</bDave2>
  701. <PathWithFileName>..\..\..\..\..\src\irq.c</PathWithFileName>
  702. <FilenameWithoutPath>irq.c</FilenameWithoutPath>
  703. <RteFlg>0</RteFlg>
  704. <bShared>0</bShared>
  705. </File>
  706. <File>
  707. <GroupNumber>6</GroupNumber>
  708. <FileNumber>42</FileNumber>
  709. <FileType>1</FileType>
  710. <tvExp>0</tvExp>
  711. <tvExpOptDlg>0</tvExpOptDlg>
  712. <bDave2>0</bDave2>
  713. <PathWithFileName>..\..\..\..\..\src\klibc\kstdio.c</PathWithFileName>
  714. <FilenameWithoutPath>kstdio.c</FilenameWithoutPath>
  715. <RteFlg>0</RteFlg>
  716. <bShared>0</bShared>
  717. </File>
  718. <File>
  719. <GroupNumber>6</GroupNumber>
  720. <FileNumber>43</FileNumber>
  721. <FileType>1</FileType>
  722. <tvExp>0</tvExp>
  723. <tvExpOptDlg>0</tvExpOptDlg>
  724. <bDave2>0</bDave2>
  725. <PathWithFileName>..\..\..\..\..\src\klibc\kstring.c</PathWithFileName>
  726. <FilenameWithoutPath>kstring.c</FilenameWithoutPath>
  727. <RteFlg>0</RteFlg>
  728. <bShared>0</bShared>
  729. </File>
  730. <File>
  731. <GroupNumber>6</GroupNumber>
  732. <FileNumber>44</FileNumber>
  733. <FileType>1</FileType>
  734. <tvExp>0</tvExp>
  735. <tvExpOptDlg>0</tvExpOptDlg>
  736. <bDave2>0</bDave2>
  737. <PathWithFileName>..\..\..\..\..\src\kservice.c</PathWithFileName>
  738. <FilenameWithoutPath>kservice.c</FilenameWithoutPath>
  739. <RteFlg>0</RteFlg>
  740. <bShared>0</bShared>
  741. </File>
  742. <File>
  743. <GroupNumber>6</GroupNumber>
  744. <FileNumber>45</FileNumber>
  745. <FileType>1</FileType>
  746. <tvExp>0</tvExp>
  747. <tvExpOptDlg>0</tvExpOptDlg>
  748. <bDave2>0</bDave2>
  749. <PathWithFileName>..\..\..\..\..\src\mem.c</PathWithFileName>
  750. <FilenameWithoutPath>mem.c</FilenameWithoutPath>
  751. <RteFlg>0</RteFlg>
  752. <bShared>0</bShared>
  753. </File>
  754. <File>
  755. <GroupNumber>6</GroupNumber>
  756. <FileNumber>46</FileNumber>
  757. <FileType>1</FileType>
  758. <tvExp>0</tvExp>
  759. <tvExpOptDlg>0</tvExpOptDlg>
  760. <bDave2>0</bDave2>
  761. <PathWithFileName>..\..\..\..\..\src\mempool.c</PathWithFileName>
  762. <FilenameWithoutPath>mempool.c</FilenameWithoutPath>
  763. <RteFlg>0</RteFlg>
  764. <bShared>0</bShared>
  765. </File>
  766. <File>
  767. <GroupNumber>6</GroupNumber>
  768. <FileNumber>47</FileNumber>
  769. <FileType>1</FileType>
  770. <tvExp>0</tvExp>
  771. <tvExpOptDlg>0</tvExpOptDlg>
  772. <bDave2>0</bDave2>
  773. <PathWithFileName>..\..\..\..\..\src\object.c</PathWithFileName>
  774. <FilenameWithoutPath>object.c</FilenameWithoutPath>
  775. <RteFlg>0</RteFlg>
  776. <bShared>0</bShared>
  777. </File>
  778. <File>
  779. <GroupNumber>6</GroupNumber>
  780. <FileNumber>48</FileNumber>
  781. <FileType>1</FileType>
  782. <tvExp>0</tvExp>
  783. <tvExpOptDlg>0</tvExpOptDlg>
  784. <bDave2>0</bDave2>
  785. <PathWithFileName>..\..\..\..\..\src\scheduler_comm.c</PathWithFileName>
  786. <FilenameWithoutPath>scheduler_comm.c</FilenameWithoutPath>
  787. <RteFlg>0</RteFlg>
  788. <bShared>0</bShared>
  789. </File>
  790. <File>
  791. <GroupNumber>6</GroupNumber>
  792. <FileNumber>49</FileNumber>
  793. <FileType>1</FileType>
  794. <tvExp>0</tvExp>
  795. <tvExpOptDlg>0</tvExpOptDlg>
  796. <bDave2>0</bDave2>
  797. <PathWithFileName>..\..\..\..\..\src\scheduler_up.c</PathWithFileName>
  798. <FilenameWithoutPath>scheduler_up.c</FilenameWithoutPath>
  799. <RteFlg>0</RteFlg>
  800. <bShared>0</bShared>
  801. </File>
  802. <File>
  803. <GroupNumber>6</GroupNumber>
  804. <FileNumber>50</FileNumber>
  805. <FileType>1</FileType>
  806. <tvExp>0</tvExp>
  807. <tvExpOptDlg>0</tvExpOptDlg>
  808. <bDave2>0</bDave2>
  809. <PathWithFileName>..\..\..\..\..\src\thread.c</PathWithFileName>
  810. <FilenameWithoutPath>thread.c</FilenameWithoutPath>
  811. <RteFlg>0</RteFlg>
  812. <bShared>0</bShared>
  813. </File>
  814. <File>
  815. <GroupNumber>6</GroupNumber>
  816. <FileNumber>51</FileNumber>
  817. <FileType>1</FileType>
  818. <tvExp>0</tvExp>
  819. <tvExpOptDlg>0</tvExpOptDlg>
  820. <bDave2>0</bDave2>
  821. <PathWithFileName>..\..\..\..\..\src\timer.c</PathWithFileName>
  822. <FilenameWithoutPath>timer.c</FilenameWithoutPath>
  823. <RteFlg>0</RteFlg>
  824. <bShared>0</bShared>
  825. </File>
  826. </Group>
  827. <Group>
  828. <GroupName>libcpu</GroupName>
  829. <tvExp>0</tvExp>
  830. <tvExpOptDlg>0</tvExpOptDlg>
  831. <cbSel>0</cbSel>
  832. <RteFlg>0</RteFlg>
  833. <File>
  834. <GroupNumber>7</GroupNumber>
  835. <FileNumber>52</FileNumber>
  836. <FileType>1</FileType>
  837. <tvExp>0</tvExp>
  838. <tvExpOptDlg>0</tvExpOptDlg>
  839. <bDave2>0</bDave2>
  840. <PathWithFileName>..\..\..\..\..\libcpu\arm\common\atomic_arm.c</PathWithFileName>
  841. <FilenameWithoutPath>atomic_arm.c</FilenameWithoutPath>
  842. <RteFlg>0</RteFlg>
  843. <bShared>0</bShared>
  844. </File>
  845. <File>
  846. <GroupNumber>7</GroupNumber>
  847. <FileNumber>53</FileNumber>
  848. <FileType>1</FileType>
  849. <tvExp>0</tvExp>
  850. <tvExpOptDlg>0</tvExpOptDlg>
  851. <bDave2>0</bDave2>
  852. <PathWithFileName>..\..\..\..\..\libcpu\arm\common\div0.c</PathWithFileName>
  853. <FilenameWithoutPath>div0.c</FilenameWithoutPath>
  854. <RteFlg>0</RteFlg>
  855. <bShared>0</bShared>
  856. </File>
  857. <File>
  858. <GroupNumber>7</GroupNumber>
  859. <FileNumber>54</FileNumber>
  860. <FileType>1</FileType>
  861. <tvExp>0</tvExp>
  862. <tvExpOptDlg>0</tvExpOptDlg>
  863. <bDave2>0</bDave2>
  864. <PathWithFileName>..\..\..\..\..\libcpu\arm\common\showmem.c</PathWithFileName>
  865. <FilenameWithoutPath>showmem.c</FilenameWithoutPath>
  866. <RteFlg>0</RteFlg>
  867. <bShared>0</bShared>
  868. </File>
  869. <File>
  870. <GroupNumber>7</GroupNumber>
  871. <FileNumber>55</FileNumber>
  872. <FileType>2</FileType>
  873. <tvExp>0</tvExp>
  874. <tvExpOptDlg>0</tvExpOptDlg>
  875. <bDave2>0</bDave2>
  876. <PathWithFileName>..\..\..\..\..\libcpu\arm\cortex-m33\context_rvds.S</PathWithFileName>
  877. <FilenameWithoutPath>context_rvds.S</FilenameWithoutPath>
  878. <RteFlg>0</RteFlg>
  879. <bShared>0</bShared>
  880. </File>
  881. <File>
  882. <GroupNumber>7</GroupNumber>
  883. <FileNumber>56</FileNumber>
  884. <FileType>1</FileType>
  885. <tvExp>0</tvExp>
  886. <tvExpOptDlg>0</tvExpOptDlg>
  887. <bDave2>0</bDave2>
  888. <PathWithFileName>..\..\..\..\..\libcpu\arm\cortex-m33\cpuport.c</PathWithFileName>
  889. <FilenameWithoutPath>cpuport.c</FilenameWithoutPath>
  890. <RteFlg>0</RteFlg>
  891. <bShared>0</bShared>
  892. </File>
  893. <File>
  894. <GroupNumber>7</GroupNumber>
  895. <FileNumber>57</FileNumber>
  896. <FileType>2</FileType>
  897. <tvExp>0</tvExp>
  898. <tvExpOptDlg>0</tvExpOptDlg>
  899. <bDave2>0</bDave2>
  900. <PathWithFileName>..\..\..\..\..\libcpu\arm\cortex-m33\syscall_rvds.S</PathWithFileName>
  901. <FilenameWithoutPath>syscall_rvds.S</FilenameWithoutPath>
  902. <RteFlg>0</RteFlg>
  903. <bShared>0</bShared>
  904. </File>
  905. <File>
  906. <GroupNumber>7</GroupNumber>
  907. <FileNumber>58</FileNumber>
  908. <FileType>1</FileType>
  909. <tvExp>0</tvExp>
  910. <tvExpOptDlg>0</tvExpOptDlg>
  911. <bDave2>0</bDave2>
  912. <PathWithFileName>..\..\..\..\..\libcpu\arm\cortex-m33\trustzone.c</PathWithFileName>
  913. <FilenameWithoutPath>trustzone.c</FilenameWithoutPath>
  914. <RteFlg>0</RteFlg>
  915. <bShared>0</bShared>
  916. </File>
  917. </Group>
  918. <Group>
  919. <GroupName>Libraries</GroupName>
  920. <tvExp>0</tvExp>
  921. <tvExpOptDlg>0</tvExpOptDlg>
  922. <cbSel>0</cbSel>
  923. <RteFlg>0</RteFlg>
  924. <File>
  925. <GroupNumber>8</GroupNumber>
  926. <FileNumber>59</FileNumber>
  927. <FileType>1</FileType>
  928. <tvExp>0</tvExp>
  929. <tvExpOptDlg>0</tvExpOptDlg>
  930. <bDave2>0</bDave2>
  931. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_flexio_spi_edma.c</PathWithFileName>
  932. <FilenameWithoutPath>fsl_flexio_spi_edma.c</FilenameWithoutPath>
  933. <RteFlg>0</RteFlg>
  934. <bShared>0</bShared>
  935. </File>
  936. <File>
  937. <GroupNumber>8</GroupNumber>
  938. <FileNumber>60</FileNumber>
  939. <FileType>1</FileType>
  940. <tvExp>0</tvExp>
  941. <tvExpOptDlg>0</tvExpOptDlg>
  942. <bDave2>0</bDave2>
  943. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_mrt.c</PathWithFileName>
  944. <FilenameWithoutPath>fsl_mrt.c</FilenameWithoutPath>
  945. <RteFlg>0</RteFlg>
  946. <bShared>0</bShared>
  947. </File>
  948. <File>
  949. <GroupNumber>8</GroupNumber>
  950. <FileNumber>61</FileNumber>
  951. <FileType>1</FileType>
  952. <tvExp>0</tvExp>
  953. <tvExpOptDlg>0</tvExpOptDlg>
  954. <bDave2>0</bDave2>
  955. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_cdog.c</PathWithFileName>
  956. <FilenameWithoutPath>fsl_cdog.c</FilenameWithoutPath>
  957. <RteFlg>0</RteFlg>
  958. <bShared>0</bShared>
  959. </File>
  960. <File>
  961. <GroupNumber>8</GroupNumber>
  962. <FileNumber>62</FileNumber>
  963. <FileType>1</FileType>
  964. <tvExp>0</tvExp>
  965. <tvExpOptDlg>0</tvExpOptDlg>
  966. <bDave2>0</bDave2>
  967. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_i3c_edma.c</PathWithFileName>
  968. <FilenameWithoutPath>fsl_i3c_edma.c</FilenameWithoutPath>
  969. <RteFlg>0</RteFlg>
  970. <bShared>0</bShared>
  971. </File>
  972. <File>
  973. <GroupNumber>8</GroupNumber>
  974. <FileNumber>63</FileNumber>
  975. <FileType>1</FileType>
  976. <tvExp>0</tvExp>
  977. <tvExpOptDlg>0</tvExpOptDlg>
  978. <bDave2>0</bDave2>
  979. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_flexio_uart_edma.c</PathWithFileName>
  980. <FilenameWithoutPath>fsl_flexio_uart_edma.c</FilenameWithoutPath>
  981. <RteFlg>0</RteFlg>
  982. <bShared>0</bShared>
  983. </File>
  984. <File>
  985. <GroupNumber>8</GroupNumber>
  986. <FileNumber>64</FileNumber>
  987. <FileType>1</FileType>
  988. <tvExp>0</tvExp>
  989. <tvExpOptDlg>0</tvExpOptDlg>
  990. <bDave2>0</bDave2>
  991. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_edma.c</PathWithFileName>
  992. <FilenameWithoutPath>fsl_edma.c</FilenameWithoutPath>
  993. <RteFlg>0</RteFlg>
  994. <bShared>0</bShared>
  995. </File>
  996. <File>
  997. <GroupNumber>8</GroupNumber>
  998. <FileNumber>65</FileNumber>
  999. <FileType>1</FileType>
  1000. <tvExp>0</tvExp>
  1001. <tvExpOptDlg>0</tvExpOptDlg>
  1002. <bDave2>0</bDave2>
  1003. <PathWithFileName>..\Libraries\MCXN236\MCXN236\system_MCXN236.c</PathWithFileName>
  1004. <FilenameWithoutPath>system_MCXN236.c</FilenameWithoutPath>
  1005. <RteFlg>0</RteFlg>
  1006. <bShared>0</bShared>
  1007. </File>
  1008. <File>
  1009. <GroupNumber>8</GroupNumber>
  1010. <FileNumber>66</FileNumber>
  1011. <FileType>1</FileType>
  1012. <tvExp>0</tvExp>
  1013. <tvExpOptDlg>0</tvExpOptDlg>
  1014. <bDave2>0</bDave2>
  1015. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_common_arm.c</PathWithFileName>
  1016. <FilenameWithoutPath>fsl_common_arm.c</FilenameWithoutPath>
  1017. <RteFlg>0</RteFlg>
  1018. <bShared>0</bShared>
  1019. </File>
  1020. <File>
  1021. <GroupNumber>8</GroupNumber>
  1022. <FileNumber>67</FileNumber>
  1023. <FileType>1</FileType>
  1024. <tvExp>0</tvExp>
  1025. <tvExpOptDlg>0</tvExpOptDlg>
  1026. <bDave2>0</bDave2>
  1027. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_freqme.c</PathWithFileName>
  1028. <FilenameWithoutPath>fsl_freqme.c</FilenameWithoutPath>
  1029. <RteFlg>0</RteFlg>
  1030. <bShared>0</bShared>
  1031. </File>
  1032. <File>
  1033. <GroupNumber>8</GroupNumber>
  1034. <FileNumber>68</FileNumber>
  1035. <FileType>1</FileType>
  1036. <tvExp>0</tvExp>
  1037. <tvExpOptDlg>0</tvExpOptDlg>
  1038. <bDave2>0</bDave2>
  1039. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_lpflexcomm.c</PathWithFileName>
  1040. <FilenameWithoutPath>fsl_lpflexcomm.c</FilenameWithoutPath>
  1041. <RteFlg>0</RteFlg>
  1042. <bShared>0</bShared>
  1043. </File>
  1044. <File>
  1045. <GroupNumber>8</GroupNumber>
  1046. <FileNumber>69</FileNumber>
  1047. <FileType>1</FileType>
  1048. <tvExp>0</tvExp>
  1049. <tvExpOptDlg>0</tvExpOptDlg>
  1050. <bDave2>0</bDave2>
  1051. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_lptmr.c</PathWithFileName>
  1052. <FilenameWithoutPath>fsl_lptmr.c</FilenameWithoutPath>
  1053. <RteFlg>0</RteFlg>
  1054. <bShared>0</bShared>
  1055. </File>
  1056. <File>
  1057. <GroupNumber>8</GroupNumber>
  1058. <FileNumber>70</FileNumber>
  1059. <FileType>1</FileType>
  1060. <tvExp>0</tvExp>
  1061. <tvExpOptDlg>0</tvExpOptDlg>
  1062. <bDave2>0</bDave2>
  1063. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_ctimer.c</PathWithFileName>
  1064. <FilenameWithoutPath>fsl_ctimer.c</FilenameWithoutPath>
  1065. <RteFlg>0</RteFlg>
  1066. <bShared>0</bShared>
  1067. </File>
  1068. <File>
  1069. <GroupNumber>8</GroupNumber>
  1070. <FileNumber>71</FileNumber>
  1071. <FileType>1</FileType>
  1072. <tvExp>0</tvExp>
  1073. <tvExpOptDlg>0</tvExpOptDlg>
  1074. <bDave2>0</bDave2>
  1075. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_i3c.c</PathWithFileName>
  1076. <FilenameWithoutPath>fsl_i3c.c</FilenameWithoutPath>
  1077. <RteFlg>0</RteFlg>
  1078. <bShared>0</bShared>
  1079. </File>
  1080. <File>
  1081. <GroupNumber>8</GroupNumber>
  1082. <FileNumber>72</FileNumber>
  1083. <FileType>1</FileType>
  1084. <tvExp>0</tvExp>
  1085. <tvExpOptDlg>0</tvExpOptDlg>
  1086. <bDave2>0</bDave2>
  1087. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_irtc.c</PathWithFileName>
  1088. <FilenameWithoutPath>fsl_irtc.c</FilenameWithoutPath>
  1089. <RteFlg>0</RteFlg>
  1090. <bShared>0</bShared>
  1091. </File>
  1092. <File>
  1093. <GroupNumber>8</GroupNumber>
  1094. <FileNumber>73</FileNumber>
  1095. <FileType>1</FileType>
  1096. <tvExp>0</tvExp>
  1097. <tvExpOptDlg>0</tvExpOptDlg>
  1098. <bDave2>0</bDave2>
  1099. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_lpi2c_edma.c</PathWithFileName>
  1100. <FilenameWithoutPath>fsl_lpi2c_edma.c</FilenameWithoutPath>
  1101. <RteFlg>0</RteFlg>
  1102. <bShared>0</bShared>
  1103. </File>
  1104. <File>
  1105. <GroupNumber>8</GroupNumber>
  1106. <FileNumber>74</FileNumber>
  1107. <FileType>1</FileType>
  1108. <tvExp>0</tvExp>
  1109. <tvExpOptDlg>0</tvExpOptDlg>
  1110. <bDave2>0</bDave2>
  1111. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_flexio_i2c_master.c</PathWithFileName>
  1112. <FilenameWithoutPath>fsl_flexio_i2c_master.c</FilenameWithoutPath>
  1113. <RteFlg>0</RteFlg>
  1114. <bShared>0</bShared>
  1115. </File>
  1116. <File>
  1117. <GroupNumber>8</GroupNumber>
  1118. <FileNumber>75</FileNumber>
  1119. <FileType>2</FileType>
  1120. <tvExp>0</tvExp>
  1121. <tvExpOptDlg>0</tvExpOptDlg>
  1122. <bDave2>0</bDave2>
  1123. <PathWithFileName>..\Libraries\MCXN236\MCXN236\arm\startup_MCXN236.S</PathWithFileName>
  1124. <FilenameWithoutPath>startup_MCXN236.S</FilenameWithoutPath>
  1125. <RteFlg>0</RteFlg>
  1126. <bShared>0</bShared>
  1127. </File>
  1128. <File>
  1129. <GroupNumber>8</GroupNumber>
  1130. <FileNumber>76</FileNumber>
  1131. <FileType>1</FileType>
  1132. <tvExp>0</tvExp>
  1133. <tvExpOptDlg>0</tvExpOptDlg>
  1134. <bDave2>0</bDave2>
  1135. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_ewm.c</PathWithFileName>
  1136. <FilenameWithoutPath>fsl_ewm.c</FilenameWithoutPath>
  1137. <RteFlg>0</RteFlg>
  1138. <bShared>0</bShared>
  1139. </File>
  1140. <File>
  1141. <GroupNumber>8</GroupNumber>
  1142. <FileNumber>77</FileNumber>
  1143. <FileType>1</FileType>
  1144. <tvExp>0</tvExp>
  1145. <tvExpOptDlg>0</tvExpOptDlg>
  1146. <bDave2>0</bDave2>
  1147. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_edma_soc.c</PathWithFileName>
  1148. <FilenameWithoutPath>fsl_edma_soc.c</FilenameWithoutPath>
  1149. <RteFlg>0</RteFlg>
  1150. <bShared>0</bShared>
  1151. </File>
  1152. <File>
  1153. <GroupNumber>8</GroupNumber>
  1154. <FileNumber>78</FileNumber>
  1155. <FileType>1</FileType>
  1156. <tvExp>0</tvExp>
  1157. <tvExpOptDlg>0</tvExpOptDlg>
  1158. <bDave2>0</bDave2>
  1159. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_flexcan.c</PathWithFileName>
  1160. <FilenameWithoutPath>fsl_flexcan.c</FilenameWithoutPath>
  1161. <RteFlg>0</RteFlg>
  1162. <bShared>0</bShared>
  1163. </File>
  1164. <File>
  1165. <GroupNumber>8</GroupNumber>
  1166. <FileNumber>79</FileNumber>
  1167. <FileType>1</FileType>
  1168. <tvExp>0</tvExp>
  1169. <tvExpOptDlg>0</tvExpOptDlg>
  1170. <bDave2>0</bDave2>
  1171. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_evtg.c</PathWithFileName>
  1172. <FilenameWithoutPath>fsl_evtg.c</FilenameWithoutPath>
  1173. <RteFlg>0</RteFlg>
  1174. <bShared>0</bShared>
  1175. </File>
  1176. <File>
  1177. <GroupNumber>8</GroupNumber>
  1178. <FileNumber>80</FileNumber>
  1179. <FileType>1</FileType>
  1180. <tvExp>0</tvExp>
  1181. <tvExpOptDlg>0</tvExpOptDlg>
  1182. <bDave2>0</bDave2>
  1183. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_flexio_mculcd_edma.c</PathWithFileName>
  1184. <FilenameWithoutPath>fsl_flexio_mculcd_edma.c</FilenameWithoutPath>
  1185. <RteFlg>0</RteFlg>
  1186. <bShared>0</bShared>
  1187. </File>
  1188. <File>
  1189. <GroupNumber>8</GroupNumber>
  1190. <FileNumber>81</FileNumber>
  1191. <FileType>1</FileType>
  1192. <tvExp>0</tvExp>
  1193. <tvExpOptDlg>0</tvExpOptDlg>
  1194. <bDave2>0</bDave2>
  1195. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_clock.c</PathWithFileName>
  1196. <FilenameWithoutPath>fsl_clock.c</FilenameWithoutPath>
  1197. <RteFlg>0</RteFlg>
  1198. <bShared>0</bShared>
  1199. </File>
  1200. <File>
  1201. <GroupNumber>8</GroupNumber>
  1202. <FileNumber>82</FileNumber>
  1203. <FileType>1</FileType>
  1204. <tvExp>0</tvExp>
  1205. <tvExpOptDlg>0</tvExpOptDlg>
  1206. <bDave2>0</bDave2>
  1207. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_cache_lpcac.c</PathWithFileName>
  1208. <FilenameWithoutPath>fsl_cache_lpcac.c</FilenameWithoutPath>
  1209. <RteFlg>0</RteFlg>
  1210. <bShared>0</bShared>
  1211. </File>
  1212. <File>
  1213. <GroupNumber>8</GroupNumber>
  1214. <FileNumber>83</FileNumber>
  1215. <FileType>1</FileType>
  1216. <tvExp>0</tvExp>
  1217. <tvExpOptDlg>0</tvExpOptDlg>
  1218. <bDave2>0</bDave2>
  1219. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_eim.c</PathWithFileName>
  1220. <FilenameWithoutPath>fsl_eim.c</FilenameWithoutPath>
  1221. <RteFlg>0</RteFlg>
  1222. <bShared>0</bShared>
  1223. </File>
  1224. <File>
  1225. <GroupNumber>8</GroupNumber>
  1226. <FileNumber>84</FileNumber>
  1227. <FileType>1</FileType>
  1228. <tvExp>0</tvExp>
  1229. <tvExpOptDlg>0</tvExpOptDlg>
  1230. <bDave2>0</bDave2>
  1231. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_erm.c</PathWithFileName>
  1232. <FilenameWithoutPath>fsl_erm.c</FilenameWithoutPath>
  1233. <RteFlg>0</RteFlg>
  1234. <bShared>0</bShared>
  1235. </File>
  1236. <File>
  1237. <GroupNumber>8</GroupNumber>
  1238. <FileNumber>85</FileNumber>
  1239. <FileType>1</FileType>
  1240. <tvExp>0</tvExp>
  1241. <tvExpOptDlg>0</tvExpOptDlg>
  1242. <bDave2>0</bDave2>
  1243. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_flexio_uart.c</PathWithFileName>
  1244. <FilenameWithoutPath>fsl_flexio_uart.c</FilenameWithoutPath>
  1245. <RteFlg>0</RteFlg>
  1246. <bShared>0</bShared>
  1247. </File>
  1248. <File>
  1249. <GroupNumber>8</GroupNumber>
  1250. <FileNumber>86</FileNumber>
  1251. <FileType>1</FileType>
  1252. <tvExp>0</tvExp>
  1253. <tvExpOptDlg>0</tvExpOptDlg>
  1254. <bDave2>0</bDave2>
  1255. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_wwdt.c</PathWithFileName>
  1256. <FilenameWithoutPath>fsl_wwdt.c</FilenameWithoutPath>
  1257. <RteFlg>0</RteFlg>
  1258. <bShared>0</bShared>
  1259. </File>
  1260. <File>
  1261. <GroupNumber>8</GroupNumber>
  1262. <FileNumber>87</FileNumber>
  1263. <FileType>1</FileType>
  1264. <tvExp>0</tvExp>
  1265. <tvExpOptDlg>0</tvExpOptDlg>
  1266. <bDave2>0</bDave2>
  1267. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_lpadc.c</PathWithFileName>
  1268. <FilenameWithoutPath>fsl_lpadc.c</FilenameWithoutPath>
  1269. <RteFlg>0</RteFlg>
  1270. <bShared>0</bShared>
  1271. </File>
  1272. <File>
  1273. <GroupNumber>8</GroupNumber>
  1274. <FileNumber>88</FileNumber>
  1275. <FileType>1</FileType>
  1276. <tvExp>0</tvExp>
  1277. <tvExpOptDlg>0</tvExpOptDlg>
  1278. <bDave2>0</bDave2>
  1279. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_vref.c</PathWithFileName>
  1280. <FilenameWithoutPath>fsl_vref.c</FilenameWithoutPath>
  1281. <RteFlg>0</RteFlg>
  1282. <bShared>0</bShared>
  1283. </File>
  1284. <File>
  1285. <GroupNumber>8</GroupNumber>
  1286. <FileNumber>89</FileNumber>
  1287. <FileType>1</FileType>
  1288. <tvExp>0</tvExp>
  1289. <tvExpOptDlg>0</tvExpOptDlg>
  1290. <bDave2>0</bDave2>
  1291. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_lpspi_edma.c</PathWithFileName>
  1292. <FilenameWithoutPath>fsl_lpspi_edma.c</FilenameWithoutPath>
  1293. <RteFlg>0</RteFlg>
  1294. <bShared>0</bShared>
  1295. </File>
  1296. <File>
  1297. <GroupNumber>8</GroupNumber>
  1298. <FileNumber>90</FileNumber>
  1299. <FileType>1</FileType>
  1300. <tvExp>0</tvExp>
  1301. <tvExpOptDlg>0</tvExpOptDlg>
  1302. <bDave2>0</bDave2>
  1303. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_flexcan_edma.c</PathWithFileName>
  1304. <FilenameWithoutPath>fsl_flexcan_edma.c</FilenameWithoutPath>
  1305. <RteFlg>0</RteFlg>
  1306. <bShared>0</bShared>
  1307. </File>
  1308. <File>
  1309. <GroupNumber>8</GroupNumber>
  1310. <FileNumber>91</FileNumber>
  1311. <FileType>1</FileType>
  1312. <tvExp>0</tvExp>
  1313. <tvExpOptDlg>0</tvExpOptDlg>
  1314. <bDave2>0</bDave2>
  1315. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_lpi2c.c</PathWithFileName>
  1316. <FilenameWithoutPath>fsl_lpi2c.c</FilenameWithoutPath>
  1317. <RteFlg>0</RteFlg>
  1318. <bShared>0</bShared>
  1319. </File>
  1320. <File>
  1321. <GroupNumber>8</GroupNumber>
  1322. <FileNumber>92</FileNumber>
  1323. <FileType>1</FileType>
  1324. <tvExp>0</tvExp>
  1325. <tvExpOptDlg>0</tvExpOptDlg>
  1326. <bDave2>0</bDave2>
  1327. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_crc.c</PathWithFileName>
  1328. <FilenameWithoutPath>fsl_crc.c</FilenameWithoutPath>
  1329. <RteFlg>0</RteFlg>
  1330. <bShared>0</bShared>
  1331. </File>
  1332. <File>
  1333. <GroupNumber>8</GroupNumber>
  1334. <FileNumber>93</FileNumber>
  1335. <FileType>1</FileType>
  1336. <tvExp>0</tvExp>
  1337. <tvExpOptDlg>0</tvExpOptDlg>
  1338. <bDave2>0</bDave2>
  1339. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_lpuart.c</PathWithFileName>
  1340. <FilenameWithoutPath>fsl_lpuart.c</FilenameWithoutPath>
  1341. <RteFlg>0</RteFlg>
  1342. <bShared>0</bShared>
  1343. </File>
  1344. <File>
  1345. <GroupNumber>8</GroupNumber>
  1346. <FileNumber>94</FileNumber>
  1347. <FileType>1</FileType>
  1348. <tvExp>0</tvExp>
  1349. <tvExpOptDlg>0</tvExpOptDlg>
  1350. <bDave2>0</bDave2>
  1351. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_flexio.c</PathWithFileName>
  1352. <FilenameWithoutPath>fsl_flexio.c</FilenameWithoutPath>
  1353. <RteFlg>0</RteFlg>
  1354. <bShared>0</bShared>
  1355. </File>
  1356. <File>
  1357. <GroupNumber>8</GroupNumber>
  1358. <FileNumber>95</FileNumber>
  1359. <FileType>1</FileType>
  1360. <tvExp>0</tvExp>
  1361. <tvExpOptDlg>0</tvExpOptDlg>
  1362. <bDave2>0</bDave2>
  1363. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_flexio_spi.c</PathWithFileName>
  1364. <FilenameWithoutPath>fsl_flexio_spi.c</FilenameWithoutPath>
  1365. <RteFlg>0</RteFlg>
  1366. <bShared>0</bShared>
  1367. </File>
  1368. <File>
  1369. <GroupNumber>8</GroupNumber>
  1370. <FileNumber>96</FileNumber>
  1371. <FileType>1</FileType>
  1372. <tvExp>0</tvExp>
  1373. <tvExpOptDlg>0</tvExpOptDlg>
  1374. <bDave2>0</bDave2>
  1375. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_spc.c</PathWithFileName>
  1376. <FilenameWithoutPath>fsl_spc.c</FilenameWithoutPath>
  1377. <RteFlg>0</RteFlg>
  1378. <bShared>0</bShared>
  1379. </File>
  1380. <File>
  1381. <GroupNumber>8</GroupNumber>
  1382. <FileNumber>97</FileNumber>
  1383. <FileType>1</FileType>
  1384. <tvExp>0</tvExp>
  1385. <tvExpOptDlg>0</tvExpOptDlg>
  1386. <bDave2>0</bDave2>
  1387. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_common.c</PathWithFileName>
  1388. <FilenameWithoutPath>fsl_common.c</FilenameWithoutPath>
  1389. <RteFlg>0</RteFlg>
  1390. <bShared>0</bShared>
  1391. </File>
  1392. <File>
  1393. <GroupNumber>8</GroupNumber>
  1394. <FileNumber>98</FileNumber>
  1395. <FileType>1</FileType>
  1396. <tvExp>0</tvExp>
  1397. <tvExpOptDlg>0</tvExpOptDlg>
  1398. <bDave2>0</bDave2>
  1399. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_reset.c</PathWithFileName>
  1400. <FilenameWithoutPath>fsl_reset.c</FilenameWithoutPath>
  1401. <RteFlg>0</RteFlg>
  1402. <bShared>0</bShared>
  1403. </File>
  1404. <File>
  1405. <GroupNumber>8</GroupNumber>
  1406. <FileNumber>99</FileNumber>
  1407. <FileType>1</FileType>
  1408. <tvExp>0</tvExp>
  1409. <tvExpOptDlg>0</tvExpOptDlg>
  1410. <bDave2>0</bDave2>
  1411. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_gpio.c</PathWithFileName>
  1412. <FilenameWithoutPath>fsl_gpio.c</FilenameWithoutPath>
  1413. <RteFlg>0</RteFlg>
  1414. <bShared>0</bShared>
  1415. </File>
  1416. <File>
  1417. <GroupNumber>8</GroupNumber>
  1418. <FileNumber>100</FileNumber>
  1419. <FileType>1</FileType>
  1420. <tvExp>0</tvExp>
  1421. <tvExpOptDlg>0</tvExpOptDlg>
  1422. <bDave2>0</bDave2>
  1423. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_lpspi.c</PathWithFileName>
  1424. <FilenameWithoutPath>fsl_lpspi.c</FilenameWithoutPath>
  1425. <RteFlg>0</RteFlg>
  1426. <bShared>0</bShared>
  1427. </File>
  1428. <File>
  1429. <GroupNumber>8</GroupNumber>
  1430. <FileNumber>101</FileNumber>
  1431. <FileType>1</FileType>
  1432. <tvExp>0</tvExp>
  1433. <tvExpOptDlg>0</tvExpOptDlg>
  1434. <bDave2>0</bDave2>
  1435. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_flexio_mculcd.c</PathWithFileName>
  1436. <FilenameWithoutPath>fsl_flexio_mculcd.c</FilenameWithoutPath>
  1437. <RteFlg>0</RteFlg>
  1438. <bShared>0</bShared>
  1439. </File>
  1440. <File>
  1441. <GroupNumber>8</GroupNumber>
  1442. <FileNumber>102</FileNumber>
  1443. <FileType>1</FileType>
  1444. <tvExp>0</tvExp>
  1445. <tvExpOptDlg>0</tvExpOptDlg>
  1446. <bDave2>0</bDave2>
  1447. <PathWithFileName>..\Libraries\MCXN236\MCXN236\drivers\fsl_cmc.c</PathWithFileName>
  1448. <FilenameWithoutPath>fsl_cmc.c</FilenameWithoutPath>
  1449. <RteFlg>0</RteFlg>
  1450. <bShared>0</bShared>
  1451. </File>
  1452. </Group>
  1453. <Group>
  1454. <GroupName>Utilities</GroupName>
  1455. <tvExp>0</tvExp>
  1456. <tvExpOptDlg>0</tvExpOptDlg>
  1457. <cbSel>0</cbSel>
  1458. <RteFlg>0</RteFlg>
  1459. <File>
  1460. <GroupNumber>9</GroupNumber>
  1461. <FileNumber>103</FileNumber>
  1462. <FileType>1</FileType>
  1463. <tvExp>0</tvExp>
  1464. <tvExpOptDlg>0</tvExpOptDlg>
  1465. <bDave2>0</bDave2>
  1466. <PathWithFileName>..\..\..\..\..\components\utilities\ulog\backend\console_be.c</PathWithFileName>
  1467. <FilenameWithoutPath>console_be.c</FilenameWithoutPath>
  1468. <RteFlg>0</RteFlg>
  1469. <bShared>0</bShared>
  1470. </File>
  1471. <File>
  1472. <GroupNumber>9</GroupNumber>
  1473. <FileNumber>104</FileNumber>
  1474. <FileType>1</FileType>
  1475. <tvExp>0</tvExp>
  1476. <tvExpOptDlg>0</tvExpOptDlg>
  1477. <bDave2>0</bDave2>
  1478. <PathWithFileName>..\..\..\..\..\components\utilities\ulog\ulog.c</PathWithFileName>
  1479. <FilenameWithoutPath>ulog.c</FilenameWithoutPath>
  1480. <RteFlg>0</RteFlg>
  1481. <bShared>0</bShared>
  1482. </File>
  1483. </Group>
  1484. </ProjectOpt>