project.uvoptx 40 KB

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