HC32_4G04.uvoptx 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236
  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>HC32</TargetName>
  21. <ToolsetNumber>0x4</ToolsetNumber>
  22. <ToolsetName>ARM-ADS</ToolsetName>
  23. <TargetOption>
  24. <CLKADS>16000000</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>255</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>DLGUARM</Key>
  118. <Name>d</Name>
  119. </SetRegEntry>
  120. <SetRegEntry>
  121. <Number>0</Number>
  122. <Key>CMSIS_AGDI</Key>
  123. <Name>-X"" -U-O206 -O206 -S0 -C0 -P00000000 -N00("") -D00(00000000) -L00(0) -TO65554 -TC10000000 -TT10000000 -TP20 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD1FFF8000 -FC4000 -FN1 -FF0HC32F448_256K.FLM -FS00 -FL040000 -FP0($$Device:HC32F448MCTI$FlashARM\HC32F448_256K.FLM)</Name>
  124. </SetRegEntry>
  125. <SetRegEntry>
  126. <Number>0</Number>
  127. <Key>DLGTARM</Key>
  128. <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
  129. </SetRegEntry>
  130. <SetRegEntry>
  131. <Number>0</Number>
  132. <Key>JL2CM3</Key>
  133. <Name>-U941000024 -O206 -S2 -ZTIFSpeedSel5000 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(0) -TO65554 -TC10000000 -TP21 -TDS8006 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD1FFF8000 -FC4000 -FN2 -FF0HC32F448_256K.FLM -FS08000 -FL026000 -FP0($$Device:HC32F448MCTI$FlashARM\HC32F448_256K.FLM) -FF1HC32F448_otp.FLM -FS13000C00 -FL1400 -FP1($$Device:HC32F448MCTI$FlashARM\HC32F448_otp.FLM)</Name>
  134. </SetRegEntry>
  135. <SetRegEntry>
  136. <Number>0</Number>
  137. <Key>ARMRTXEVENTFLAGS</Key>
  138. <Name>-L70 -Z18 -C0 -M0 -T1</Name>
  139. </SetRegEntry>
  140. <SetRegEntry>
  141. <Number>0</Number>
  142. <Key>DLGDARM</Key>
  143. <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
  144. </SetRegEntry>
  145. <SetRegEntry>
  146. <Number>0</Number>
  147. <Key>ARMDBGFLAGS</Key>
  148. <Name>-T0</Name>
  149. </SetRegEntry>
  150. <SetRegEntry>
  151. <Number>0</Number>
  152. <Key>UL2CM3</Key>
  153. <Name>-U -O206 -S0 -C0 -P00 -N00("") -D00(00000000) -L00(0) -TO65554 -TC10000000 -TT10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD1FFF8000 -FC4000 -FN1 -FF0HC32F448_256K.FLM -FS00 -FL040000 -FP0($$Device:HC32F448MCTI$FlashARM\HC32F448_256K.FLM)</Name>
  154. </SetRegEntry>
  155. </TargetDriverDllRegistry>
  156. <Breakpoint/>
  157. <WatchWindow1>
  158. <Ww>
  159. <count>0</count>
  160. <WinNumber>1</WinNumber>
  161. <ItemText>u8RxBuf</ItemText>
  162. </Ww>
  163. <Ww>
  164. <count>1</count>
  165. <WinNumber>1</WinNumber>
  166. <ItemText>u16RxIndex</ItemText>
  167. </Ww>
  168. <Ww>
  169. <count>2</count>
  170. <WinNumber>1</WinNumber>
  171. <ItemText>statusx</ItemText>
  172. </Ww>
  173. <Ww>
  174. <count>3</count>
  175. <WinNumber>1</WinNumber>
  176. <ItemText>statusx,0x0A</ItemText>
  177. </Ww>
  178. <Ww>
  179. <count>4</count>
  180. <WinNumber>1</WinNumber>
  181. <ItemText>m_apfnIrqHandler</ItemText>
  182. </Ww>
  183. <Ww>
  184. <count>5</count>
  185. <WinNumber>1</WinNumber>
  186. <ItemText>m_apfnIrqHandler[pstcIrqSignConfig-&gt;enIRQn]</ItemText>
  187. </Ww>
  188. </WatchWindow1>
  189. <MemoryWindow1>
  190. <Mm>
  191. <WinNumber>1</WinNumber>
  192. <SubType>0</SubType>
  193. <ItemText>0x8000</ItemText>
  194. <AccSizeX>0</AccSizeX>
  195. </Mm>
  196. </MemoryWindow1>
  197. <Tracepoint>
  198. <THDelay>0</THDelay>
  199. </Tracepoint>
  200. <DebugFlag>
  201. <trace>0</trace>
  202. <periodic>1</periodic>
  203. <aLwin>1</aLwin>
  204. <aCover>0</aCover>
  205. <aSer1>0</aSer1>
  206. <aSer2>0</aSer2>
  207. <aPa>0</aPa>
  208. <viewmode>1</viewmode>
  209. <vrSel>0</vrSel>
  210. <aSym>0</aSym>
  211. <aTbox>0</aTbox>
  212. <AscS1>0</AscS1>
  213. <AscS2>0</AscS2>
  214. <AscS3>0</AscS3>
  215. <aSer3>0</aSer3>
  216. <eProf>0</eProf>
  217. <aLa>0</aLa>
  218. <aPa1>0</aPa1>
  219. <AscS4>0</AscS4>
  220. <aSer4>0</aSer4>
  221. <StkLoc>0</StkLoc>
  222. <TrcWin>0</TrcWin>
  223. <newCpu>0</newCpu>
  224. <uProt>0</uProt>
  225. </DebugFlag>
  226. <LintExecutable></LintExecutable>
  227. <LintConfigFile></LintConfigFile>
  228. <bLintAuto>0</bLintAuto>
  229. <bAutoGenD>0</bAutoGenD>
  230. <LntExFlags>0</LntExFlags>
  231. <pMisraName></pMisraName>
  232. <pszMrule></pszMrule>
  233. <pSingCmds></pSingCmds>
  234. <pMultCmds></pMultCmds>
  235. <pMisraNamep></pMisraNamep>
  236. <pszMrulep></pszMrulep>
  237. <pSingCmdsp></pSingCmdsp>
  238. <pMultCmdsp></pMultCmdsp>
  239. <SystemViewers>
  240. <Entry>
  241. <Name>System Viewer\SPI3</Name>
  242. <WinId>35905</WinId>
  243. </Entry>
  244. </SystemViewers>
  245. <DebugDescription>
  246. <Enable>1</Enable>
  247. <EnableFlashSeq>0</EnableFlashSeq>
  248. <EnableLog>0</EnableLog>
  249. <Protocol>2</Protocol>
  250. <DbgClock>1000000</DbgClock>
  251. </DebugDescription>
  252. </TargetOption>
  253. </Target>
  254. <Group>
  255. <GroupName>core</GroupName>
  256. <tvExp>0</tvExp>
  257. <tvExpOptDlg>0</tvExpOptDlg>
  258. <cbSel>0</cbSel>
  259. <RteFlg>0</RteFlg>
  260. <File>
  261. <GroupNumber>1</GroupNumber>
  262. <FileNumber>1</FileNumber>
  263. <FileType>2</FileType>
  264. <tvExp>0</tvExp>
  265. <tvExpOptDlg>0</tvExpOptDlg>
  266. <bDave2>0</bDave2>
  267. <PathWithFileName>.\common\startup_hc32f448mcti.s</PathWithFileName>
  268. <FilenameWithoutPath>startup_hc32f448mcti.s</FilenameWithoutPath>
  269. <RteFlg>0</RteFlg>
  270. <bShared>0</bShared>
  271. </File>
  272. <File>
  273. <GroupNumber>1</GroupNumber>
  274. <FileNumber>2</FileNumber>
  275. <FileType>1</FileType>
  276. <tvExp>0</tvExp>
  277. <tvExpOptDlg>0</tvExpOptDlg>
  278. <bDave2>0</bDave2>
  279. <PathWithFileName>.\common\system_hc32f448mcti.c</PathWithFileName>
  280. <FilenameWithoutPath>system_hc32f448mcti.c</FilenameWithoutPath>
  281. <RteFlg>0</RteFlg>
  282. <bShared>0</bShared>
  283. </File>
  284. </Group>
  285. <Group>
  286. <GroupName>app</GroupName>
  287. <tvExp>1</tvExp>
  288. <tvExpOptDlg>0</tvExpOptDlg>
  289. <cbSel>0</cbSel>
  290. <RteFlg>0</RteFlg>
  291. <File>
  292. <GroupNumber>2</GroupNumber>
  293. <FileNumber>3</FileNumber>
  294. <FileType>1</FileType>
  295. <tvExp>0</tvExp>
  296. <tvExpOptDlg>0</tvExpOptDlg>
  297. <bDave2>0</bDave2>
  298. <PathWithFileName>.\app\main.c</PathWithFileName>
  299. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  300. <RteFlg>0</RteFlg>
  301. <bShared>0</bShared>
  302. </File>
  303. <File>
  304. <GroupNumber>2</GroupNumber>
  305. <FileNumber>4</FileNumber>
  306. <FileType>1</FileType>
  307. <tvExp>0</tvExp>
  308. <tvExpOptDlg>0</tvExpOptDlg>
  309. <bDave2>0</bDave2>
  310. <PathWithFileName>.\app\app_protocol.c</PathWithFileName>
  311. <FilenameWithoutPath>app_protocol.c</FilenameWithoutPath>
  312. <RteFlg>0</RteFlg>
  313. <bShared>0</bShared>
  314. </File>
  315. <File>
  316. <GroupNumber>2</GroupNumber>
  317. <FileNumber>5</FileNumber>
  318. <FileType>1</FileType>
  319. <tvExp>0</tvExp>
  320. <tvExpOptDlg>0</tvExpOptDlg>
  321. <bDave2>0</bDave2>
  322. <PathWithFileName>.\app\app_backup_pwr.c</PathWithFileName>
  323. <FilenameWithoutPath>app_backup_pwr.c</FilenameWithoutPath>
  324. <RteFlg>0</RteFlg>
  325. <bShared>0</bShared>
  326. </File>
  327. <File>
  328. <GroupNumber>2</GroupNumber>
  329. <FileNumber>6</FileNumber>
  330. <FileType>1</FileType>
  331. <tvExp>0</tvExp>
  332. <tvExpOptDlg>0</tvExpOptDlg>
  333. <bDave2>0</bDave2>
  334. <PathWithFileName>.\app\app_gps.c</PathWithFileName>
  335. <FilenameWithoutPath>app_gps.c</FilenameWithoutPath>
  336. <RteFlg>0</RteFlg>
  337. <bShared>0</bShared>
  338. </File>
  339. <File>
  340. <GroupNumber>2</GroupNumber>
  341. <FileNumber>7</FileNumber>
  342. <FileType>1</FileType>
  343. <tvExp>0</tvExp>
  344. <tvExpOptDlg>0</tvExpOptDlg>
  345. <bDave2>0</bDave2>
  346. <PathWithFileName>.\app\app_fft.c</PathWithFileName>
  347. <FilenameWithoutPath>app_fft.c</FilenameWithoutPath>
  348. <RteFlg>0</RteFlg>
  349. <bShared>0</bShared>
  350. </File>
  351. </Group>
  352. <Group>
  353. <GroupName>driver</GroupName>
  354. <tvExp>1</tvExp>
  355. <tvExpOptDlg>0</tvExpOptDlg>
  356. <cbSel>0</cbSel>
  357. <RteFlg>0</RteFlg>
  358. <File>
  359. <GroupNumber>3</GroupNumber>
  360. <FileNumber>8</FileNumber>
  361. <FileType>1</FileType>
  362. <tvExp>0</tvExp>
  363. <tvExpOptDlg>0</tvExpOptDlg>
  364. <bDave2>0</bDave2>
  365. <PathWithFileName>.\driver\hal_spi.c</PathWithFileName>
  366. <FilenameWithoutPath>hal_spi.c</FilenameWithoutPath>
  367. <RteFlg>0</RteFlg>
  368. <bShared>0</bShared>
  369. </File>
  370. <File>
  371. <GroupNumber>3</GroupNumber>
  372. <FileNumber>9</FileNumber>
  373. <FileType>1</FileType>
  374. <tvExp>0</tvExp>
  375. <tvExpOptDlg>0</tvExpOptDlg>
  376. <bDave2>0</bDave2>
  377. <PathWithFileName>.\driver\hal_flash.c</PathWithFileName>
  378. <FilenameWithoutPath>hal_flash.c</FilenameWithoutPath>
  379. <RteFlg>0</RteFlg>
  380. <bShared>0</bShared>
  381. </File>
  382. <File>
  383. <GroupNumber>3</GroupNumber>
  384. <FileNumber>10</FileNumber>
  385. <FileType>1</FileType>
  386. <tvExp>0</tvExp>
  387. <tvExpOptDlg>0</tvExpOptDlg>
  388. <bDave2>0</bDave2>
  389. <PathWithFileName>.\driver\hal_uart.c</PathWithFileName>
  390. <FilenameWithoutPath>hal_uart.c</FilenameWithoutPath>
  391. <RteFlg>0</RteFlg>
  392. <bShared>0</bShared>
  393. </File>
  394. <File>
  395. <GroupNumber>3</GroupNumber>
  396. <FileNumber>11</FileNumber>
  397. <FileType>1</FileType>
  398. <tvExp>0</tvExp>
  399. <tvExpOptDlg>0</tvExpOptDlg>
  400. <bDave2>0</bDave2>
  401. <PathWithFileName>.\driver\hal_can.c</PathWithFileName>
  402. <FilenameWithoutPath>hal_can.c</FilenameWithoutPath>
  403. <RteFlg>0</RteFlg>
  404. <bShared>0</bShared>
  405. </File>
  406. <File>
  407. <GroupNumber>3</GroupNumber>
  408. <FileNumber>12</FileNumber>
  409. <FileType>1</FileType>
  410. <tvExp>0</tvExp>
  411. <tvExpOptDlg>0</tvExpOptDlg>
  412. <bDave2>0</bDave2>
  413. <PathWithFileName>.\driver\hal_pwm.c</PathWithFileName>
  414. <FilenameWithoutPath>hal_pwm.c</FilenameWithoutPath>
  415. <RteFlg>0</RteFlg>
  416. <bShared>0</bShared>
  417. </File>
  418. <File>
  419. <GroupNumber>3</GroupNumber>
  420. <FileNumber>13</FileNumber>
  421. <FileType>1</FileType>
  422. <tvExp>0</tvExp>
  423. <tvExpOptDlg>0</tvExpOptDlg>
  424. <bDave2>0</bDave2>
  425. <PathWithFileName>.\driver\hal_adc.c</PathWithFileName>
  426. <FilenameWithoutPath>hal_adc.c</FilenameWithoutPath>
  427. <RteFlg>0</RteFlg>
  428. <bShared>0</bShared>
  429. </File>
  430. <File>
  431. <GroupNumber>3</GroupNumber>
  432. <FileNumber>14</FileNumber>
  433. <FileType>1</FileType>
  434. <tvExp>0</tvExp>
  435. <tvExpOptDlg>0</tvExpOptDlg>
  436. <bDave2>0</bDave2>
  437. <PathWithFileName>.\driver\hal_gpio.c</PathWithFileName>
  438. <FilenameWithoutPath>hal_gpio.c</FilenameWithoutPath>
  439. <RteFlg>0</RteFlg>
  440. <bShared>0</bShared>
  441. </File>
  442. <File>
  443. <GroupNumber>3</GroupNumber>
  444. <FileNumber>15</FileNumber>
  445. <FileType>1</FileType>
  446. <tvExp>0</tvExp>
  447. <tvExpOptDlg>0</tvExpOptDlg>
  448. <bDave2>0</bDave2>
  449. <PathWithFileName>.\driver\hal_low_pwoer.c</PathWithFileName>
  450. <FilenameWithoutPath>hal_low_pwoer.c</FilenameWithoutPath>
  451. <RteFlg>0</RteFlg>
  452. <bShared>0</bShared>
  453. </File>
  454. <File>
  455. <GroupNumber>3</GroupNumber>
  456. <FileNumber>16</FileNumber>
  457. <FileType>1</FileType>
  458. <tvExp>0</tvExp>
  459. <tvExpOptDlg>0</tvExpOptDlg>
  460. <bDave2>0</bDave2>
  461. <PathWithFileName>.\driver\hal_w25qxx.c</PathWithFileName>
  462. <FilenameWithoutPath>hal_w25qxx.c</FilenameWithoutPath>
  463. <RteFlg>0</RteFlg>
  464. <bShared>0</bShared>
  465. </File>
  466. <File>
  467. <GroupNumber>3</GroupNumber>
  468. <FileNumber>17</FileNumber>
  469. <FileType>1</FileType>
  470. <tvExp>0</tvExp>
  471. <tvExpOptDlg>0</tvExpOptDlg>
  472. <bDave2>0</bDave2>
  473. <PathWithFileName>.\driver\hal_nca9555.c</PathWithFileName>
  474. <FilenameWithoutPath>hal_nca9555.c</FilenameWithoutPath>
  475. <RteFlg>0</RteFlg>
  476. <bShared>0</bShared>
  477. </File>
  478. <File>
  479. <GroupNumber>3</GroupNumber>
  480. <FileNumber>18</FileNumber>
  481. <FileType>1</FileType>
  482. <tvExp>0</tvExp>
  483. <tvExpOptDlg>0</tvExpOptDlg>
  484. <bDave2>0</bDave2>
  485. <PathWithFileName>.\driver\hal_pca8565.c</PathWithFileName>
  486. <FilenameWithoutPath>hal_pca8565.c</FilenameWithoutPath>
  487. <RteFlg>0</RteFlg>
  488. <bShared>0</bShared>
  489. </File>
  490. <File>
  491. <GroupNumber>3</GroupNumber>
  492. <FileNumber>19</FileNumber>
  493. <FileType>1</FileType>
  494. <tvExp>0</tvExp>
  495. <tvExpOptDlg>0</tvExpOptDlg>
  496. <bDave2>0</bDave2>
  497. <PathWithFileName>.\driver\hal_sc7a20.c</PathWithFileName>
  498. <FilenameWithoutPath>hal_sc7a20.c</FilenameWithoutPath>
  499. <RteFlg>0</RteFlg>
  500. <bShared>0</bShared>
  501. </File>
  502. <File>
  503. <GroupNumber>3</GroupNumber>
  504. <FileNumber>20</FileNumber>
  505. <FileType>1</FileType>
  506. <tvExp>0</tvExp>
  507. <tvExpOptDlg>0</tvExpOptDlg>
  508. <bDave2>0</bDave2>
  509. <PathWithFileName>.\driver\hal_sy6970.c</PathWithFileName>
  510. <FilenameWithoutPath>hal_sy6970.c</FilenameWithoutPath>
  511. <RteFlg>0</RteFlg>
  512. <bShared>0</bShared>
  513. </File>
  514. <File>
  515. <GroupNumber>3</GroupNumber>
  516. <FileNumber>21</FileNumber>
  517. <FileType>1</FileType>
  518. <tvExp>0</tvExp>
  519. <tvExpOptDlg>0</tvExpOptDlg>
  520. <bDave2>0</bDave2>
  521. <PathWithFileName>.\driver\ring_buf.c</PathWithFileName>
  522. <FilenameWithoutPath>ring_buf.c</FilenameWithoutPath>
  523. <RteFlg>0</RteFlg>
  524. <bShared>0</bShared>
  525. </File>
  526. <File>
  527. <GroupNumber>3</GroupNumber>
  528. <FileNumber>22</FileNumber>
  529. <FileType>1</FileType>
  530. <tvExp>0</tvExp>
  531. <tvExpOptDlg>0</tvExpOptDlg>
  532. <bDave2>0</bDave2>
  533. <PathWithFileName>.\driver\hal_clk_func.c</PathWithFileName>
  534. <FilenameWithoutPath>hal_clk_func.c</FilenameWithoutPath>
  535. <RteFlg>0</RteFlg>
  536. <bShared>0</bShared>
  537. </File>
  538. <File>
  539. <GroupNumber>3</GroupNumber>
  540. <FileNumber>23</FileNumber>
  541. <FileType>1</FileType>
  542. <tvExp>0</tvExp>
  543. <tvExpOptDlg>0</tvExpOptDlg>
  544. <bDave2>0</bDave2>
  545. <PathWithFileName>.\driver\hal_ec600g.c</PathWithFileName>
  546. <FilenameWithoutPath>hal_ec600g.c</FilenameWithoutPath>
  547. <RteFlg>0</RteFlg>
  548. <bShared>0</bShared>
  549. </File>
  550. </Group>
  551. <Group>
  552. <GroupName>firmware_upgrade</GroupName>
  553. <tvExp>0</tvExp>
  554. <tvExpOptDlg>0</tvExpOptDlg>
  555. <cbSel>0</cbSel>
  556. <RteFlg>0</RteFlg>
  557. <File>
  558. <GroupNumber>4</GroupNumber>
  559. <FileNumber>24</FileNumber>
  560. <FileType>1</FileType>
  561. <tvExp>0</tvExp>
  562. <tvExpOptDlg>0</tvExpOptDlg>
  563. <bDave2>0</bDave2>
  564. <PathWithFileName>.\firmware_upgrade\firmware_upgrade.c</PathWithFileName>
  565. <FilenameWithoutPath>firmware_upgrade.c</FilenameWithoutPath>
  566. <RteFlg>0</RteFlg>
  567. <bShared>0</bShared>
  568. </File>
  569. </Group>
  570. <Group>
  571. <GroupName>lib</GroupName>
  572. <tvExp>0</tvExp>
  573. <tvExpOptDlg>0</tvExpOptDlg>
  574. <cbSel>0</cbSel>
  575. <RteFlg>0</RteFlg>
  576. <File>
  577. <GroupNumber>5</GroupNumber>
  578. <FileNumber>25</FileNumber>
  579. <FileType>1</FileType>
  580. <tvExp>0</tvExp>
  581. <tvExpOptDlg>0</tvExpOptDlg>
  582. <bDave2>0</bDave2>
  583. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll.c</PathWithFileName>
  584. <FilenameWithoutPath>hc32_ll.c</FilenameWithoutPath>
  585. <RteFlg>0</RteFlg>
  586. <bShared>0</bShared>
  587. </File>
  588. <File>
  589. <GroupNumber>5</GroupNumber>
  590. <FileNumber>26</FileNumber>
  591. <FileType>1</FileType>
  592. <tvExp>0</tvExp>
  593. <tvExpOptDlg>0</tvExpOptDlg>
  594. <bDave2>0</bDave2>
  595. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_adc.c</PathWithFileName>
  596. <FilenameWithoutPath>hc32_ll_adc.c</FilenameWithoutPath>
  597. <RteFlg>0</RteFlg>
  598. <bShared>0</bShared>
  599. </File>
  600. <File>
  601. <GroupNumber>5</GroupNumber>
  602. <FileNumber>27</FileNumber>
  603. <FileType>1</FileType>
  604. <tvExp>0</tvExp>
  605. <tvExpOptDlg>0</tvExpOptDlg>
  606. <bDave2>0</bDave2>
  607. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_aes.c</PathWithFileName>
  608. <FilenameWithoutPath>hc32_ll_aes.c</FilenameWithoutPath>
  609. <RteFlg>0</RteFlg>
  610. <bShared>0</bShared>
  611. </File>
  612. <File>
  613. <GroupNumber>5</GroupNumber>
  614. <FileNumber>28</FileNumber>
  615. <FileType>1</FileType>
  616. <tvExp>0</tvExp>
  617. <tvExpOptDlg>0</tvExpOptDlg>
  618. <bDave2>0</bDave2>
  619. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_aos.c</PathWithFileName>
  620. <FilenameWithoutPath>hc32_ll_aos.c</FilenameWithoutPath>
  621. <RteFlg>0</RteFlg>
  622. <bShared>0</bShared>
  623. </File>
  624. <File>
  625. <GroupNumber>5</GroupNumber>
  626. <FileNumber>29</FileNumber>
  627. <FileType>1</FileType>
  628. <tvExp>0</tvExp>
  629. <tvExpOptDlg>0</tvExpOptDlg>
  630. <bDave2>0</bDave2>
  631. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_clk.c</PathWithFileName>
  632. <FilenameWithoutPath>hc32_ll_clk.c</FilenameWithoutPath>
  633. <RteFlg>0</RteFlg>
  634. <bShared>0</bShared>
  635. </File>
  636. <File>
  637. <GroupNumber>5</GroupNumber>
  638. <FileNumber>30</FileNumber>
  639. <FileType>1</FileType>
  640. <tvExp>0</tvExp>
  641. <tvExpOptDlg>0</tvExpOptDlg>
  642. <bDave2>0</bDave2>
  643. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_cmp.c</PathWithFileName>
  644. <FilenameWithoutPath>hc32_ll_cmp.c</FilenameWithoutPath>
  645. <RteFlg>0</RteFlg>
  646. <bShared>0</bShared>
  647. </File>
  648. <File>
  649. <GroupNumber>5</GroupNumber>
  650. <FileNumber>31</FileNumber>
  651. <FileType>1</FileType>
  652. <tvExp>0</tvExp>
  653. <tvExpOptDlg>0</tvExpOptDlg>
  654. <bDave2>0</bDave2>
  655. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_crc.c</PathWithFileName>
  656. <FilenameWithoutPath>hc32_ll_crc.c</FilenameWithoutPath>
  657. <RteFlg>0</RteFlg>
  658. <bShared>0</bShared>
  659. </File>
  660. <File>
  661. <GroupNumber>5</GroupNumber>
  662. <FileNumber>32</FileNumber>
  663. <FileType>1</FileType>
  664. <tvExp>0</tvExp>
  665. <tvExpOptDlg>0</tvExpOptDlg>
  666. <bDave2>0</bDave2>
  667. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_ctc.c</PathWithFileName>
  668. <FilenameWithoutPath>hc32_ll_ctc.c</FilenameWithoutPath>
  669. <RteFlg>0</RteFlg>
  670. <bShared>0</bShared>
  671. </File>
  672. <File>
  673. <GroupNumber>5</GroupNumber>
  674. <FileNumber>33</FileNumber>
  675. <FileType>1</FileType>
  676. <tvExp>0</tvExp>
  677. <tvExpOptDlg>0</tvExpOptDlg>
  678. <bDave2>0</bDave2>
  679. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_dac.c</PathWithFileName>
  680. <FilenameWithoutPath>hc32_ll_dac.c</FilenameWithoutPath>
  681. <RteFlg>0</RteFlg>
  682. <bShared>0</bShared>
  683. </File>
  684. <File>
  685. <GroupNumber>5</GroupNumber>
  686. <FileNumber>34</FileNumber>
  687. <FileType>1</FileType>
  688. <tvExp>0</tvExp>
  689. <tvExpOptDlg>0</tvExpOptDlg>
  690. <bDave2>0</bDave2>
  691. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_dbgc.c</PathWithFileName>
  692. <FilenameWithoutPath>hc32_ll_dbgc.c</FilenameWithoutPath>
  693. <RteFlg>0</RteFlg>
  694. <bShared>0</bShared>
  695. </File>
  696. <File>
  697. <GroupNumber>5</GroupNumber>
  698. <FileNumber>35</FileNumber>
  699. <FileType>1</FileType>
  700. <tvExp>0</tvExp>
  701. <tvExpOptDlg>0</tvExpOptDlg>
  702. <bDave2>0</bDave2>
  703. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_dcu.c</PathWithFileName>
  704. <FilenameWithoutPath>hc32_ll_dcu.c</FilenameWithoutPath>
  705. <RteFlg>0</RteFlg>
  706. <bShared>0</bShared>
  707. </File>
  708. <File>
  709. <GroupNumber>5</GroupNumber>
  710. <FileNumber>36</FileNumber>
  711. <FileType>1</FileType>
  712. <tvExp>0</tvExp>
  713. <tvExpOptDlg>0</tvExpOptDlg>
  714. <bDave2>0</bDave2>
  715. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_dma.c</PathWithFileName>
  716. <FilenameWithoutPath>hc32_ll_dma.c</FilenameWithoutPath>
  717. <RteFlg>0</RteFlg>
  718. <bShared>0</bShared>
  719. </File>
  720. <File>
  721. <GroupNumber>5</GroupNumber>
  722. <FileNumber>37</FileNumber>
  723. <FileType>1</FileType>
  724. <tvExp>0</tvExp>
  725. <tvExpOptDlg>0</tvExpOptDlg>
  726. <bDave2>0</bDave2>
  727. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_efm.c</PathWithFileName>
  728. <FilenameWithoutPath>hc32_ll_efm.c</FilenameWithoutPath>
  729. <RteFlg>0</RteFlg>
  730. <bShared>0</bShared>
  731. </File>
  732. <File>
  733. <GroupNumber>5</GroupNumber>
  734. <FileNumber>38</FileNumber>
  735. <FileType>1</FileType>
  736. <tvExp>0</tvExp>
  737. <tvExpOptDlg>0</tvExpOptDlg>
  738. <bDave2>0</bDave2>
  739. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_emb.c</PathWithFileName>
  740. <FilenameWithoutPath>hc32_ll_emb.c</FilenameWithoutPath>
  741. <RteFlg>0</RteFlg>
  742. <bShared>0</bShared>
  743. </File>
  744. <File>
  745. <GroupNumber>5</GroupNumber>
  746. <FileNumber>39</FileNumber>
  747. <FileType>1</FileType>
  748. <tvExp>0</tvExp>
  749. <tvExpOptDlg>0</tvExpOptDlg>
  750. <bDave2>0</bDave2>
  751. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_event_port.c</PathWithFileName>
  752. <FilenameWithoutPath>hc32_ll_event_port.c</FilenameWithoutPath>
  753. <RteFlg>0</RteFlg>
  754. <bShared>0</bShared>
  755. </File>
  756. <File>
  757. <GroupNumber>5</GroupNumber>
  758. <FileNumber>40</FileNumber>
  759. <FileType>1</FileType>
  760. <tvExp>0</tvExp>
  761. <tvExpOptDlg>0</tvExpOptDlg>
  762. <bDave2>0</bDave2>
  763. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_fcg.c</PathWithFileName>
  764. <FilenameWithoutPath>hc32_ll_fcg.c</FilenameWithoutPath>
  765. <RteFlg>0</RteFlg>
  766. <bShared>0</bShared>
  767. </File>
  768. <File>
  769. <GroupNumber>5</GroupNumber>
  770. <FileNumber>41</FileNumber>
  771. <FileType>1</FileType>
  772. <tvExp>0</tvExp>
  773. <tvExpOptDlg>0</tvExpOptDlg>
  774. <bDave2>0</bDave2>
  775. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_fcm.c</PathWithFileName>
  776. <FilenameWithoutPath>hc32_ll_fcm.c</FilenameWithoutPath>
  777. <RteFlg>0</RteFlg>
  778. <bShared>0</bShared>
  779. </File>
  780. <File>
  781. <GroupNumber>5</GroupNumber>
  782. <FileNumber>42</FileNumber>
  783. <FileType>1</FileType>
  784. <tvExp>0</tvExp>
  785. <tvExpOptDlg>0</tvExpOptDlg>
  786. <bDave2>0</bDave2>
  787. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_gpio.c</PathWithFileName>
  788. <FilenameWithoutPath>hc32_ll_gpio.c</FilenameWithoutPath>
  789. <RteFlg>0</RteFlg>
  790. <bShared>0</bShared>
  791. </File>
  792. <File>
  793. <GroupNumber>5</GroupNumber>
  794. <FileNumber>43</FileNumber>
  795. <FileType>1</FileType>
  796. <tvExp>0</tvExp>
  797. <tvExpOptDlg>0</tvExpOptDlg>
  798. <bDave2>0</bDave2>
  799. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_hash.c</PathWithFileName>
  800. <FilenameWithoutPath>hc32_ll_hash.c</FilenameWithoutPath>
  801. <RteFlg>0</RteFlg>
  802. <bShared>0</bShared>
  803. </File>
  804. <File>
  805. <GroupNumber>5</GroupNumber>
  806. <FileNumber>44</FileNumber>
  807. <FileType>1</FileType>
  808. <tvExp>0</tvExp>
  809. <tvExpOptDlg>0</tvExpOptDlg>
  810. <bDave2>0</bDave2>
  811. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_i2c.c</PathWithFileName>
  812. <FilenameWithoutPath>hc32_ll_i2c.c</FilenameWithoutPath>
  813. <RteFlg>0</RteFlg>
  814. <bShared>0</bShared>
  815. </File>
  816. <File>
  817. <GroupNumber>5</GroupNumber>
  818. <FileNumber>45</FileNumber>
  819. <FileType>1</FileType>
  820. <tvExp>0</tvExp>
  821. <tvExpOptDlg>0</tvExpOptDlg>
  822. <bDave2>0</bDave2>
  823. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_icg.c</PathWithFileName>
  824. <FilenameWithoutPath>hc32_ll_icg.c</FilenameWithoutPath>
  825. <RteFlg>0</RteFlg>
  826. <bShared>0</bShared>
  827. </File>
  828. <File>
  829. <GroupNumber>5</GroupNumber>
  830. <FileNumber>46</FileNumber>
  831. <FileType>1</FileType>
  832. <tvExp>0</tvExp>
  833. <tvExpOptDlg>0</tvExpOptDlg>
  834. <bDave2>0</bDave2>
  835. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_interrupts.c</PathWithFileName>
  836. <FilenameWithoutPath>hc32_ll_interrupts.c</FilenameWithoutPath>
  837. <RteFlg>0</RteFlg>
  838. <bShared>0</bShared>
  839. </File>
  840. <File>
  841. <GroupNumber>5</GroupNumber>
  842. <FileNumber>47</FileNumber>
  843. <FileType>1</FileType>
  844. <tvExp>0</tvExp>
  845. <tvExpOptDlg>0</tvExpOptDlg>
  846. <bDave2>0</bDave2>
  847. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_keyscan.c</PathWithFileName>
  848. <FilenameWithoutPath>hc32_ll_keyscan.c</FilenameWithoutPath>
  849. <RteFlg>0</RteFlg>
  850. <bShared>0</bShared>
  851. </File>
  852. <File>
  853. <GroupNumber>5</GroupNumber>
  854. <FileNumber>48</FileNumber>
  855. <FileType>1</FileType>
  856. <tvExp>0</tvExp>
  857. <tvExpOptDlg>0</tvExpOptDlg>
  858. <bDave2>0</bDave2>
  859. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_mcan.c</PathWithFileName>
  860. <FilenameWithoutPath>hc32_ll_mcan.c</FilenameWithoutPath>
  861. <RteFlg>0</RteFlg>
  862. <bShared>0</bShared>
  863. </File>
  864. <File>
  865. <GroupNumber>5</GroupNumber>
  866. <FileNumber>49</FileNumber>
  867. <FileType>1</FileType>
  868. <tvExp>0</tvExp>
  869. <tvExpOptDlg>0</tvExpOptDlg>
  870. <bDave2>0</bDave2>
  871. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_mpu.c</PathWithFileName>
  872. <FilenameWithoutPath>hc32_ll_mpu.c</FilenameWithoutPath>
  873. <RteFlg>0</RteFlg>
  874. <bShared>0</bShared>
  875. </File>
  876. <File>
  877. <GroupNumber>5</GroupNumber>
  878. <FileNumber>50</FileNumber>
  879. <FileType>1</FileType>
  880. <tvExp>0</tvExp>
  881. <tvExpOptDlg>0</tvExpOptDlg>
  882. <bDave2>0</bDave2>
  883. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_pwc.c</PathWithFileName>
  884. <FilenameWithoutPath>hc32_ll_pwc.c</FilenameWithoutPath>
  885. <RteFlg>0</RteFlg>
  886. <bShared>0</bShared>
  887. </File>
  888. <File>
  889. <GroupNumber>5</GroupNumber>
  890. <FileNumber>51</FileNumber>
  891. <FileType>1</FileType>
  892. <tvExp>0</tvExp>
  893. <tvExpOptDlg>0</tvExpOptDlg>
  894. <bDave2>0</bDave2>
  895. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_qspi.c</PathWithFileName>
  896. <FilenameWithoutPath>hc32_ll_qspi.c</FilenameWithoutPath>
  897. <RteFlg>0</RteFlg>
  898. <bShared>0</bShared>
  899. </File>
  900. <File>
  901. <GroupNumber>5</GroupNumber>
  902. <FileNumber>52</FileNumber>
  903. <FileType>1</FileType>
  904. <tvExp>0</tvExp>
  905. <tvExpOptDlg>0</tvExpOptDlg>
  906. <bDave2>0</bDave2>
  907. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_rmu.c</PathWithFileName>
  908. <FilenameWithoutPath>hc32_ll_rmu.c</FilenameWithoutPath>
  909. <RteFlg>0</RteFlg>
  910. <bShared>0</bShared>
  911. </File>
  912. <File>
  913. <GroupNumber>5</GroupNumber>
  914. <FileNumber>53</FileNumber>
  915. <FileType>1</FileType>
  916. <tvExp>0</tvExp>
  917. <tvExpOptDlg>0</tvExpOptDlg>
  918. <bDave2>0</bDave2>
  919. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_rtc.c</PathWithFileName>
  920. <FilenameWithoutPath>hc32_ll_rtc.c</FilenameWithoutPath>
  921. <RteFlg>0</RteFlg>
  922. <bShared>0</bShared>
  923. </File>
  924. <File>
  925. <GroupNumber>5</GroupNumber>
  926. <FileNumber>54</FileNumber>
  927. <FileType>1</FileType>
  928. <tvExp>0</tvExp>
  929. <tvExpOptDlg>0</tvExpOptDlg>
  930. <bDave2>0</bDave2>
  931. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_smc.c</PathWithFileName>
  932. <FilenameWithoutPath>hc32_ll_smc.c</FilenameWithoutPath>
  933. <RteFlg>0</RteFlg>
  934. <bShared>0</bShared>
  935. </File>
  936. <File>
  937. <GroupNumber>5</GroupNumber>
  938. <FileNumber>55</FileNumber>
  939. <FileType>1</FileType>
  940. <tvExp>0</tvExp>
  941. <tvExpOptDlg>0</tvExpOptDlg>
  942. <bDave2>0</bDave2>
  943. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_spi.c</PathWithFileName>
  944. <FilenameWithoutPath>hc32_ll_spi.c</FilenameWithoutPath>
  945. <RteFlg>0</RteFlg>
  946. <bShared>0</bShared>
  947. </File>
  948. <File>
  949. <GroupNumber>5</GroupNumber>
  950. <FileNumber>56</FileNumber>
  951. <FileType>1</FileType>
  952. <tvExp>0</tvExp>
  953. <tvExpOptDlg>0</tvExpOptDlg>
  954. <bDave2>0</bDave2>
  955. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_sram.c</PathWithFileName>
  956. <FilenameWithoutPath>hc32_ll_sram.c</FilenameWithoutPath>
  957. <RteFlg>0</RteFlg>
  958. <bShared>0</bShared>
  959. </File>
  960. <File>
  961. <GroupNumber>5</GroupNumber>
  962. <FileNumber>57</FileNumber>
  963. <FileType>1</FileType>
  964. <tvExp>0</tvExp>
  965. <tvExpOptDlg>0</tvExpOptDlg>
  966. <bDave2>0</bDave2>
  967. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_swdt.c</PathWithFileName>
  968. <FilenameWithoutPath>hc32_ll_swdt.c</FilenameWithoutPath>
  969. <RteFlg>0</RteFlg>
  970. <bShared>0</bShared>
  971. </File>
  972. <File>
  973. <GroupNumber>5</GroupNumber>
  974. <FileNumber>58</FileNumber>
  975. <FileType>1</FileType>
  976. <tvExp>0</tvExp>
  977. <tvExpOptDlg>0</tvExpOptDlg>
  978. <bDave2>0</bDave2>
  979. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_tmr0.c</PathWithFileName>
  980. <FilenameWithoutPath>hc32_ll_tmr0.c</FilenameWithoutPath>
  981. <RteFlg>0</RteFlg>
  982. <bShared>0</bShared>
  983. </File>
  984. <File>
  985. <GroupNumber>5</GroupNumber>
  986. <FileNumber>59</FileNumber>
  987. <FileType>1</FileType>
  988. <tvExp>0</tvExp>
  989. <tvExpOptDlg>0</tvExpOptDlg>
  990. <bDave2>0</bDave2>
  991. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_tmr4.c</PathWithFileName>
  992. <FilenameWithoutPath>hc32_ll_tmr4.c</FilenameWithoutPath>
  993. <RteFlg>0</RteFlg>
  994. <bShared>0</bShared>
  995. </File>
  996. <File>
  997. <GroupNumber>5</GroupNumber>
  998. <FileNumber>60</FileNumber>
  999. <FileType>1</FileType>
  1000. <tvExp>0</tvExp>
  1001. <tvExpOptDlg>0</tvExpOptDlg>
  1002. <bDave2>0</bDave2>
  1003. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_tmr6.c</PathWithFileName>
  1004. <FilenameWithoutPath>hc32_ll_tmr6.c</FilenameWithoutPath>
  1005. <RteFlg>0</RteFlg>
  1006. <bShared>0</bShared>
  1007. </File>
  1008. <File>
  1009. <GroupNumber>5</GroupNumber>
  1010. <FileNumber>61</FileNumber>
  1011. <FileType>1</FileType>
  1012. <tvExp>0</tvExp>
  1013. <tvExpOptDlg>0</tvExpOptDlg>
  1014. <bDave2>0</bDave2>
  1015. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_tmra.c</PathWithFileName>
  1016. <FilenameWithoutPath>hc32_ll_tmra.c</FilenameWithoutPath>
  1017. <RteFlg>0</RteFlg>
  1018. <bShared>0</bShared>
  1019. </File>
  1020. <File>
  1021. <GroupNumber>5</GroupNumber>
  1022. <FileNumber>62</FileNumber>
  1023. <FileType>1</FileType>
  1024. <tvExp>0</tvExp>
  1025. <tvExpOptDlg>0</tvExpOptDlg>
  1026. <bDave2>0</bDave2>
  1027. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_trng.c</PathWithFileName>
  1028. <FilenameWithoutPath>hc32_ll_trng.c</FilenameWithoutPath>
  1029. <RteFlg>0</RteFlg>
  1030. <bShared>0</bShared>
  1031. </File>
  1032. <File>
  1033. <GroupNumber>5</GroupNumber>
  1034. <FileNumber>63</FileNumber>
  1035. <FileType>1</FileType>
  1036. <tvExp>0</tvExp>
  1037. <tvExpOptDlg>0</tvExpOptDlg>
  1038. <bDave2>0</bDave2>
  1039. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_usart.c</PathWithFileName>
  1040. <FilenameWithoutPath>hc32_ll_usart.c</FilenameWithoutPath>
  1041. <RteFlg>0</RteFlg>
  1042. <bShared>0</bShared>
  1043. </File>
  1044. <File>
  1045. <GroupNumber>5</GroupNumber>
  1046. <FileNumber>64</FileNumber>
  1047. <FileType>1</FileType>
  1048. <tvExp>0</tvExp>
  1049. <tvExpOptDlg>0</tvExpOptDlg>
  1050. <bDave2>0</bDave2>
  1051. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_utility.c</PathWithFileName>
  1052. <FilenameWithoutPath>hc32_ll_utility.c</FilenameWithoutPath>
  1053. <RteFlg>0</RteFlg>
  1054. <bShared>0</bShared>
  1055. </File>
  1056. <File>
  1057. <GroupNumber>5</GroupNumber>
  1058. <FileNumber>65</FileNumber>
  1059. <FileType>1</FileType>
  1060. <tvExp>0</tvExp>
  1061. <tvExpOptDlg>0</tvExpOptDlg>
  1062. <bDave2>0</bDave2>
  1063. <PathWithFileName>.\hc32_ll_driver\src\hc32_ll_wdt.c</PathWithFileName>
  1064. <FilenameWithoutPath>hc32_ll_wdt.c</FilenameWithoutPath>
  1065. <RteFlg>0</RteFlg>
  1066. <bShared>0</bShared>
  1067. </File>
  1068. </Group>
  1069. <Group>
  1070. <GroupName>rtos</GroupName>
  1071. <tvExp>0</tvExp>
  1072. <tvExpOptDlg>0</tvExpOptDlg>
  1073. <cbSel>0</cbSel>
  1074. <RteFlg>0</RteFlg>
  1075. <File>
  1076. <GroupNumber>6</GroupNumber>
  1077. <FileNumber>66</FileNumber>
  1078. <FileType>1</FileType>
  1079. <tvExp>0</tvExp>
  1080. <tvExpOptDlg>0</tvExpOptDlg>
  1081. <bDave2>0</bDave2>
  1082. <PathWithFileName>.\rtos\src\croutine.c</PathWithFileName>
  1083. <FilenameWithoutPath>croutine.c</FilenameWithoutPath>
  1084. <RteFlg>0</RteFlg>
  1085. <bShared>0</bShared>
  1086. </File>
  1087. <File>
  1088. <GroupNumber>6</GroupNumber>
  1089. <FileNumber>67</FileNumber>
  1090. <FileType>1</FileType>
  1091. <tvExp>0</tvExp>
  1092. <tvExpOptDlg>0</tvExpOptDlg>
  1093. <bDave2>0</bDave2>
  1094. <PathWithFileName>.\rtos\src\event_groups.c</PathWithFileName>
  1095. <FilenameWithoutPath>event_groups.c</FilenameWithoutPath>
  1096. <RteFlg>0</RteFlg>
  1097. <bShared>0</bShared>
  1098. </File>
  1099. <File>
  1100. <GroupNumber>6</GroupNumber>
  1101. <FileNumber>68</FileNumber>
  1102. <FileType>1</FileType>
  1103. <tvExp>0</tvExp>
  1104. <tvExpOptDlg>0</tvExpOptDlg>
  1105. <bDave2>0</bDave2>
  1106. <PathWithFileName>.\rtos\src\list.c</PathWithFileName>
  1107. <FilenameWithoutPath>list.c</FilenameWithoutPath>
  1108. <RteFlg>0</RteFlg>
  1109. <bShared>0</bShared>
  1110. </File>
  1111. <File>
  1112. <GroupNumber>6</GroupNumber>
  1113. <FileNumber>69</FileNumber>
  1114. <FileType>1</FileType>
  1115. <tvExp>0</tvExp>
  1116. <tvExpOptDlg>0</tvExpOptDlg>
  1117. <bDave2>0</bDave2>
  1118. <PathWithFileName>.\rtos\src\queue.c</PathWithFileName>
  1119. <FilenameWithoutPath>queue.c</FilenameWithoutPath>
  1120. <RteFlg>0</RteFlg>
  1121. <bShared>0</bShared>
  1122. </File>
  1123. <File>
  1124. <GroupNumber>6</GroupNumber>
  1125. <FileNumber>70</FileNumber>
  1126. <FileType>1</FileType>
  1127. <tvExp>0</tvExp>
  1128. <tvExpOptDlg>0</tvExpOptDlg>
  1129. <bDave2>0</bDave2>
  1130. <PathWithFileName>.\rtos\src\stream_buffer.c</PathWithFileName>
  1131. <FilenameWithoutPath>stream_buffer.c</FilenameWithoutPath>
  1132. <RteFlg>0</RteFlg>
  1133. <bShared>0</bShared>
  1134. </File>
  1135. <File>
  1136. <GroupNumber>6</GroupNumber>
  1137. <FileNumber>71</FileNumber>
  1138. <FileType>1</FileType>
  1139. <tvExp>0</tvExp>
  1140. <tvExpOptDlg>0</tvExpOptDlg>
  1141. <bDave2>0</bDave2>
  1142. <PathWithFileName>.\rtos\src\tasks.c</PathWithFileName>
  1143. <FilenameWithoutPath>tasks.c</FilenameWithoutPath>
  1144. <RteFlg>0</RteFlg>
  1145. <bShared>0</bShared>
  1146. </File>
  1147. <File>
  1148. <GroupNumber>6</GroupNumber>
  1149. <FileNumber>72</FileNumber>
  1150. <FileType>1</FileType>
  1151. <tvExp>0</tvExp>
  1152. <tvExpOptDlg>0</tvExpOptDlg>
  1153. <bDave2>0</bDave2>
  1154. <PathWithFileName>.\rtos\src\timers.c</PathWithFileName>
  1155. <FilenameWithoutPath>timers.c</FilenameWithoutPath>
  1156. <RteFlg>0</RteFlg>
  1157. <bShared>0</bShared>
  1158. </File>
  1159. <File>
  1160. <GroupNumber>6</GroupNumber>
  1161. <FileNumber>73</FileNumber>
  1162. <FileType>1</FileType>
  1163. <tvExp>0</tvExp>
  1164. <tvExpOptDlg>0</tvExpOptDlg>
  1165. <bDave2>0</bDave2>
  1166. <PathWithFileName>.\rtos\portable\MemMang\heap_4.c</PathWithFileName>
  1167. <FilenameWithoutPath>heap_4.c</FilenameWithoutPath>
  1168. <RteFlg>0</RteFlg>
  1169. <bShared>0</bShared>
  1170. </File>
  1171. <File>
  1172. <GroupNumber>6</GroupNumber>
  1173. <FileNumber>74</FileNumber>
  1174. <FileType>1</FileType>
  1175. <tvExp>0</tvExp>
  1176. <tvExpOptDlg>0</tvExpOptDlg>
  1177. <bDave2>0</bDave2>
  1178. <PathWithFileName>.\rtos\portable\RVDS\ARM_CM4F\port.c</PathWithFileName>
  1179. <FilenameWithoutPath>port.c</FilenameWithoutPath>
  1180. <RteFlg>0</RteFlg>
  1181. <bShared>0</bShared>
  1182. </File>
  1183. </Group>
  1184. <Group>
  1185. <GroupName>readme</GroupName>
  1186. <tvExp>0</tvExp>
  1187. <tvExpOptDlg>0</tvExpOptDlg>
  1188. <cbSel>0</cbSel>
  1189. <RteFlg>0</RteFlg>
  1190. <File>
  1191. <GroupNumber>7</GroupNumber>
  1192. <FileNumber>75</FileNumber>
  1193. <FileType>5</FileType>
  1194. <tvExp>0</tvExp>
  1195. <tvExpOptDlg>0</tvExpOptDlg>
  1196. <bDave2>0</bDave2>
  1197. <PathWithFileName>.\readme.txt</PathWithFileName>
  1198. <FilenameWithoutPath>readme.txt</FilenameWithoutPath>
  1199. <RteFlg>0</RteFlg>
  1200. <bShared>0</bShared>
  1201. </File>
  1202. </Group>
  1203. <Group>
  1204. <GroupName>config</GroupName>
  1205. <tvExp>1</tvExp>
  1206. <tvExpOptDlg>0</tvExpOptDlg>
  1207. <cbSel>0</cbSel>
  1208. <RteFlg>0</RteFlg>
  1209. <File>
  1210. <GroupNumber>8</GroupNumber>
  1211. <FileNumber>76</FileNumber>
  1212. <FileType>5</FileType>
  1213. <tvExp>0</tvExp>
  1214. <tvExpOptDlg>0</tvExpOptDlg>
  1215. <bDave2>0</bDave2>
  1216. <PathWithFileName>.\app\project_config.h</PathWithFileName>
  1217. <FilenameWithoutPath>project_config.h</FilenameWithoutPath>
  1218. <RteFlg>0</RteFlg>
  1219. <bShared>0</bShared>
  1220. </File>
  1221. </Group>
  1222. </ProjectOpt>