project.uvoptx 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524
  1. <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
  2. <ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd">
  3. <SchemaVersion>1.0</SchemaVersion>
  4. <Header>### uVision Project, (C) Keil Software</Header>
  5. <Extensions>
  6. <cExt>*.c</cExt>
  7. <aExt>*.s*; *.src; *.a*</aExt>
  8. <oExt>*.obj; *.o</oExt>
  9. <lExt>*.lib</lExt>
  10. <tExt>*.txt; *.h; *.inc</tExt>
  11. <pExt>*.plm</pExt>
  12. <CppX>*.cpp</CppX>
  13. <nMigrate>0</nMigrate>
  14. </Extensions>
  15. <DaveTm>
  16. <dwLowDateTime>0</dwLowDateTime>
  17. <dwHighDateTime>0</dwHighDateTime>
  18. </DaveTm>
  19. <Target>
  20. <TargetName>Target 1</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>.\Listings\</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>6</CpuCode>
  76. <DebugOpt>
  77. <uSim>0</uSim>
  78. <uTrg>1</uTrg>
  79. <sLdApp>1</sLdApp>
  80. <sGomain>1</sGomain>
  81. <sRbreak>1</sRbreak>
  82. <sRwatch>1</sRwatch>
  83. <sRmem>1</sRmem>
  84. <sRfunc>1</sRfunc>
  85. <sRbox>1</sRbox>
  86. <tLdApp>1</tLdApp>
  87. <tGomain>1</tGomain>
  88. <tRbreak>1</tRbreak>
  89. <tRwatch>1</tRwatch>
  90. <tRmem>1</tRmem>
  91. <tRfunc>0</tRfunc>
  92. <tRbox>1</tRbox>
  93. <tRtrace>1</tRtrace>
  94. <sRSysVw>1</sRSysVw>
  95. <tRSysVw>1</tRSysVw>
  96. <sRunDeb>0</sRunDeb>
  97. <sLrtime>0</sLrtime>
  98. <bEvRecOn>1</bEvRecOn>
  99. <bSchkAxf>0</bSchkAxf>
  100. <bTchkAxf>0</bTchkAxf>
  101. <nTsel>4</nTsel>
  102. <sDll></sDll>
  103. <sDllPa></sDllPa>
  104. <sDlgDll></sDlgDll>
  105. <sDlgPa></sDlgPa>
  106. <sIfile></sIfile>
  107. <tDll></tDll>
  108. <tDllPa></tDllPa>
  109. <tDlgDll></tDlgDll>
  110. <tDlgPa></tDlgPa>
  111. <tIfile></tIfile>
  112. <pMon>Segger\JL2CM3.dll</pMon>
  113. </DebugOpt>
  114. <TargetDriverDllRegistry>
  115. <SetRegEntry>
  116. <Number>0</Number>
  117. <Key>UL2CM3</Key>
  118. <Name>UL2CM3(-S0 -C0 -P0 ) -FN5 -FCFFF0 -FD28001000 -FF0CAT1C_SFLASH_TOC2 -FF1CAT1C_SFLASH_PKEY -FF2CAT1C_SFLASH_USER -FF3CAT1C_WFLASH_256 -FF4CAT1C_4160 -FL0200 -FL1C00 -FL2800 -FL340000 -FL4410000 -FS017007C00 -FS117006400 -FS217000800 -FS314000000 -FS410000000 -FP0($$Device:XMC7100D-F144K4160$Flash\CAT1C_SFLASH_TOC2.FLM) -FP1($$Device:XMC7100D-F144K4160$Flash\CAT1C_SFLASH_PKEY.FLM) -FP2($$Device:XMC7100D-F144K4160$Flash\CAT1C_SFLASH_USER.FLM) -FP3($$Device:XMC7100D-F144K4160$Flash\CAT1C_WFLASH_256.FLM) -FP4($$Device:XMC7100D-F144K4160$Flash\CAT1C_4160.FLM)</Name>
  119. </SetRegEntry>
  120. </TargetDriverDllRegistry>
  121. <Breakpoint/>
  122. <Tracepoint>
  123. <THDelay>0</THDelay>
  124. </Tracepoint>
  125. <DebugFlag>
  126. <trace>0</trace>
  127. <periodic>1</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. </TargetOption>
  165. </Target>
  166. <Group>
  167. <GroupName>Applications</GroupName>
  168. <tvExp>0</tvExp>
  169. <tvExpOptDlg>0</tvExpOptDlg>
  170. <cbSel>0</cbSel>
  171. <RteFlg>0</RteFlg>
  172. <File>
  173. <GroupNumber>1</GroupNumber>
  174. <FileNumber>1</FileNumber>
  175. <FileType>1</FileType>
  176. <tvExp>0</tvExp>
  177. <tvExpOptDlg>0</tvExpOptDlg>
  178. <bDave2>0</bDave2>
  179. <PathWithFileName>applications\main.c</PathWithFileName>
  180. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  181. <RteFlg>0</RteFlg>
  182. <bShared>0</bShared>
  183. </File>
  184. </Group>
  185. <Group>
  186. <GroupName>Compiler</GroupName>
  187. <tvExp>0</tvExp>
  188. <tvExpOptDlg>0</tvExpOptDlg>
  189. <cbSel>0</cbSel>
  190. <RteFlg>0</RteFlg>
  191. <File>
  192. <GroupNumber>2</GroupNumber>
  193. <FileNumber>2</FileNumber>
  194. <FileType>1</FileType>
  195. <tvExp>0</tvExp>
  196. <tvExpOptDlg>0</tvExpOptDlg>
  197. <bDave2>0</bDave2>
  198. <PathWithFileName>..\..\..\components\libc\compilers\armlibc\syscall_mem.c</PathWithFileName>
  199. <FilenameWithoutPath>syscall_mem.c</FilenameWithoutPath>
  200. <RteFlg>0</RteFlg>
  201. <bShared>0</bShared>
  202. </File>
  203. <File>
  204. <GroupNumber>2</GroupNumber>
  205. <FileNumber>3</FileNumber>
  206. <FileType>1</FileType>
  207. <tvExp>0</tvExp>
  208. <tvExpOptDlg>0</tvExpOptDlg>
  209. <bDave2>0</bDave2>
  210. <PathWithFileName>..\..\..\components\libc\compilers\armlibc\syscalls.c</PathWithFileName>
  211. <FilenameWithoutPath>syscalls.c</FilenameWithoutPath>
  212. <RteFlg>0</RteFlg>
  213. <bShared>0</bShared>
  214. </File>
  215. <File>
  216. <GroupNumber>2</GroupNumber>
  217. <FileNumber>4</FileNumber>
  218. <FileType>1</FileType>
  219. <tvExp>0</tvExp>
  220. <tvExpOptDlg>0</tvExpOptDlg>
  221. <bDave2>0</bDave2>
  222. <PathWithFileName>..\..\..\components\libc\compilers\common\cctype.c</PathWithFileName>
  223. <FilenameWithoutPath>cctype.c</FilenameWithoutPath>
  224. <RteFlg>0</RteFlg>
  225. <bShared>0</bShared>
  226. </File>
  227. <File>
  228. <GroupNumber>2</GroupNumber>
  229. <FileNumber>5</FileNumber>
  230. <FileType>1</FileType>
  231. <tvExp>0</tvExp>
  232. <tvExpOptDlg>0</tvExpOptDlg>
  233. <bDave2>0</bDave2>
  234. <PathWithFileName>..\..\..\components\libc\compilers\common\cstdlib.c</PathWithFileName>
  235. <FilenameWithoutPath>cstdlib.c</FilenameWithoutPath>
  236. <RteFlg>0</RteFlg>
  237. <bShared>0</bShared>
  238. </File>
  239. <File>
  240. <GroupNumber>2</GroupNumber>
  241. <FileNumber>6</FileNumber>
  242. <FileType>1</FileType>
  243. <tvExp>0</tvExp>
  244. <tvExpOptDlg>0</tvExpOptDlg>
  245. <bDave2>0</bDave2>
  246. <PathWithFileName>..\..\..\components\libc\compilers\common\cstring.c</PathWithFileName>
  247. <FilenameWithoutPath>cstring.c</FilenameWithoutPath>
  248. <RteFlg>0</RteFlg>
  249. <bShared>0</bShared>
  250. </File>
  251. <File>
  252. <GroupNumber>2</GroupNumber>
  253. <FileNumber>7</FileNumber>
  254. <FileType>1</FileType>
  255. <tvExp>0</tvExp>
  256. <tvExpOptDlg>0</tvExpOptDlg>
  257. <bDave2>0</bDave2>
  258. <PathWithFileName>..\..\..\components\libc\compilers\common\ctime.c</PathWithFileName>
  259. <FilenameWithoutPath>ctime.c</FilenameWithoutPath>
  260. <RteFlg>0</RteFlg>
  261. <bShared>0</bShared>
  262. </File>
  263. <File>
  264. <GroupNumber>2</GroupNumber>
  265. <FileNumber>8</FileNumber>
  266. <FileType>1</FileType>
  267. <tvExp>0</tvExp>
  268. <tvExpOptDlg>0</tvExpOptDlg>
  269. <bDave2>0</bDave2>
  270. <PathWithFileName>..\..\..\components\libc\compilers\common\cunistd.c</PathWithFileName>
  271. <FilenameWithoutPath>cunistd.c</FilenameWithoutPath>
  272. <RteFlg>0</RteFlg>
  273. <bShared>0</bShared>
  274. </File>
  275. <File>
  276. <GroupNumber>2</GroupNumber>
  277. <FileNumber>9</FileNumber>
  278. <FileType>1</FileType>
  279. <tvExp>0</tvExp>
  280. <tvExpOptDlg>0</tvExpOptDlg>
  281. <bDave2>0</bDave2>
  282. <PathWithFileName>..\..\..\components\libc\compilers\common\cwchar.c</PathWithFileName>
  283. <FilenameWithoutPath>cwchar.c</FilenameWithoutPath>
  284. <RteFlg>0</RteFlg>
  285. <bShared>0</bShared>
  286. </File>
  287. </Group>
  288. <Group>
  289. <GroupName>DeviceDrivers</GroupName>
  290. <tvExp>0</tvExp>
  291. <tvExpOptDlg>0</tvExpOptDlg>
  292. <cbSel>0</cbSel>
  293. <RteFlg>0</RteFlg>
  294. <File>
  295. <GroupNumber>3</GroupNumber>
  296. <FileNumber>10</FileNumber>
  297. <FileType>1</FileType>
  298. <tvExp>0</tvExp>
  299. <tvExpOptDlg>0</tvExpOptDlg>
  300. <bDave2>0</bDave2>
  301. <PathWithFileName>..\..\..\components\drivers\core\device.c</PathWithFileName>
  302. <FilenameWithoutPath>device.c</FilenameWithoutPath>
  303. <RteFlg>0</RteFlg>
  304. <bShared>0</bShared>
  305. </File>
  306. <File>
  307. <GroupNumber>3</GroupNumber>
  308. <FileNumber>11</FileNumber>
  309. <FileType>1</FileType>
  310. <tvExp>0</tvExp>
  311. <tvExpOptDlg>0</tvExpOptDlg>
  312. <bDave2>0</bDave2>
  313. <PathWithFileName>..\..\..\components\drivers\ipc\completion_comm.c</PathWithFileName>
  314. <FilenameWithoutPath>completion_comm.c</FilenameWithoutPath>
  315. <RteFlg>0</RteFlg>
  316. <bShared>0</bShared>
  317. </File>
  318. <File>
  319. <GroupNumber>3</GroupNumber>
  320. <FileNumber>12</FileNumber>
  321. <FileType>1</FileType>
  322. <tvExp>0</tvExp>
  323. <tvExpOptDlg>0</tvExpOptDlg>
  324. <bDave2>0</bDave2>
  325. <PathWithFileName>..\..\..\components\drivers\ipc\completion_up.c</PathWithFileName>
  326. <FilenameWithoutPath>completion_up.c</FilenameWithoutPath>
  327. <RteFlg>0</RteFlg>
  328. <bShared>0</bShared>
  329. </File>
  330. <File>
  331. <GroupNumber>3</GroupNumber>
  332. <FileNumber>13</FileNumber>
  333. <FileType>1</FileType>
  334. <tvExp>0</tvExp>
  335. <tvExpOptDlg>0</tvExpOptDlg>
  336. <bDave2>0</bDave2>
  337. <PathWithFileName>..\..\..\components\drivers\ipc\condvar.c</PathWithFileName>
  338. <FilenameWithoutPath>condvar.c</FilenameWithoutPath>
  339. <RteFlg>0</RteFlg>
  340. <bShared>0</bShared>
  341. </File>
  342. <File>
  343. <GroupNumber>3</GroupNumber>
  344. <FileNumber>14</FileNumber>
  345. <FileType>1</FileType>
  346. <tvExp>0</tvExp>
  347. <tvExpOptDlg>0</tvExpOptDlg>
  348. <bDave2>0</bDave2>
  349. <PathWithFileName>..\..\..\components\drivers\ipc\dataqueue.c</PathWithFileName>
  350. <FilenameWithoutPath>dataqueue.c</FilenameWithoutPath>
  351. <RteFlg>0</RteFlg>
  352. <bShared>0</bShared>
  353. </File>
  354. <File>
  355. <GroupNumber>3</GroupNumber>
  356. <FileNumber>15</FileNumber>
  357. <FileType>1</FileType>
  358. <tvExp>0</tvExp>
  359. <tvExpOptDlg>0</tvExpOptDlg>
  360. <bDave2>0</bDave2>
  361. <PathWithFileName>..\..\..\components\drivers\ipc\pipe.c</PathWithFileName>
  362. <FilenameWithoutPath>pipe.c</FilenameWithoutPath>
  363. <RteFlg>0</RteFlg>
  364. <bShared>0</bShared>
  365. </File>
  366. <File>
  367. <GroupNumber>3</GroupNumber>
  368. <FileNumber>16</FileNumber>
  369. <FileType>1</FileType>
  370. <tvExp>0</tvExp>
  371. <tvExpOptDlg>0</tvExpOptDlg>
  372. <bDave2>0</bDave2>
  373. <PathWithFileName>..\..\..\components\drivers\ipc\ringblk_buf.c</PathWithFileName>
  374. <FilenameWithoutPath>ringblk_buf.c</FilenameWithoutPath>
  375. <RteFlg>0</RteFlg>
  376. <bShared>0</bShared>
  377. </File>
  378. <File>
  379. <GroupNumber>3</GroupNumber>
  380. <FileNumber>17</FileNumber>
  381. <FileType>1</FileType>
  382. <tvExp>0</tvExp>
  383. <tvExpOptDlg>0</tvExpOptDlg>
  384. <bDave2>0</bDave2>
  385. <PathWithFileName>..\..\..\components\drivers\ipc\ringbuffer.c</PathWithFileName>
  386. <FilenameWithoutPath>ringbuffer.c</FilenameWithoutPath>
  387. <RteFlg>0</RteFlg>
  388. <bShared>0</bShared>
  389. </File>
  390. <File>
  391. <GroupNumber>3</GroupNumber>
  392. <FileNumber>18</FileNumber>
  393. <FileType>1</FileType>
  394. <tvExp>0</tvExp>
  395. <tvExpOptDlg>0</tvExpOptDlg>
  396. <bDave2>0</bDave2>
  397. <PathWithFileName>..\..\..\components\drivers\ipc\waitqueue.c</PathWithFileName>
  398. <FilenameWithoutPath>waitqueue.c</FilenameWithoutPath>
  399. <RteFlg>0</RteFlg>
  400. <bShared>0</bShared>
  401. </File>
  402. <File>
  403. <GroupNumber>3</GroupNumber>
  404. <FileNumber>19</FileNumber>
  405. <FileType>1</FileType>
  406. <tvExp>0</tvExp>
  407. <tvExpOptDlg>0</tvExpOptDlg>
  408. <bDave2>0</bDave2>
  409. <PathWithFileName>..\..\..\components\drivers\ipc\workqueue.c</PathWithFileName>
  410. <FilenameWithoutPath>workqueue.c</FilenameWithoutPath>
  411. <RteFlg>0</RteFlg>
  412. <bShared>0</bShared>
  413. </File>
  414. <File>
  415. <GroupNumber>3</GroupNumber>
  416. <FileNumber>20</FileNumber>
  417. <FileType>1</FileType>
  418. <tvExp>0</tvExp>
  419. <tvExpOptDlg>0</tvExpOptDlg>
  420. <bDave2>0</bDave2>
  421. <PathWithFileName>..\..\..\components\drivers\pin\dev_pin.c</PathWithFileName>
  422. <FilenameWithoutPath>dev_pin.c</FilenameWithoutPath>
  423. <RteFlg>0</RteFlg>
  424. <bShared>0</bShared>
  425. </File>
  426. <File>
  427. <GroupNumber>3</GroupNumber>
  428. <FileNumber>21</FileNumber>
  429. <FileType>1</FileType>
  430. <tvExp>0</tvExp>
  431. <tvExpOptDlg>0</tvExpOptDlg>
  432. <bDave2>0</bDave2>
  433. <PathWithFileName>..\..\..\components\drivers\serial\dev_serial.c</PathWithFileName>
  434. <FilenameWithoutPath>dev_serial.c</FilenameWithoutPath>
  435. <RteFlg>0</RteFlg>
  436. <bShared>0</bShared>
  437. </File>
  438. </Group>
  439. <Group>
  440. <GroupName>Drivers</GroupName>
  441. <tvExp>0</tvExp>
  442. <tvExpOptDlg>0</tvExpOptDlg>
  443. <cbSel>0</cbSel>
  444. <RteFlg>0</RteFlg>
  445. <File>
  446. <GroupNumber>4</GroupNumber>
  447. <FileNumber>22</FileNumber>
  448. <FileType>1</FileType>
  449. <tvExp>0</tvExp>
  450. <tvExpOptDlg>0</tvExpOptDlg>
  451. <bDave2>0</bDave2>
  452. <PathWithFileName>board\board.c</PathWithFileName>
  453. <FilenameWithoutPath>board.c</FilenameWithoutPath>
  454. <RteFlg>0</RteFlg>
  455. <bShared>0</bShared>
  456. </File>
  457. <File>
  458. <GroupNumber>4</GroupNumber>
  459. <FileNumber>23</FileNumber>
  460. <FileType>2</FileType>
  461. <tvExp>0</tvExp>
  462. <tvExpOptDlg>0</tvExpOptDlg>
  463. <bDave2>0</bDave2>
  464. <PathWithFileName>packages\Infineon_mtb-pdl-cat1-latest\drivers\source\TOOLCHAIN_ARM\cy_syslib_ext.s</PathWithFileName>
  465. <FilenameWithoutPath>cy_syslib_ext.s</FilenameWithoutPath>
  466. <RteFlg>0</RteFlg>
  467. <bShared>0</bShared>
  468. </File>
  469. <File>
  470. <GroupNumber>4</GroupNumber>
  471. <FileNumber>24</FileNumber>
  472. <FileType>1</FileType>
  473. <tvExp>0</tvExp>
  474. <tvExpOptDlg>0</tvExpOptDlg>
  475. <bDave2>0</bDave2>
  476. <PathWithFileName>..\libraries\HAL_Drivers\drv_common.c</PathWithFileName>
  477. <FilenameWithoutPath>drv_common.c</FilenameWithoutPath>
  478. <RteFlg>0</RteFlg>
  479. <bShared>0</bShared>
  480. </File>
  481. <File>
  482. <GroupNumber>4</GroupNumber>
  483. <FileNumber>25</FileNumber>
  484. <FileType>1</FileType>
  485. <tvExp>0</tvExp>
  486. <tvExpOptDlg>0</tvExpOptDlg>
  487. <bDave2>0</bDave2>
  488. <PathWithFileName>..\libraries\HAL_Drivers\drv_gpio.c</PathWithFileName>
  489. <FilenameWithoutPath>drv_gpio.c</FilenameWithoutPath>
  490. <RteFlg>0</RteFlg>
  491. <bShared>0</bShared>
  492. </File>
  493. <File>
  494. <GroupNumber>4</GroupNumber>
  495. <FileNumber>26</FileNumber>
  496. <FileType>1</FileType>
  497. <tvExp>0</tvExp>
  498. <tvExpOptDlg>0</tvExpOptDlg>
  499. <bDave2>0</bDave2>
  500. <PathWithFileName>..\libraries\HAL_Drivers\drv_uart.c</PathWithFileName>
  501. <FilenameWithoutPath>drv_uart.c</FilenameWithoutPath>
  502. <RteFlg>0</RteFlg>
  503. <bShared>0</bShared>
  504. </File>
  505. </Group>
  506. <Group>
  507. <GroupName>Finsh</GroupName>
  508. <tvExp>0</tvExp>
  509. <tvExpOptDlg>0</tvExpOptDlg>
  510. <cbSel>0</cbSel>
  511. <RteFlg>0</RteFlg>
  512. <File>
  513. <GroupNumber>5</GroupNumber>
  514. <FileNumber>27</FileNumber>
  515. <FileType>1</FileType>
  516. <tvExp>0</tvExp>
  517. <tvExpOptDlg>0</tvExpOptDlg>
  518. <bDave2>0</bDave2>
  519. <PathWithFileName>..\..\..\components\finsh\msh.c</PathWithFileName>
  520. <FilenameWithoutPath>msh.c</FilenameWithoutPath>
  521. <RteFlg>0</RteFlg>
  522. <bShared>0</bShared>
  523. </File>
  524. <File>
  525. <GroupNumber>5</GroupNumber>
  526. <FileNumber>28</FileNumber>
  527. <FileType>1</FileType>
  528. <tvExp>0</tvExp>
  529. <tvExpOptDlg>0</tvExpOptDlg>
  530. <bDave2>0</bDave2>
  531. <PathWithFileName>..\..\..\components\finsh\msh_parse.c</PathWithFileName>
  532. <FilenameWithoutPath>msh_parse.c</FilenameWithoutPath>
  533. <RteFlg>0</RteFlg>
  534. <bShared>0</bShared>
  535. </File>
  536. <File>
  537. <GroupNumber>5</GroupNumber>
  538. <FileNumber>29</FileNumber>
  539. <FileType>1</FileType>
  540. <tvExp>0</tvExp>
  541. <tvExpOptDlg>0</tvExpOptDlg>
  542. <bDave2>0</bDave2>
  543. <PathWithFileName>..\..\..\components\finsh\shell.c</PathWithFileName>
  544. <FilenameWithoutPath>shell.c</FilenameWithoutPath>
  545. <RteFlg>0</RteFlg>
  546. <bShared>0</bShared>
  547. </File>
  548. <File>
  549. <GroupNumber>5</GroupNumber>
  550. <FileNumber>30</FileNumber>
  551. <FileType>1</FileType>
  552. <tvExp>0</tvExp>
  553. <tvExpOptDlg>0</tvExpOptDlg>
  554. <bDave2>0</bDave2>
  555. <PathWithFileName>..\..\..\components\finsh\cmd.c</PathWithFileName>
  556. <FilenameWithoutPath>cmd.c</FilenameWithoutPath>
  557. <RteFlg>0</RteFlg>
  558. <bShared>0</bShared>
  559. </File>
  560. </Group>
  561. <Group>
  562. <GroupName>Kernel</GroupName>
  563. <tvExp>0</tvExp>
  564. <tvExpOptDlg>0</tvExpOptDlg>
  565. <cbSel>0</cbSel>
  566. <RteFlg>0</RteFlg>
  567. <File>
  568. <GroupNumber>6</GroupNumber>
  569. <FileNumber>31</FileNumber>
  570. <FileType>1</FileType>
  571. <tvExp>0</tvExp>
  572. <tvExpOptDlg>0</tvExpOptDlg>
  573. <bDave2>0</bDave2>
  574. <PathWithFileName>..\..\..\src\clock.c</PathWithFileName>
  575. <FilenameWithoutPath>clock.c</FilenameWithoutPath>
  576. <RteFlg>0</RteFlg>
  577. <bShared>0</bShared>
  578. </File>
  579. <File>
  580. <GroupNumber>6</GroupNumber>
  581. <FileNumber>32</FileNumber>
  582. <FileType>1</FileType>
  583. <tvExp>0</tvExp>
  584. <tvExpOptDlg>0</tvExpOptDlg>
  585. <bDave2>0</bDave2>
  586. <PathWithFileName>..\..\..\src\components.c</PathWithFileName>
  587. <FilenameWithoutPath>components.c</FilenameWithoutPath>
  588. <RteFlg>0</RteFlg>
  589. <bShared>0</bShared>
  590. </File>
  591. <File>
  592. <GroupNumber>6</GroupNumber>
  593. <FileNumber>33</FileNumber>
  594. <FileType>1</FileType>
  595. <tvExp>0</tvExp>
  596. <tvExpOptDlg>0</tvExpOptDlg>
  597. <bDave2>0</bDave2>
  598. <PathWithFileName>..\..\..\src\cpu_up.c</PathWithFileName>
  599. <FilenameWithoutPath>cpu_up.c</FilenameWithoutPath>
  600. <RteFlg>0</RteFlg>
  601. <bShared>0</bShared>
  602. </File>
  603. <File>
  604. <GroupNumber>6</GroupNumber>
  605. <FileNumber>34</FileNumber>
  606. <FileType>1</FileType>
  607. <tvExp>0</tvExp>
  608. <tvExpOptDlg>0</tvExpOptDlg>
  609. <bDave2>0</bDave2>
  610. <PathWithFileName>..\..\..\src\defunct.c</PathWithFileName>
  611. <FilenameWithoutPath>defunct.c</FilenameWithoutPath>
  612. <RteFlg>0</RteFlg>
  613. <bShared>0</bShared>
  614. </File>
  615. <File>
  616. <GroupNumber>6</GroupNumber>
  617. <FileNumber>35</FileNumber>
  618. <FileType>1</FileType>
  619. <tvExp>0</tvExp>
  620. <tvExpOptDlg>0</tvExpOptDlg>
  621. <bDave2>0</bDave2>
  622. <PathWithFileName>..\..\..\src\idle.c</PathWithFileName>
  623. <FilenameWithoutPath>idle.c</FilenameWithoutPath>
  624. <RteFlg>0</RteFlg>
  625. <bShared>0</bShared>
  626. </File>
  627. <File>
  628. <GroupNumber>6</GroupNumber>
  629. <FileNumber>36</FileNumber>
  630. <FileType>1</FileType>
  631. <tvExp>0</tvExp>
  632. <tvExpOptDlg>0</tvExpOptDlg>
  633. <bDave2>0</bDave2>
  634. <PathWithFileName>..\..\..\src\ipc.c</PathWithFileName>
  635. <FilenameWithoutPath>ipc.c</FilenameWithoutPath>
  636. <RteFlg>0</RteFlg>
  637. <bShared>0</bShared>
  638. </File>
  639. <File>
  640. <GroupNumber>6</GroupNumber>
  641. <FileNumber>37</FileNumber>
  642. <FileType>1</FileType>
  643. <tvExp>0</tvExp>
  644. <tvExpOptDlg>0</tvExpOptDlg>
  645. <bDave2>0</bDave2>
  646. <PathWithFileName>..\..\..\src\irq.c</PathWithFileName>
  647. <FilenameWithoutPath>irq.c</FilenameWithoutPath>
  648. <RteFlg>0</RteFlg>
  649. <bShared>0</bShared>
  650. </File>
  651. <File>
  652. <GroupNumber>6</GroupNumber>
  653. <FileNumber>38</FileNumber>
  654. <FileType>1</FileType>
  655. <tvExp>0</tvExp>
  656. <tvExpOptDlg>0</tvExpOptDlg>
  657. <bDave2>0</bDave2>
  658. <PathWithFileName>..\..\..\src\kservice.c</PathWithFileName>
  659. <FilenameWithoutPath>kservice.c</FilenameWithoutPath>
  660. <RteFlg>0</RteFlg>
  661. <bShared>0</bShared>
  662. </File>
  663. <File>
  664. <GroupNumber>6</GroupNumber>
  665. <FileNumber>39</FileNumber>
  666. <FileType>1</FileType>
  667. <tvExp>0</tvExp>
  668. <tvExpOptDlg>0</tvExpOptDlg>
  669. <bDave2>0</bDave2>
  670. <PathWithFileName>..\..\..\src\mem.c</PathWithFileName>
  671. <FilenameWithoutPath>mem.c</FilenameWithoutPath>
  672. <RteFlg>0</RteFlg>
  673. <bShared>0</bShared>
  674. </File>
  675. <File>
  676. <GroupNumber>6</GroupNumber>
  677. <FileNumber>40</FileNumber>
  678. <FileType>1</FileType>
  679. <tvExp>0</tvExp>
  680. <tvExpOptDlg>0</tvExpOptDlg>
  681. <bDave2>0</bDave2>
  682. <PathWithFileName>..\..\..\src\mempool.c</PathWithFileName>
  683. <FilenameWithoutPath>mempool.c</FilenameWithoutPath>
  684. <RteFlg>0</RteFlg>
  685. <bShared>0</bShared>
  686. </File>
  687. <File>
  688. <GroupNumber>6</GroupNumber>
  689. <FileNumber>41</FileNumber>
  690. <FileType>1</FileType>
  691. <tvExp>0</tvExp>
  692. <tvExpOptDlg>0</tvExpOptDlg>
  693. <bDave2>0</bDave2>
  694. <PathWithFileName>..\..\..\src\object.c</PathWithFileName>
  695. <FilenameWithoutPath>object.c</FilenameWithoutPath>
  696. <RteFlg>0</RteFlg>
  697. <bShared>0</bShared>
  698. </File>
  699. <File>
  700. <GroupNumber>6</GroupNumber>
  701. <FileNumber>42</FileNumber>
  702. <FileType>1</FileType>
  703. <tvExp>0</tvExp>
  704. <tvExpOptDlg>0</tvExpOptDlg>
  705. <bDave2>0</bDave2>
  706. <PathWithFileName>..\..\..\src\scheduler_comm.c</PathWithFileName>
  707. <FilenameWithoutPath>scheduler_comm.c</FilenameWithoutPath>
  708. <RteFlg>0</RteFlg>
  709. <bShared>0</bShared>
  710. </File>
  711. <File>
  712. <GroupNumber>6</GroupNumber>
  713. <FileNumber>43</FileNumber>
  714. <FileType>1</FileType>
  715. <tvExp>0</tvExp>
  716. <tvExpOptDlg>0</tvExpOptDlg>
  717. <bDave2>0</bDave2>
  718. <PathWithFileName>..\..\..\src\scheduler_up.c</PathWithFileName>
  719. <FilenameWithoutPath>scheduler_up.c</FilenameWithoutPath>
  720. <RteFlg>0</RteFlg>
  721. <bShared>0</bShared>
  722. </File>
  723. <File>
  724. <GroupNumber>6</GroupNumber>
  725. <FileNumber>44</FileNumber>
  726. <FileType>1</FileType>
  727. <tvExp>0</tvExp>
  728. <tvExpOptDlg>0</tvExpOptDlg>
  729. <bDave2>0</bDave2>
  730. <PathWithFileName>..\..\..\src\thread.c</PathWithFileName>
  731. <FilenameWithoutPath>thread.c</FilenameWithoutPath>
  732. <RteFlg>0</RteFlg>
  733. <bShared>0</bShared>
  734. </File>
  735. <File>
  736. <GroupNumber>6</GroupNumber>
  737. <FileNumber>45</FileNumber>
  738. <FileType>1</FileType>
  739. <tvExp>0</tvExp>
  740. <tvExpOptDlg>0</tvExpOptDlg>
  741. <bDave2>0</bDave2>
  742. <PathWithFileName>..\..\..\src\timer.c</PathWithFileName>
  743. <FilenameWithoutPath>timer.c</FilenameWithoutPath>
  744. <RteFlg>0</RteFlg>
  745. <bShared>0</bShared>
  746. </File>
  747. </Group>
  748. <Group>
  749. <GroupName>klibc</GroupName>
  750. <tvExp>0</tvExp>
  751. <tvExpOptDlg>0</tvExpOptDlg>
  752. <cbSel>0</cbSel>
  753. <RteFlg>0</RteFlg>
  754. <File>
  755. <GroupNumber>7</GroupNumber>
  756. <FileNumber>46</FileNumber>
  757. <FileType>1</FileType>
  758. <tvExp>0</tvExp>
  759. <tvExpOptDlg>0</tvExpOptDlg>
  760. <bDave2>0</bDave2>
  761. <PathWithFileName>..\..\..\src\klibc\kstdio.c</PathWithFileName>
  762. <FilenameWithoutPath>kstdio.c</FilenameWithoutPath>
  763. <RteFlg>0</RteFlg>
  764. <bShared>0</bShared>
  765. </File>
  766. <File>
  767. <GroupNumber>7</GroupNumber>
  768. <FileNumber>47</FileNumber>
  769. <FileType>1</FileType>
  770. <tvExp>0</tvExp>
  771. <tvExpOptDlg>0</tvExpOptDlg>
  772. <bDave2>0</bDave2>
  773. <PathWithFileName>..\..\..\src\klibc\rt_vsscanf.c</PathWithFileName>
  774. <FilenameWithoutPath>rt_vsscanf.c</FilenameWithoutPath>
  775. <RteFlg>0</RteFlg>
  776. <bShared>0</bShared>
  777. </File>
  778. <File>
  779. <GroupNumber>7</GroupNumber>
  780. <FileNumber>48</FileNumber>
  781. <FileType>1</FileType>
  782. <tvExp>0</tvExp>
  783. <tvExpOptDlg>0</tvExpOptDlg>
  784. <bDave2>0</bDave2>
  785. <PathWithFileName>..\..\..\src\klibc\kstring.c</PathWithFileName>
  786. <FilenameWithoutPath>kstring.c</FilenameWithoutPath>
  787. <RteFlg>0</RteFlg>
  788. <bShared>0</bShared>
  789. </File>
  790. <File>
  791. <GroupNumber>7</GroupNumber>
  792. <FileNumber>49</FileNumber>
  793. <FileType>1</FileType>
  794. <tvExp>0</tvExp>
  795. <tvExpOptDlg>0</tvExpOptDlg>
  796. <bDave2>0</bDave2>
  797. <PathWithFileName>..\..\..\src\klibc\rt_vsnprintf_tiny.c</PathWithFileName>
  798. <FilenameWithoutPath>rt_vsnprintf_tiny.c</FilenameWithoutPath>
  799. <RteFlg>0</RteFlg>
  800. <bShared>0</bShared>
  801. </File>
  802. <File>
  803. <GroupNumber>7</GroupNumber>
  804. <FileNumber>50</FileNumber>
  805. <FileType>1</FileType>
  806. <tvExp>0</tvExp>
  807. <tvExpOptDlg>0</tvExpOptDlg>
  808. <bDave2>0</bDave2>
  809. <PathWithFileName>..\..\..\src\klibc\kerrno.c</PathWithFileName>
  810. <FilenameWithoutPath>kerrno.c</FilenameWithoutPath>
  811. <RteFlg>0</RteFlg>
  812. <bShared>0</bShared>
  813. </File>
  814. </Group>
  815. <Group>
  816. <GroupName>libcpu</GroupName>
  817. <tvExp>0</tvExp>
  818. <tvExpOptDlg>0</tvExpOptDlg>
  819. <cbSel>0</cbSel>
  820. <RteFlg>0</RteFlg>
  821. <File>
  822. <GroupNumber>8</GroupNumber>
  823. <FileNumber>51</FileNumber>
  824. <FileType>1</FileType>
  825. <tvExp>0</tvExp>
  826. <tvExpOptDlg>0</tvExpOptDlg>
  827. <bDave2>0</bDave2>
  828. <PathWithFileName>..\..\..\libcpu\arm\common\atomic_arm.c</PathWithFileName>
  829. <FilenameWithoutPath>atomic_arm.c</FilenameWithoutPath>
  830. <RteFlg>0</RteFlg>
  831. <bShared>0</bShared>
  832. </File>
  833. <File>
  834. <GroupNumber>8</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\div0.c</PathWithFileName>
  841. <FilenameWithoutPath>div0.c</FilenameWithoutPath>
  842. <RteFlg>0</RteFlg>
  843. <bShared>0</bShared>
  844. </File>
  845. <File>
  846. <GroupNumber>8</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\showmem.c</PathWithFileName>
  853. <FilenameWithoutPath>showmem.c</FilenameWithoutPath>
  854. <RteFlg>0</RteFlg>
  855. <bShared>0</bShared>
  856. </File>
  857. <File>
  858. <GroupNumber>8</GroupNumber>
  859. <FileNumber>54</FileNumber>
  860. <FileType>2</FileType>
  861. <tvExp>0</tvExp>
  862. <tvExpOptDlg>0</tvExpOptDlg>
  863. <bDave2>0</bDave2>
  864. <PathWithFileName>..\..\..\libcpu\arm\cortex-m7\context_rvds.S</PathWithFileName>
  865. <FilenameWithoutPath>context_rvds.S</FilenameWithoutPath>
  866. <RteFlg>0</RteFlg>
  867. <bShared>0</bShared>
  868. </File>
  869. <File>
  870. <GroupNumber>8</GroupNumber>
  871. <FileNumber>55</FileNumber>
  872. <FileType>1</FileType>
  873. <tvExp>0</tvExp>
  874. <tvExpOptDlg>0</tvExpOptDlg>
  875. <bDave2>0</bDave2>
  876. <PathWithFileName>..\..\..\libcpu\arm\cortex-m7\cpu_cache.c</PathWithFileName>
  877. <FilenameWithoutPath>cpu_cache.c</FilenameWithoutPath>
  878. <RteFlg>0</RteFlg>
  879. <bShared>0</bShared>
  880. </File>
  881. <File>
  882. <GroupNumber>8</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-m7\cpuport.c</PathWithFileName>
  889. <FilenameWithoutPath>cpuport.c</FilenameWithoutPath>
  890. <RteFlg>0</RteFlg>
  891. <bShared>0</bShared>
  892. </File>
  893. </Group>
  894. <Group>
  895. <GroupName>Libraries</GroupName>
  896. <tvExp>0</tvExp>
  897. <tvExpOptDlg>0</tvExpOptDlg>
  898. <cbSel>0</cbSel>
  899. <RteFlg>0</RteFlg>
  900. <File>
  901. <GroupNumber>9</GroupNumber>
  902. <FileNumber>57</FileNumber>
  903. <FileType>1</FileType>
  904. <tvExp>0</tvExp>
  905. <tvExpOptDlg>0</tvExpOptDlg>
  906. <bDave2>0</bDave2>
  907. <PathWithFileName>packages\Infineon_cat1cm0p-latest\COMPONENT_CAT1C\COMPONENT_XMC7x_CM0P_SLEEP\xmc7100_cm0p_sleep.c</PathWithFileName>
  908. <FilenameWithoutPath>xmc7100_cm0p_sleep.c</FilenameWithoutPath>
  909. <RteFlg>0</RteFlg>
  910. <bShared>0</bShared>
  911. </File>
  912. <File>
  913. <GroupNumber>9</GroupNumber>
  914. <FileNumber>58</FileNumber>
  915. <FileType>1</FileType>
  916. <tvExp>0</tvExp>
  917. <tvExpOptDlg>0</tvExpOptDlg>
  918. <bDave2>0</bDave2>
  919. <PathWithFileName>packages\Infineon_cat1cm0p-latest\COMPONENT_CAT1C\COMPONENT_XMC7x_CM0P_SLEEP\xmc7200_cm0p_sleep.c</PathWithFileName>
  920. <FilenameWithoutPath>xmc7200_cm0p_sleep.c</FilenameWithoutPath>
  921. <RteFlg>0</RteFlg>
  922. <bShared>0</bShared>
  923. </File>
  924. <File>
  925. <GroupNumber>9</GroupNumber>
  926. <FileNumber>59</FileNumber>
  927. <FileType>1</FileType>
  928. <tvExp>0</tvExp>
  929. <tvExpOptDlg>0</tvExpOptDlg>
  930. <bDave2>0</bDave2>
  931. <PathWithFileName>packages\Infineon_mtb-hal-cat1-latest\COMPONENT_CAT1C\source\pin_packages\cyhal_xmc7100_144_teqfp.c</PathWithFileName>
  932. <FilenameWithoutPath>cyhal_xmc7100_144_teqfp.c</FilenameWithoutPath>
  933. <RteFlg>0</RteFlg>
  934. <bShared>0</bShared>
  935. </File>
  936. <File>
  937. <GroupNumber>9</GroupNumber>
  938. <FileNumber>60</FileNumber>
  939. <FileType>1</FileType>
  940. <tvExp>0</tvExp>
  941. <tvExpOptDlg>0</tvExpOptDlg>
  942. <bDave2>0</bDave2>
  943. <PathWithFileName>packages\Infineon_mtb-hal-cat1-latest\COMPONENT_CAT1C\source\triggers\cyhal_triggers_xmc7100.c</PathWithFileName>
  944. <FilenameWithoutPath>cyhal_triggers_xmc7100.c</FilenameWithoutPath>
  945. <RteFlg>0</RteFlg>
  946. <bShared>0</bShared>
  947. </File>
  948. <File>
  949. <GroupNumber>9</GroupNumber>
  950. <FileNumber>61</FileNumber>
  951. <FileType>1</FileType>
  952. <tvExp>0</tvExp>
  953. <tvExpOptDlg>0</tvExpOptDlg>
  954. <bDave2>0</bDave2>
  955. <PathWithFileName>packages\Infineon_mtb-hal-cat1-latest\source\cyhal_clock.c</PathWithFileName>
  956. <FilenameWithoutPath>cyhal_clock.c</FilenameWithoutPath>
  957. <RteFlg>0</RteFlg>
  958. <bShared>0</bShared>
  959. </File>
  960. <File>
  961. <GroupNumber>9</GroupNumber>
  962. <FileNumber>62</FileNumber>
  963. <FileType>1</FileType>
  964. <tvExp>0</tvExp>
  965. <tvExpOptDlg>0</tvExpOptDlg>
  966. <bDave2>0</bDave2>
  967. <PathWithFileName>packages\Infineon_mtb-hal-cat1-latest\source\cyhal_dma.c</PathWithFileName>
  968. <FilenameWithoutPath>cyhal_dma.c</FilenameWithoutPath>
  969. <RteFlg>0</RteFlg>
  970. <bShared>0</bShared>
  971. </File>
  972. <File>
  973. <GroupNumber>9</GroupNumber>
  974. <FileNumber>63</FileNumber>
  975. <FileType>1</FileType>
  976. <tvExp>0</tvExp>
  977. <tvExpOptDlg>0</tvExpOptDlg>
  978. <bDave2>0</bDave2>
  979. <PathWithFileName>packages\Infineon_mtb-hal-cat1-latest\source\cyhal_dma_dmac.c</PathWithFileName>
  980. <FilenameWithoutPath>cyhal_dma_dmac.c</FilenameWithoutPath>
  981. <RteFlg>0</RteFlg>
  982. <bShared>0</bShared>
  983. </File>
  984. <File>
  985. <GroupNumber>9</GroupNumber>
  986. <FileNumber>64</FileNumber>
  987. <FileType>1</FileType>
  988. <tvExp>0</tvExp>
  989. <tvExpOptDlg>0</tvExpOptDlg>
  990. <bDave2>0</bDave2>
  991. <PathWithFileName>packages\Infineon_mtb-hal-cat1-latest\source\cyhal_dma_dw.c</PathWithFileName>
  992. <FilenameWithoutPath>cyhal_dma_dw.c</FilenameWithoutPath>
  993. <RteFlg>0</RteFlg>
  994. <bShared>0</bShared>
  995. </File>
  996. <File>
  997. <GroupNumber>9</GroupNumber>
  998. <FileNumber>65</FileNumber>
  999. <FileType>1</FileType>
  1000. <tvExp>0</tvExp>
  1001. <tvExpOptDlg>0</tvExpOptDlg>
  1002. <bDave2>0</bDave2>
  1003. <PathWithFileName>packages\Infineon_mtb-hal-cat1-latest\source\cyhal_gpio.c</PathWithFileName>
  1004. <FilenameWithoutPath>cyhal_gpio.c</FilenameWithoutPath>
  1005. <RteFlg>0</RteFlg>
  1006. <bShared>0</bShared>
  1007. </File>
  1008. <File>
  1009. <GroupNumber>9</GroupNumber>
  1010. <FileNumber>66</FileNumber>
  1011. <FileType>1</FileType>
  1012. <tvExp>0</tvExp>
  1013. <tvExpOptDlg>0</tvExpOptDlg>
  1014. <bDave2>0</bDave2>
  1015. <PathWithFileName>packages\Infineon_mtb-hal-cat1-latest\source\cyhal_hwmgr.c</PathWithFileName>
  1016. <FilenameWithoutPath>cyhal_hwmgr.c</FilenameWithoutPath>
  1017. <RteFlg>0</RteFlg>
  1018. <bShared>0</bShared>
  1019. </File>
  1020. <File>
  1021. <GroupNumber>9</GroupNumber>
  1022. <FileNumber>67</FileNumber>
  1023. <FileType>1</FileType>
  1024. <tvExp>0</tvExp>
  1025. <tvExpOptDlg>0</tvExpOptDlg>
  1026. <bDave2>0</bDave2>
  1027. <PathWithFileName>packages\Infineon_mtb-hal-cat1-latest\source\cyhal_interconnect.c</PathWithFileName>
  1028. <FilenameWithoutPath>cyhal_interconnect.c</FilenameWithoutPath>
  1029. <RteFlg>0</RteFlg>
  1030. <bShared>0</bShared>
  1031. </File>
  1032. <File>
  1033. <GroupNumber>9</GroupNumber>
  1034. <FileNumber>68</FileNumber>
  1035. <FileType>1</FileType>
  1036. <tvExp>0</tvExp>
  1037. <tvExpOptDlg>0</tvExpOptDlg>
  1038. <bDave2>0</bDave2>
  1039. <PathWithFileName>packages\Infineon_mtb-hal-cat1-latest\source\cyhal_irq_impl.c</PathWithFileName>
  1040. <FilenameWithoutPath>cyhal_irq_impl.c</FilenameWithoutPath>
  1041. <RteFlg>0</RteFlg>
  1042. <bShared>0</bShared>
  1043. </File>
  1044. <File>
  1045. <GroupNumber>9</GroupNumber>
  1046. <FileNumber>69</FileNumber>
  1047. <FileType>1</FileType>
  1048. <tvExp>0</tvExp>
  1049. <tvExpOptDlg>0</tvExpOptDlg>
  1050. <bDave2>0</bDave2>
  1051. <PathWithFileName>packages\Infineon_mtb-hal-cat1-latest\source\cyhal_lptimer.c</PathWithFileName>
  1052. <FilenameWithoutPath>cyhal_lptimer.c</FilenameWithoutPath>
  1053. <RteFlg>0</RteFlg>
  1054. <bShared>0</bShared>
  1055. </File>
  1056. <File>
  1057. <GroupNumber>9</GroupNumber>
  1058. <FileNumber>70</FileNumber>
  1059. <FileType>1</FileType>
  1060. <tvExp>0</tvExp>
  1061. <tvExpOptDlg>0</tvExpOptDlg>
  1062. <bDave2>0</bDave2>
  1063. <PathWithFileName>packages\Infineon_mtb-hal-cat1-latest\source\cyhal_scb_common.c</PathWithFileName>
  1064. <FilenameWithoutPath>cyhal_scb_common.c</FilenameWithoutPath>
  1065. <RteFlg>0</RteFlg>
  1066. <bShared>0</bShared>
  1067. </File>
  1068. <File>
  1069. <GroupNumber>9</GroupNumber>
  1070. <FileNumber>71</FileNumber>
  1071. <FileType>1</FileType>
  1072. <tvExp>0</tvExp>
  1073. <tvExpOptDlg>0</tvExpOptDlg>
  1074. <bDave2>0</bDave2>
  1075. <PathWithFileName>packages\Infineon_mtb-hal-cat1-latest\source\cyhal_syspm.c</PathWithFileName>
  1076. <FilenameWithoutPath>cyhal_syspm.c</FilenameWithoutPath>
  1077. <RteFlg>0</RteFlg>
  1078. <bShared>0</bShared>
  1079. </File>
  1080. <File>
  1081. <GroupNumber>9</GroupNumber>
  1082. <FileNumber>72</FileNumber>
  1083. <FileType>1</FileType>
  1084. <tvExp>0</tvExp>
  1085. <tvExpOptDlg>0</tvExpOptDlg>
  1086. <bDave2>0</bDave2>
  1087. <PathWithFileName>packages\Infineon_mtb-hal-cat1-latest\source\cyhal_system.c</PathWithFileName>
  1088. <FilenameWithoutPath>cyhal_system.c</FilenameWithoutPath>
  1089. <RteFlg>0</RteFlg>
  1090. <bShared>0</bShared>
  1091. </File>
  1092. <File>
  1093. <GroupNumber>9</GroupNumber>
  1094. <FileNumber>73</FileNumber>
  1095. <FileType>1</FileType>
  1096. <tvExp>0</tvExp>
  1097. <tvExpOptDlg>0</tvExpOptDlg>
  1098. <bDave2>0</bDave2>
  1099. <PathWithFileName>packages\Infineon_mtb-hal-cat1-latest\source\cyhal_uart.c</PathWithFileName>
  1100. <FilenameWithoutPath>cyhal_uart.c</FilenameWithoutPath>
  1101. <RteFlg>0</RteFlg>
  1102. <bShared>0</bShared>
  1103. </File>
  1104. <File>
  1105. <GroupNumber>9</GroupNumber>
  1106. <FileNumber>74</FileNumber>
  1107. <FileType>1</FileType>
  1108. <tvExp>0</tvExp>
  1109. <tvExpOptDlg>0</tvExpOptDlg>
  1110. <bDave2>0</bDave2>
  1111. <PathWithFileName>packages\Infineon_mtb-hal-cat1-latest\source\cyhal_utils.c</PathWithFileName>
  1112. <FilenameWithoutPath>cyhal_utils.c</FilenameWithoutPath>
  1113. <RteFlg>0</RteFlg>
  1114. <bShared>0</bShared>
  1115. </File>
  1116. <File>
  1117. <GroupNumber>9</GroupNumber>
  1118. <FileNumber>75</FileNumber>
  1119. <FileType>1</FileType>
  1120. <tvExp>0</tvExp>
  1121. <tvExpOptDlg>0</tvExpOptDlg>
  1122. <bDave2>0</bDave2>
  1123. <PathWithFileName>packages\Infineon_mtb-hal-cat1-latest\source\cyhal_utils_impl.c</PathWithFileName>
  1124. <FilenameWithoutPath>cyhal_utils_impl.c</FilenameWithoutPath>
  1125. <RteFlg>0</RteFlg>
  1126. <bShared>0</bShared>
  1127. </File>
  1128. <File>
  1129. <GroupNumber>9</GroupNumber>
  1130. <FileNumber>76</FileNumber>
  1131. <FileType>1</FileType>
  1132. <tvExp>0</tvExp>
  1133. <tvExpOptDlg>0</tvExpOptDlg>
  1134. <bDave2>0</bDave2>
  1135. <PathWithFileName>packages\Infineon_mtb-pdl-cat1-latest\devices\COMPONENT_CAT1C\source\cy_device.c</PathWithFileName>
  1136. <FilenameWithoutPath>cy_device.c</FilenameWithoutPath>
  1137. <RteFlg>0</RteFlg>
  1138. <bShared>0</bShared>
  1139. </File>
  1140. <File>
  1141. <GroupNumber>9</GroupNumber>
  1142. <FileNumber>77</FileNumber>
  1143. <FileType>1</FileType>
  1144. <tvExp>0</tvExp>
  1145. <tvExpOptDlg>0</tvExpOptDlg>
  1146. <bDave2>0</bDave2>
  1147. <PathWithFileName>packages\Infineon_mtb-pdl-cat1-latest\drivers\source\cy_dma.c</PathWithFileName>
  1148. <FilenameWithoutPath>cy_dma.c</FilenameWithoutPath>
  1149. <RteFlg>0</RteFlg>
  1150. <bShared>0</bShared>
  1151. </File>
  1152. <File>
  1153. <GroupNumber>9</GroupNumber>
  1154. <FileNumber>78</FileNumber>
  1155. <FileType>1</FileType>
  1156. <tvExp>0</tvExp>
  1157. <tvExpOptDlg>0</tvExpOptDlg>
  1158. <bDave2>0</bDave2>
  1159. <PathWithFileName>packages\Infineon_mtb-pdl-cat1-latest\drivers\source\cy_dmac.c</PathWithFileName>
  1160. <FilenameWithoutPath>cy_dmac.c</FilenameWithoutPath>
  1161. <RteFlg>0</RteFlg>
  1162. <bShared>0</bShared>
  1163. </File>
  1164. <File>
  1165. <GroupNumber>9</GroupNumber>
  1166. <FileNumber>79</FileNumber>
  1167. <FileType>1</FileType>
  1168. <tvExp>0</tvExp>
  1169. <tvExpOptDlg>0</tvExpOptDlg>
  1170. <bDave2>0</bDave2>
  1171. <PathWithFileName>packages\Infineon_mtb-pdl-cat1-latest\drivers\source\cy_gpio.c</PathWithFileName>
  1172. <FilenameWithoutPath>cy_gpio.c</FilenameWithoutPath>
  1173. <RteFlg>0</RteFlg>
  1174. <bShared>0</bShared>
  1175. </File>
  1176. <File>
  1177. <GroupNumber>9</GroupNumber>
  1178. <FileNumber>80</FileNumber>
  1179. <FileType>1</FileType>
  1180. <tvExp>0</tvExp>
  1181. <tvExpOptDlg>0</tvExpOptDlg>
  1182. <bDave2>0</bDave2>
  1183. <PathWithFileName>packages\Infineon_mtb-pdl-cat1-latest\drivers\source\cy_ipc_drv.c</PathWithFileName>
  1184. <FilenameWithoutPath>cy_ipc_drv.c</FilenameWithoutPath>
  1185. <RteFlg>0</RteFlg>
  1186. <bShared>0</bShared>
  1187. </File>
  1188. <File>
  1189. <GroupNumber>9</GroupNumber>
  1190. <FileNumber>81</FileNumber>
  1191. <FileType>1</FileType>
  1192. <tvExp>0</tvExp>
  1193. <tvExpOptDlg>0</tvExpOptDlg>
  1194. <bDave2>0</bDave2>
  1195. <PathWithFileName>packages\Infineon_mtb-pdl-cat1-latest\drivers\source\cy_ipc_pipe.c</PathWithFileName>
  1196. <FilenameWithoutPath>cy_ipc_pipe.c</FilenameWithoutPath>
  1197. <RteFlg>0</RteFlg>
  1198. <bShared>0</bShared>
  1199. </File>
  1200. <File>
  1201. <GroupNumber>9</GroupNumber>
  1202. <FileNumber>82</FileNumber>
  1203. <FileType>1</FileType>
  1204. <tvExp>0</tvExp>
  1205. <tvExpOptDlg>0</tvExpOptDlg>
  1206. <bDave2>0</bDave2>
  1207. <PathWithFileName>packages\Infineon_mtb-pdl-cat1-latest\drivers\source\cy_ipc_sema.c</PathWithFileName>
  1208. <FilenameWithoutPath>cy_ipc_sema.c</FilenameWithoutPath>
  1209. <RteFlg>0</RteFlg>
  1210. <bShared>0</bShared>
  1211. </File>
  1212. <File>
  1213. <GroupNumber>9</GroupNumber>
  1214. <FileNumber>83</FileNumber>
  1215. <FileType>1</FileType>
  1216. <tvExp>0</tvExp>
  1217. <tvExpOptDlg>0</tvExpOptDlg>
  1218. <bDave2>0</bDave2>
  1219. <PathWithFileName>packages\Infineon_mtb-pdl-cat1-latest\drivers\source\cy_mcwdt.c</PathWithFileName>
  1220. <FilenameWithoutPath>cy_mcwdt.c</FilenameWithoutPath>
  1221. <RteFlg>0</RteFlg>
  1222. <bShared>0</bShared>
  1223. </File>
  1224. <File>
  1225. <GroupNumber>9</GroupNumber>
  1226. <FileNumber>84</FileNumber>
  1227. <FileType>1</FileType>
  1228. <tvExp>0</tvExp>
  1229. <tvExpOptDlg>0</tvExpOptDlg>
  1230. <bDave2>0</bDave2>
  1231. <PathWithFileName>packages\Infineon_mtb-pdl-cat1-latest\drivers\source\cy_mcwdt_b.c</PathWithFileName>
  1232. <FilenameWithoutPath>cy_mcwdt_b.c</FilenameWithoutPath>
  1233. <RteFlg>0</RteFlg>
  1234. <bShared>0</bShared>
  1235. </File>
  1236. <File>
  1237. <GroupNumber>9</GroupNumber>
  1238. <FileNumber>85</FileNumber>
  1239. <FileType>1</FileType>
  1240. <tvExp>0</tvExp>
  1241. <tvExpOptDlg>0</tvExpOptDlg>
  1242. <bDave2>0</bDave2>
  1243. <PathWithFileName>packages\Infineon_mtb-pdl-cat1-latest\drivers\source\cy_prot.c</PathWithFileName>
  1244. <FilenameWithoutPath>cy_prot.c</FilenameWithoutPath>
  1245. <RteFlg>0</RteFlg>
  1246. <bShared>0</bShared>
  1247. </File>
  1248. <File>
  1249. <GroupNumber>9</GroupNumber>
  1250. <FileNumber>86</FileNumber>
  1251. <FileType>1</FileType>
  1252. <tvExp>0</tvExp>
  1253. <tvExpOptDlg>0</tvExpOptDlg>
  1254. <bDave2>0</bDave2>
  1255. <PathWithFileName>packages\Infineon_mtb-pdl-cat1-latest\drivers\source\cy_scb_common.c</PathWithFileName>
  1256. <FilenameWithoutPath>cy_scb_common.c</FilenameWithoutPath>
  1257. <RteFlg>0</RteFlg>
  1258. <bShared>0</bShared>
  1259. </File>
  1260. <File>
  1261. <GroupNumber>9</GroupNumber>
  1262. <FileNumber>87</FileNumber>
  1263. <FileType>1</FileType>
  1264. <tvExp>0</tvExp>
  1265. <tvExpOptDlg>0</tvExpOptDlg>
  1266. <bDave2>0</bDave2>
  1267. <PathWithFileName>packages\Infineon_mtb-pdl-cat1-latest\drivers\source\cy_scb_i2c.c</PathWithFileName>
  1268. <FilenameWithoutPath>cy_scb_i2c.c</FilenameWithoutPath>
  1269. <RteFlg>0</RteFlg>
  1270. <bShared>0</bShared>
  1271. </File>
  1272. <File>
  1273. <GroupNumber>9</GroupNumber>
  1274. <FileNumber>88</FileNumber>
  1275. <FileType>1</FileType>
  1276. <tvExp>0</tvExp>
  1277. <tvExpOptDlg>0</tvExpOptDlg>
  1278. <bDave2>0</bDave2>
  1279. <PathWithFileName>packages\Infineon_mtb-pdl-cat1-latest\drivers\source\cy_scb_uart.c</PathWithFileName>
  1280. <FilenameWithoutPath>cy_scb_uart.c</FilenameWithoutPath>
  1281. <RteFlg>0</RteFlg>
  1282. <bShared>0</bShared>
  1283. </File>
  1284. <File>
  1285. <GroupNumber>9</GroupNumber>
  1286. <FileNumber>89</FileNumber>
  1287. <FileType>1</FileType>
  1288. <tvExp>0</tvExp>
  1289. <tvExpOptDlg>0</tvExpOptDlg>
  1290. <bDave2>0</bDave2>
  1291. <PathWithFileName>packages\Infineon_mtb-pdl-cat1-latest\drivers\source\cy_sysclk.c</PathWithFileName>
  1292. <FilenameWithoutPath>cy_sysclk.c</FilenameWithoutPath>
  1293. <RteFlg>0</RteFlg>
  1294. <bShared>0</bShared>
  1295. </File>
  1296. <File>
  1297. <GroupNumber>9</GroupNumber>
  1298. <FileNumber>90</FileNumber>
  1299. <FileType>1</FileType>
  1300. <tvExp>0</tvExp>
  1301. <tvExpOptDlg>0</tvExpOptDlg>
  1302. <bDave2>0</bDave2>
  1303. <PathWithFileName>packages\Infineon_mtb-pdl-cat1-latest\drivers\source\cy_sysclk_v2.c</PathWithFileName>
  1304. <FilenameWithoutPath>cy_sysclk_v2.c</FilenameWithoutPath>
  1305. <RteFlg>0</RteFlg>
  1306. <bShared>0</bShared>
  1307. </File>
  1308. <File>
  1309. <GroupNumber>9</GroupNumber>
  1310. <FileNumber>91</FileNumber>
  1311. <FileType>1</FileType>
  1312. <tvExp>0</tvExp>
  1313. <tvExpOptDlg>0</tvExpOptDlg>
  1314. <bDave2>0</bDave2>
  1315. <PathWithFileName>packages\Infineon_mtb-pdl-cat1-latest\drivers\source\cy_sysint.c</PathWithFileName>
  1316. <FilenameWithoutPath>cy_sysint.c</FilenameWithoutPath>
  1317. <RteFlg>0</RteFlg>
  1318. <bShared>0</bShared>
  1319. </File>
  1320. <File>
  1321. <GroupNumber>9</GroupNumber>
  1322. <FileNumber>92</FileNumber>
  1323. <FileType>1</FileType>
  1324. <tvExp>0</tvExp>
  1325. <tvExpOptDlg>0</tvExpOptDlg>
  1326. <bDave2>0</bDave2>
  1327. <PathWithFileName>packages\Infineon_mtb-pdl-cat1-latest\drivers\source\cy_syslib.c</PathWithFileName>
  1328. <FilenameWithoutPath>cy_syslib.c</FilenameWithoutPath>
  1329. <RteFlg>0</RteFlg>
  1330. <bShared>0</bShared>
  1331. </File>
  1332. <File>
  1333. <GroupNumber>9</GroupNumber>
  1334. <FileNumber>93</FileNumber>
  1335. <FileType>1</FileType>
  1336. <tvExp>0</tvExp>
  1337. <tvExpOptDlg>0</tvExpOptDlg>
  1338. <bDave2>0</bDave2>
  1339. <PathWithFileName>packages\Infineon_mtb-pdl-cat1-latest\drivers\source\cy_syspm.c</PathWithFileName>
  1340. <FilenameWithoutPath>cy_syspm.c</FilenameWithoutPath>
  1341. <RteFlg>0</RteFlg>
  1342. <bShared>0</bShared>
  1343. </File>
  1344. <File>
  1345. <GroupNumber>9</GroupNumber>
  1346. <FileNumber>94</FileNumber>
  1347. <FileType>1</FileType>
  1348. <tvExp>0</tvExp>
  1349. <tvExpOptDlg>0</tvExpOptDlg>
  1350. <bDave2>0</bDave2>
  1351. <PathWithFileName>packages\Infineon_mtb-pdl-cat1-latest\drivers\source\cy_syspm_v3.c</PathWithFileName>
  1352. <FilenameWithoutPath>cy_syspm_v3.c</FilenameWithoutPath>
  1353. <RteFlg>0</RteFlg>
  1354. <bShared>0</bShared>
  1355. </File>
  1356. <File>
  1357. <GroupNumber>9</GroupNumber>
  1358. <FileNumber>95</FileNumber>
  1359. <FileType>1</FileType>
  1360. <tvExp>0</tvExp>
  1361. <tvExpOptDlg>0</tvExpOptDlg>
  1362. <bDave2>0</bDave2>
  1363. <PathWithFileName>packages\Infineon_mtb-pdl-cat1-latest\drivers\source\cy_systick.c</PathWithFileName>
  1364. <FilenameWithoutPath>cy_systick.c</FilenameWithoutPath>
  1365. <RteFlg>0</RteFlg>
  1366. <bShared>0</bShared>
  1367. </File>
  1368. <File>
  1369. <GroupNumber>9</GroupNumber>
  1370. <FileNumber>96</FileNumber>
  1371. <FileType>1</FileType>
  1372. <tvExp>0</tvExp>
  1373. <tvExpOptDlg>0</tvExpOptDlg>
  1374. <bDave2>0</bDave2>
  1375. <PathWithFileName>packages\Infineon_mtb-pdl-cat1-latest\drivers\source\cy_trigmux.c</PathWithFileName>
  1376. <FilenameWithoutPath>cy_trigmux.c</FilenameWithoutPath>
  1377. <RteFlg>0</RteFlg>
  1378. <bShared>0</bShared>
  1379. </File>
  1380. <File>
  1381. <GroupNumber>9</GroupNumber>
  1382. <FileNumber>97</FileNumber>
  1383. <FileType>1</FileType>
  1384. <tvExp>0</tvExp>
  1385. <tvExpOptDlg>0</tvExpOptDlg>
  1386. <bDave2>0</bDave2>
  1387. <PathWithFileName>packages\Infineon_mtb-pdl-cat1-latest\drivers\source\cy_wdt_b.c</PathWithFileName>
  1388. <FilenameWithoutPath>cy_wdt_b.c</FilenameWithoutPath>
  1389. <RteFlg>0</RteFlg>
  1390. <bShared>0</bShared>
  1391. </File>
  1392. <File>
  1393. <GroupNumber>9</GroupNumber>
  1394. <FileNumber>98</FileNumber>
  1395. <FileType>1</FileType>
  1396. <tvExp>0</tvExp>
  1397. <tvExpOptDlg>0</tvExpOptDlg>
  1398. <bDave2>0</bDave2>
  1399. <PathWithFileName>packages\Infineon_retarget-io-latest\cy_retarget_io.c</PathWithFileName>
  1400. <FilenameWithoutPath>cy_retarget_io.c</FilenameWithoutPath>
  1401. <RteFlg>0</RteFlg>
  1402. <bShared>0</bShared>
  1403. </File>
  1404. </Group>
  1405. <Group>
  1406. <GroupName>libs</GroupName>
  1407. <tvExp>0</tvExp>
  1408. <tvExpOptDlg>0</tvExpOptDlg>
  1409. <cbSel>0</cbSel>
  1410. <RteFlg>0</RteFlg>
  1411. <File>
  1412. <GroupNumber>10</GroupNumber>
  1413. <FileNumber>99</FileNumber>
  1414. <FileType>1</FileType>
  1415. <tvExp>0</tvExp>
  1416. <tvExpOptDlg>0</tvExpOptDlg>
  1417. <bDave2>0</bDave2>
  1418. <PathWithFileName>libs\TARGET_APP_KIT_XMC71_EVK_LITE_V2\config\GeneratedSource\cycfg_clocks.c</PathWithFileName>
  1419. <FilenameWithoutPath>cycfg_clocks.c</FilenameWithoutPath>
  1420. <RteFlg>0</RteFlg>
  1421. <bShared>0</bShared>
  1422. </File>
  1423. <File>
  1424. <GroupNumber>10</GroupNumber>
  1425. <FileNumber>100</FileNumber>
  1426. <FileType>1</FileType>
  1427. <tvExp>0</tvExp>
  1428. <tvExpOptDlg>0</tvExpOptDlg>
  1429. <bDave2>0</bDave2>
  1430. <PathWithFileName>libs\TARGET_APP_KIT_XMC71_EVK_LITE_V2\config\GeneratedSource\cycfg_qspi_memslot.c</PathWithFileName>
  1431. <FilenameWithoutPath>cycfg_qspi_memslot.c</FilenameWithoutPath>
  1432. <RteFlg>0</RteFlg>
  1433. <bShared>0</bShared>
  1434. </File>
  1435. <File>
  1436. <GroupNumber>10</GroupNumber>
  1437. <FileNumber>101</FileNumber>
  1438. <FileType>1</FileType>
  1439. <tvExp>0</tvExp>
  1440. <tvExpOptDlg>0</tvExpOptDlg>
  1441. <bDave2>0</bDave2>
  1442. <PathWithFileName>libs\TARGET_APP_KIT_XMC71_EVK_LITE_V2\COMPONENT_CM7\startup_cm7.c</PathWithFileName>
  1443. <FilenameWithoutPath>startup_cm7.c</FilenameWithoutPath>
  1444. <RteFlg>0</RteFlg>
  1445. <bShared>0</bShared>
  1446. </File>
  1447. <File>
  1448. <GroupNumber>10</GroupNumber>
  1449. <FileNumber>102</FileNumber>
  1450. <FileType>1</FileType>
  1451. <tvExp>0</tvExp>
  1452. <tvExpOptDlg>0</tvExpOptDlg>
  1453. <bDave2>0</bDave2>
  1454. <PathWithFileName>libs\TARGET_APP_KIT_XMC71_EVK_LITE_V2\COMPONENT_CM7\system_cm7.c</PathWithFileName>
  1455. <FilenameWithoutPath>system_cm7.c</FilenameWithoutPath>
  1456. <RteFlg>0</RteFlg>
  1457. <bShared>0</bShared>
  1458. </File>
  1459. <File>
  1460. <GroupNumber>10</GroupNumber>
  1461. <FileNumber>103</FileNumber>
  1462. <FileType>1</FileType>
  1463. <tvExp>0</tvExp>
  1464. <tvExpOptDlg>0</tvExpOptDlg>
  1465. <bDave2>0</bDave2>
  1466. <PathWithFileName>libs\TARGET_APP_KIT_XMC71_EVK_LITE_V2\config\GeneratedSource\cycfg_system.c</PathWithFileName>
  1467. <FilenameWithoutPath>cycfg_system.c</FilenameWithoutPath>
  1468. <RteFlg>0</RteFlg>
  1469. <bShared>0</bShared>
  1470. </File>
  1471. <File>
  1472. <GroupNumber>10</GroupNumber>
  1473. <FileNumber>104</FileNumber>
  1474. <FileType>1</FileType>
  1475. <tvExp>0</tvExp>
  1476. <tvExpOptDlg>0</tvExpOptDlg>
  1477. <bDave2>0</bDave2>
  1478. <PathWithFileName>libs\TARGET_APP_KIT_XMC71_EVK_LITE_V2\cybsp.c</PathWithFileName>
  1479. <FilenameWithoutPath>cybsp.c</FilenameWithoutPath>
  1480. <RteFlg>0</RteFlg>
  1481. <bShared>0</bShared>
  1482. </File>
  1483. <File>
  1484. <GroupNumber>10</GroupNumber>
  1485. <FileNumber>105</FileNumber>
  1486. <FileType>1</FileType>
  1487. <tvExp>0</tvExp>
  1488. <tvExpOptDlg>0</tvExpOptDlg>
  1489. <bDave2>0</bDave2>
  1490. <PathWithFileName>libs\TARGET_APP_KIT_XMC71_EVK_LITE_V2\config\GeneratedSource\cycfg_pins.c</PathWithFileName>
  1491. <FilenameWithoutPath>cycfg_pins.c</FilenameWithoutPath>
  1492. <RteFlg>0</RteFlg>
  1493. <bShared>0</bShared>
  1494. </File>
  1495. <File>
  1496. <GroupNumber>10</GroupNumber>
  1497. <FileNumber>106</FileNumber>
  1498. <FileType>1</FileType>
  1499. <tvExp>0</tvExp>
  1500. <tvExpOptDlg>0</tvExpOptDlg>
  1501. <bDave2>0</bDave2>
  1502. <PathWithFileName>libs\TARGET_APP_KIT_XMC71_EVK_LITE_V2\config\GeneratedSource\cycfg.c</PathWithFileName>
  1503. <FilenameWithoutPath>cycfg.c</FilenameWithoutPath>
  1504. <RteFlg>0</RteFlg>
  1505. <bShared>0</bShared>
  1506. </File>
  1507. </Group>
  1508. </ProjectOpt>