SP600.uvoptx 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989
  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>GD32F330C8</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>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>ARMRTXEVENTFLAGS</Key>
  118. <Name>-L70 -Z18 -C0 -M0 -T1</Name>
  119. </SetRegEntry>
  120. <SetRegEntry>
  121. <Number>0</Number>
  122. <Key>DLGTARM</Key>
  123. <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>
  124. </SetRegEntry>
  125. <SetRegEntry>
  126. <Number>0</Number>
  127. <Key>ARMDBGFLAGS</Key>
  128. <Name></Name>
  129. </SetRegEntry>
  130. <SetRegEntry>
  131. <Number>0</Number>
  132. <Key>DLGUARM</Key>
  133. <Name>d</Name>
  134. </SetRegEntry>
  135. <SetRegEntry>
  136. <Number>0</Number>
  137. <Key>JL2CM3</Key>
  138. <Name>-U81480416 -O78 -S2 -ZTIFSpeedSel5000 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO7 -FD20000000 -FC1000 -FN1 -FF0GD32F3x0.FLM -FS08000000 -FL010000 -FP0($$Device:GD32F330C8$Flash\GD32F3x0.FLM)</Name>
  139. </SetRegEntry>
  140. <SetRegEntry>
  141. <Number>0</Number>
  142. <Key>UL2CM3</Key>
  143. <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0GD32F3x0 -FS08000000 -FL010000 -FP0($$Device:GD32F330C8$Flash\GD32F3x0.FLM))</Name>
  144. </SetRegEntry>
  145. </TargetDriverDllRegistry>
  146. <Breakpoint/>
  147. <Tracepoint>
  148. <THDelay>0</THDelay>
  149. </Tracepoint>
  150. <DebugFlag>
  151. <trace>0</trace>
  152. <periodic>0</periodic>
  153. <aLwin>1</aLwin>
  154. <aCover>0</aCover>
  155. <aSer1>0</aSer1>
  156. <aSer2>0</aSer2>
  157. <aPa>0</aPa>
  158. <viewmode>1</viewmode>
  159. <vrSel>0</vrSel>
  160. <aSym>0</aSym>
  161. <aTbox>0</aTbox>
  162. <AscS1>0</AscS1>
  163. <AscS2>0</AscS2>
  164. <AscS3>0</AscS3>
  165. <aSer3>0</aSer3>
  166. <eProf>0</eProf>
  167. <aLa>0</aLa>
  168. <aPa1>0</aPa1>
  169. <AscS4>0</AscS4>
  170. <aSer4>0</aSer4>
  171. <StkLoc>0</StkLoc>
  172. <TrcWin>0</TrcWin>
  173. <newCpu>0</newCpu>
  174. <uProt>0</uProt>
  175. </DebugFlag>
  176. <LintExecutable></LintExecutable>
  177. <LintConfigFile></LintConfigFile>
  178. <bLintAuto>0</bLintAuto>
  179. <bAutoGenD>0</bAutoGenD>
  180. <LntExFlags>0</LntExFlags>
  181. <pMisraName></pMisraName>
  182. <pszMrule></pszMrule>
  183. <pSingCmds></pSingCmds>
  184. <pMultCmds></pMultCmds>
  185. <pMisraNamep></pMisraNamep>
  186. <pszMrulep></pszMrulep>
  187. <pSingCmdsp></pSingCmdsp>
  188. <pMultCmdsp></pMultCmdsp>
  189. </TargetOption>
  190. </Target>
  191. <Group>
  192. <GroupName>Application</GroupName>
  193. <tvExp>1</tvExp>
  194. <tvExpOptDlg>0</tvExpOptDlg>
  195. <cbSel>0</cbSel>
  196. <RteFlg>0</RteFlg>
  197. <File>
  198. <GroupNumber>1</GroupNumber>
  199. <FileNumber>1</FileNumber>
  200. <FileType>1</FileType>
  201. <tvExp>0</tvExp>
  202. <tvExpOptDlg>0</tvExpOptDlg>
  203. <bDave2>0</bDave2>
  204. <PathWithFileName>..\Application\app\main.c</PathWithFileName>
  205. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  206. <RteFlg>0</RteFlg>
  207. <bShared>0</bShared>
  208. </File>
  209. <File>
  210. <GroupNumber>1</GroupNumber>
  211. <FileNumber>2</FileNumber>
  212. <FileType>1</FileType>
  213. <tvExp>0</tvExp>
  214. <tvExpOptDlg>0</tvExpOptDlg>
  215. <bDave2>0</bDave2>
  216. <PathWithFileName>..\Application\app\protocol.c</PathWithFileName>
  217. <FilenameWithoutPath>protocol.c</FilenameWithoutPath>
  218. <RteFlg>0</RteFlg>
  219. <bShared>0</bShared>
  220. </File>
  221. <File>
  222. <GroupNumber>1</GroupNumber>
  223. <FileNumber>3</FileNumber>
  224. <FileType>1</FileType>
  225. <tvExp>0</tvExp>
  226. <tvExpOptDlg>0</tvExpOptDlg>
  227. <bDave2>0</bDave2>
  228. <PathWithFileName>..\Application\app\bms_message.c</PathWithFileName>
  229. <FilenameWithoutPath>bms_message.c</FilenameWithoutPath>
  230. <RteFlg>0</RteFlg>
  231. <bShared>0</bShared>
  232. </File>
  233. <File>
  234. <GroupNumber>1</GroupNumber>
  235. <FileNumber>4</FileNumber>
  236. <FileType>1</FileType>
  237. <tvExp>0</tvExp>
  238. <tvExpOptDlg>0</tvExpOptDlg>
  239. <bDave2>0</bDave2>
  240. <PathWithFileName>..\Application\app\pc_message.c</PathWithFileName>
  241. <FilenameWithoutPath>pc_message.c</FilenameWithoutPath>
  242. <RteFlg>0</RteFlg>
  243. <bShared>0</bShared>
  244. </File>
  245. <File>
  246. <GroupNumber>1</GroupNumber>
  247. <FileNumber>5</FileNumber>
  248. <FileType>1</FileType>
  249. <tvExp>0</tvExp>
  250. <tvExpOptDlg>0</tvExpOptDlg>
  251. <bDave2>0</bDave2>
  252. <PathWithFileName>..\Application\app\nv_storage.c</PathWithFileName>
  253. <FilenameWithoutPath>nv_storage.c</FilenameWithoutPath>
  254. <RteFlg>0</RteFlg>
  255. <bShared>0</bShared>
  256. </File>
  257. <File>
  258. <GroupNumber>1</GroupNumber>
  259. <FileNumber>6</FileNumber>
  260. <FileType>1</FileType>
  261. <tvExp>0</tvExp>
  262. <tvExpOptDlg>0</tvExpOptDlg>
  263. <bDave2>0</bDave2>
  264. <PathWithFileName>..\Application\app\iap.c</PathWithFileName>
  265. <FilenameWithoutPath>iap.c</FilenameWithoutPath>
  266. <RteFlg>0</RteFlg>
  267. <bShared>0</bShared>
  268. </File>
  269. <File>
  270. <GroupNumber>1</GroupNumber>
  271. <FileNumber>7</FileNumber>
  272. <FileType>1</FileType>
  273. <tvExp>0</tvExp>
  274. <tvExpOptDlg>0</tvExpOptDlg>
  275. <bDave2>0</bDave2>
  276. <PathWithFileName>..\Application\app\protocol_old.c</PathWithFileName>
  277. <FilenameWithoutPath>protocol_old.c</FilenameWithoutPath>
  278. <RteFlg>0</RteFlg>
  279. <bShared>0</bShared>
  280. </File>
  281. <File>
  282. <GroupNumber>1</GroupNumber>
  283. <FileNumber>8</FileNumber>
  284. <FileType>1</FileType>
  285. <tvExp>0</tvExp>
  286. <tvExpOptDlg>0</tvExpOptDlg>
  287. <bDave2>0</bDave2>
  288. <PathWithFileName>..\Application\app\pcba_test.c</PathWithFileName>
  289. <FilenameWithoutPath>pcba_test.c</FilenameWithoutPath>
  290. <RteFlg>0</RteFlg>
  291. <bShared>0</bShared>
  292. </File>
  293. <File>
  294. <GroupNumber>1</GroupNumber>
  295. <FileNumber>9</FileNumber>
  296. <FileType>1</FileType>
  297. <tvExp>0</tvExp>
  298. <tvExpOptDlg>0</tvExpOptDlg>
  299. <bDave2>0</bDave2>
  300. <PathWithFileName>..\Application\app\key_leds.c</PathWithFileName>
  301. <FilenameWithoutPath>key_leds.c</FilenameWithoutPath>
  302. <RteFlg>0</RteFlg>
  303. <bShared>0</bShared>
  304. </File>
  305. <File>
  306. <GroupNumber>1</GroupNumber>
  307. <FileNumber>10</FileNumber>
  308. <FileType>1</FileType>
  309. <tvExp>0</tvExp>
  310. <tvExpOptDlg>0</tvExpOptDlg>
  311. <bDave2>0</bDave2>
  312. <PathWithFileName>..\Application\app\event_record.c</PathWithFileName>
  313. <FilenameWithoutPath>event_record.c</FilenameWithoutPath>
  314. <RteFlg>0</RteFlg>
  315. <bShared>0</bShared>
  316. </File>
  317. </Group>
  318. <Group>
  319. <GroupName>SOX</GroupName>
  320. <tvExp>1</tvExp>
  321. <tvExpOptDlg>0</tvExpOptDlg>
  322. <cbSel>0</cbSel>
  323. <RteFlg>0</RteFlg>
  324. <File>
  325. <GroupNumber>2</GroupNumber>
  326. <FileNumber>11</FileNumber>
  327. <FileType>1</FileType>
  328. <tvExp>0</tvExp>
  329. <tvExpOptDlg>0</tvExpOptDlg>
  330. <bDave2>0</bDave2>
  331. <PathWithFileName>..\Application\app\sox\state.c</PathWithFileName>
  332. <FilenameWithoutPath>state.c</FilenameWithoutPath>
  333. <RteFlg>0</RteFlg>
  334. <bShared>0</bShared>
  335. </File>
  336. <File>
  337. <GroupNumber>2</GroupNumber>
  338. <FileNumber>12</FileNumber>
  339. <FileType>1</FileType>
  340. <tvExp>0</tvExp>
  341. <tvExpOptDlg>0</tvExpOptDlg>
  342. <bDave2>0</bDave2>
  343. <PathWithFileName>..\Application\app\sox\iostate.c</PathWithFileName>
  344. <FilenameWithoutPath>iostate.c</FilenameWithoutPath>
  345. <RteFlg>0</RteFlg>
  346. <bShared>0</bShared>
  347. </File>
  348. <File>
  349. <GroupNumber>2</GroupNumber>
  350. <FileNumber>13</FileNumber>
  351. <FileType>1</FileType>
  352. <tvExp>0</tvExp>
  353. <tvExpOptDlg>0</tvExpOptDlg>
  354. <bDave2>0</bDave2>
  355. <PathWithFileName>..\Application\app\sox\measure.c</PathWithFileName>
  356. <FilenameWithoutPath>measure.c</FilenameWithoutPath>
  357. <RteFlg>0</RteFlg>
  358. <bShared>0</bShared>
  359. </File>
  360. <File>
  361. <GroupNumber>2</GroupNumber>
  362. <FileNumber>14</FileNumber>
  363. <FileType>1</FileType>
  364. <tvExp>0</tvExp>
  365. <tvExpOptDlg>0</tvExpOptDlg>
  366. <bDave2>0</bDave2>
  367. <PathWithFileName>..\Application\app\sox\measure_task.c</PathWithFileName>
  368. <FilenameWithoutPath>measure_task.c</FilenameWithoutPath>
  369. <RteFlg>0</RteFlg>
  370. <bShared>0</bShared>
  371. </File>
  372. <File>
  373. <GroupNumber>2</GroupNumber>
  374. <FileNumber>15</FileNumber>
  375. <FileType>1</FileType>
  376. <tvExp>0</tvExp>
  377. <tvExpOptDlg>0</tvExpOptDlg>
  378. <bDave2>0</bDave2>
  379. <PathWithFileName>..\Application\app\sox\health.c</PathWithFileName>
  380. <FilenameWithoutPath>health.c</FilenameWithoutPath>
  381. <RteFlg>0</RteFlg>
  382. <bShared>0</bShared>
  383. </File>
  384. <File>
  385. <GroupNumber>2</GroupNumber>
  386. <FileNumber>16</FileNumber>
  387. <FileType>1</FileType>
  388. <tvExp>0</tvExp>
  389. <tvExpOptDlg>0</tvExpOptDlg>
  390. <bDave2>0</bDave2>
  391. <PathWithFileName>..\Application\app\sox\soc.c</PathWithFileName>
  392. <FilenameWithoutPath>soc.c</FilenameWithoutPath>
  393. <RteFlg>0</RteFlg>
  394. <bShared>0</bShared>
  395. </File>
  396. <File>
  397. <GroupNumber>2</GroupNumber>
  398. <FileNumber>17</FileNumber>
  399. <FileType>1</FileType>
  400. <tvExp>0</tvExp>
  401. <tvExpOptDlg>0</tvExpOptDlg>
  402. <bDave2>0</bDave2>
  403. <PathWithFileName>..\Application\app\sox\Least_Square.c</PathWithFileName>
  404. <FilenameWithoutPath>Least_Square.c</FilenameWithoutPath>
  405. <RteFlg>0</RteFlg>
  406. <bShared>0</bShared>
  407. </File>
  408. <File>
  409. <GroupNumber>2</GroupNumber>
  410. <FileNumber>18</FileNumber>
  411. <FileType>1</FileType>
  412. <tvExp>0</tvExp>
  413. <tvExpOptDlg>0</tvExpOptDlg>
  414. <bDave2>0</bDave2>
  415. <PathWithFileName>..\Application\app\sox\soft_current_protect.c</PathWithFileName>
  416. <FilenameWithoutPath>soft_current_protect.c</FilenameWithoutPath>
  417. <RteFlg>0</RteFlg>
  418. <bShared>0</bShared>
  419. </File>
  420. </Group>
  421. <Group>
  422. <GroupName>BSP</GroupName>
  423. <tvExp>1</tvExp>
  424. <tvExpOptDlg>0</tvExpOptDlg>
  425. <cbSel>0</cbSel>
  426. <RteFlg>0</RteFlg>
  427. <File>
  428. <GroupNumber>3</GroupNumber>
  429. <FileNumber>19</FileNumber>
  430. <FileType>1</FileType>
  431. <tvExp>0</tvExp>
  432. <tvExpOptDlg>0</tvExpOptDlg>
  433. <bDave2>0</bDave2>
  434. <PathWithFileName>..\Application\bsp\gpio.c</PathWithFileName>
  435. <FilenameWithoutPath>gpio.c</FilenameWithoutPath>
  436. <RteFlg>0</RteFlg>
  437. <bShared>0</bShared>
  438. </File>
  439. <File>
  440. <GroupNumber>3</GroupNumber>
  441. <FileNumber>20</FileNumber>
  442. <FileType>1</FileType>
  443. <tvExp>0</tvExp>
  444. <tvExpOptDlg>0</tvExpOptDlg>
  445. <bDave2>0</bDave2>
  446. <PathWithFileName>..\Application\bsp\irqs.c</PathWithFileName>
  447. <FilenameWithoutPath>irqs.c</FilenameWithoutPath>
  448. <RteFlg>0</RteFlg>
  449. <bShared>0</bShared>
  450. </File>
  451. <File>
  452. <GroupNumber>3</GroupNumber>
  453. <FileNumber>21</FileNumber>
  454. <FileType>1</FileType>
  455. <tvExp>0</tvExp>
  456. <tvExpOptDlg>0</tvExpOptDlg>
  457. <bDave2>0</bDave2>
  458. <PathWithFileName>..\Application\bsp\spi.c</PathWithFileName>
  459. <FilenameWithoutPath>spi.c</FilenameWithoutPath>
  460. <RteFlg>0</RteFlg>
  461. <bShared>0</bShared>
  462. </File>
  463. <File>
  464. <GroupNumber>3</GroupNumber>
  465. <FileNumber>22</FileNumber>
  466. <FileType>1</FileType>
  467. <tvExp>0</tvExp>
  468. <tvExpOptDlg>0</tvExpOptDlg>
  469. <bDave2>0</bDave2>
  470. <PathWithFileName>..\Application\bsp\cs1180.c</PathWithFileName>
  471. <FilenameWithoutPath>cs1180.c</FilenameWithoutPath>
  472. <RteFlg>0</RteFlg>
  473. <bShared>0</bShared>
  474. </File>
  475. <File>
  476. <GroupNumber>3</GroupNumber>
  477. <FileNumber>23</FileNumber>
  478. <FileType>1</FileType>
  479. <tvExp>0</tvExp>
  480. <tvExpOptDlg>0</tvExpOptDlg>
  481. <bDave2>0</bDave2>
  482. <PathWithFileName>..\Application\bsp\ml5238.c</PathWithFileName>
  483. <FilenameWithoutPath>ml5238.c</FilenameWithoutPath>
  484. <RteFlg>0</RteFlg>
  485. <bShared>0</bShared>
  486. </File>
  487. <File>
  488. <GroupNumber>3</GroupNumber>
  489. <FileNumber>24</FileNumber>
  490. <FileType>1</FileType>
  491. <tvExp>0</tvExp>
  492. <tvExpOptDlg>0</tvExpOptDlg>
  493. <bDave2>0</bDave2>
  494. <PathWithFileName>..\Application\bsp\AT24CXX.c</PathWithFileName>
  495. <FilenameWithoutPath>AT24CXX.c</FilenameWithoutPath>
  496. <RteFlg>0</RteFlg>
  497. <bShared>0</bShared>
  498. </File>
  499. <File>
  500. <GroupNumber>3</GroupNumber>
  501. <FileNumber>25</FileNumber>
  502. <FileType>1</FileType>
  503. <tvExp>0</tvExp>
  504. <tvExpOptDlg>0</tvExpOptDlg>
  505. <bDave2>0</bDave2>
  506. <PathWithFileName>..\Application\bsp\i2c.c</PathWithFileName>
  507. <FilenameWithoutPath>i2c.c</FilenameWithoutPath>
  508. <RteFlg>0</RteFlg>
  509. <bShared>0</bShared>
  510. </File>
  511. <File>
  512. <GroupNumber>3</GroupNumber>
  513. <FileNumber>26</FileNumber>
  514. <FileType>1</FileType>
  515. <tvExp>0</tvExp>
  516. <tvExpOptDlg>0</tvExpOptDlg>
  517. <bDave2>0</bDave2>
  518. <PathWithFileName>..\Application\bsp\uart.c</PathWithFileName>
  519. <FilenameWithoutPath>uart.c</FilenameWithoutPath>
  520. <RteFlg>0</RteFlg>
  521. <bShared>0</bShared>
  522. </File>
  523. <File>
  524. <GroupNumber>3</GroupNumber>
  525. <FileNumber>27</FileNumber>
  526. <FileType>1</FileType>
  527. <tvExp>0</tvExp>
  528. <tvExpOptDlg>0</tvExpOptDlg>
  529. <bDave2>0</bDave2>
  530. <PathWithFileName>..\Application\bsp\gd32_adc.c</PathWithFileName>
  531. <FilenameWithoutPath>gd32_adc.c</FilenameWithoutPath>
  532. <RteFlg>0</RteFlg>
  533. <bShared>0</bShared>
  534. </File>
  535. <File>
  536. <GroupNumber>3</GroupNumber>
  537. <FileNumber>28</FileNumber>
  538. <FileType>1</FileType>
  539. <tvExp>0</tvExp>
  540. <tvExpOptDlg>0</tvExpOptDlg>
  541. <bDave2>0</bDave2>
  542. <PathWithFileName>..\Application\bsp\clock.c</PathWithFileName>
  543. <FilenameWithoutPath>clock.c</FilenameWithoutPath>
  544. <RteFlg>0</RteFlg>
  545. <bShared>0</bShared>
  546. </File>
  547. <File>
  548. <GroupNumber>3</GroupNumber>
  549. <FileNumber>29</FileNumber>
  550. <FileType>1</FileType>
  551. <tvExp>0</tvExp>
  552. <tvExpOptDlg>0</tvExpOptDlg>
  553. <bDave2>0</bDave2>
  554. <PathWithFileName>..\Application\bsp\bsp.c</PathWithFileName>
  555. <FilenameWithoutPath>bsp.c</FilenameWithoutPath>
  556. <RteFlg>0</RteFlg>
  557. <bShared>0</bShared>
  558. </File>
  559. <File>
  560. <GroupNumber>3</GroupNumber>
  561. <FileNumber>30</FileNumber>
  562. <FileType>1</FileType>
  563. <tvExp>0</tvExp>
  564. <tvExpOptDlg>0</tvExpOptDlg>
  565. <bDave2>0</bDave2>
  566. <PathWithFileName>..\Application\bsp\mcu_power_sleep.c</PathWithFileName>
  567. <FilenameWithoutPath>mcu_power_sleep.c</FilenameWithoutPath>
  568. <RteFlg>0</RteFlg>
  569. <bShared>0</bShared>
  570. </File>
  571. <File>
  572. <GroupNumber>3</GroupNumber>
  573. <FileNumber>31</FileNumber>
  574. <FileType>1</FileType>
  575. <tvExp>0</tvExp>
  576. <tvExpOptDlg>0</tvExpOptDlg>
  577. <bDave2>0</bDave2>
  578. <PathWithFileName>..\Application\bsp\shark_rtc.c</PathWithFileName>
  579. <FilenameWithoutPath>shark_rtc.c</FilenameWithoutPath>
  580. <RteFlg>0</RteFlg>
  581. <bShared>0</bShared>
  582. </File>
  583. <File>
  584. <GroupNumber>3</GroupNumber>
  585. <FileNumber>32</FileNumber>
  586. <FileType>1</FileType>
  587. <tvExp>0</tvExp>
  588. <tvExpOptDlg>0</tvExpOptDlg>
  589. <bDave2>0</bDave2>
  590. <PathWithFileName>..\Application\bsp\fmc_flash.c</PathWithFileName>
  591. <FilenameWithoutPath>fmc_flash.c</FilenameWithoutPath>
  592. <RteFlg>0</RteFlg>
  593. <bShared>0</bShared>
  594. </File>
  595. </Group>
  596. <Group>
  597. <GroupName>Libs</GroupName>
  598. <tvExp>0</tvExp>
  599. <tvExpOptDlg>0</tvExpOptDlg>
  600. <cbSel>0</cbSel>
  601. <RteFlg>0</RteFlg>
  602. <File>
  603. <GroupNumber>4</GroupNumber>
  604. <FileNumber>33</FileNumber>
  605. <FileType>1</FileType>
  606. <tvExp>0</tvExp>
  607. <tvExpOptDlg>0</tvExpOptDlg>
  608. <bDave2>0</bDave2>
  609. <PathWithFileName>..\Application\libs\shark_task.c</PathWithFileName>
  610. <FilenameWithoutPath>shark_task.c</FilenameWithoutPath>
  611. <RteFlg>0</RteFlg>
  612. <bShared>0</bShared>
  613. </File>
  614. <File>
  615. <GroupNumber>4</GroupNumber>
  616. <FileNumber>34</FileNumber>
  617. <FileType>1</FileType>
  618. <tvExp>0</tvExp>
  619. <tvExpOptDlg>0</tvExpOptDlg>
  620. <bDave2>0</bDave2>
  621. <PathWithFileName>..\Application\libs\byte_queue.c</PathWithFileName>
  622. <FilenameWithoutPath>byte_queue.c</FilenameWithoutPath>
  623. <RteFlg>0</RteFlg>
  624. <bShared>0</bShared>
  625. </File>
  626. <File>
  627. <GroupNumber>4</GroupNumber>
  628. <FileNumber>35</FileNumber>
  629. <FileType>1</FileType>
  630. <tvExp>0</tvExp>
  631. <tvExpOptDlg>0</tvExpOptDlg>
  632. <bDave2>0</bDave2>
  633. <PathWithFileName>..\Application\libs\shark_utils.c</PathWithFileName>
  634. <FilenameWithoutPath>shark_utils.c</FilenameWithoutPath>
  635. <RteFlg>0</RteFlg>
  636. <bShared>0</bShared>
  637. </File>
  638. <File>
  639. <GroupNumber>4</GroupNumber>
  640. <FileNumber>36</FileNumber>
  641. <FileType>1</FileType>
  642. <tvExp>0</tvExp>
  643. <tvExpOptDlg>0</tvExpOptDlg>
  644. <bDave2>0</bDave2>
  645. <PathWithFileName>..\Application\libs\logger.c</PathWithFileName>
  646. <FilenameWithoutPath>logger.c</FilenameWithoutPath>
  647. <RteFlg>0</RteFlg>
  648. <bShared>0</bShared>
  649. </File>
  650. <File>
  651. <GroupNumber>4</GroupNumber>
  652. <FileNumber>37</FileNumber>
  653. <FileType>1</FileType>
  654. <tvExp>0</tvExp>
  655. <tvExpOptDlg>0</tvExpOptDlg>
  656. <bDave2>0</bDave2>
  657. <PathWithFileName>..\Application\libs\circle_buffer.c</PathWithFileName>
  658. <FilenameWithoutPath>circle_buffer.c</FilenameWithoutPath>
  659. <RteFlg>0</RteFlg>
  660. <bShared>0</bShared>
  661. </File>
  662. </Group>
  663. <Group>
  664. <GroupName>GD32F30x_Drivers</GroupName>
  665. <tvExp>0</tvExp>
  666. <tvExpOptDlg>0</tvExpOptDlg>
  667. <cbSel>0</cbSel>
  668. <RteFlg>0</RteFlg>
  669. <File>
  670. <GroupNumber>5</GroupNumber>
  671. <FileNumber>38</FileNumber>
  672. <FileType>1</FileType>
  673. <tvExp>0</tvExp>
  674. <tvExpOptDlg>0</tvExpOptDlg>
  675. <bDave2>0</bDave2>
  676. <PathWithFileName>..\Librarys\GD32F3x0_Drivers\Source\gd32f3x0_adc.c</PathWithFileName>
  677. <FilenameWithoutPath>gd32f3x0_adc.c</FilenameWithoutPath>
  678. <RteFlg>0</RteFlg>
  679. <bShared>0</bShared>
  680. </File>
  681. <File>
  682. <GroupNumber>5</GroupNumber>
  683. <FileNumber>39</FileNumber>
  684. <FileType>1</FileType>
  685. <tvExp>0</tvExp>
  686. <tvExpOptDlg>0</tvExpOptDlg>
  687. <bDave2>0</bDave2>
  688. <PathWithFileName>..\Librarys\GD32F3x0_Drivers\Source\gd32f3x0_cec.c</PathWithFileName>
  689. <FilenameWithoutPath>gd32f3x0_cec.c</FilenameWithoutPath>
  690. <RteFlg>0</RteFlg>
  691. <bShared>0</bShared>
  692. </File>
  693. <File>
  694. <GroupNumber>5</GroupNumber>
  695. <FileNumber>40</FileNumber>
  696. <FileType>1</FileType>
  697. <tvExp>0</tvExp>
  698. <tvExpOptDlg>0</tvExpOptDlg>
  699. <bDave2>0</bDave2>
  700. <PathWithFileName>..\Librarys\GD32F3x0_Drivers\Source\gd32f3x0_cmp.c</PathWithFileName>
  701. <FilenameWithoutPath>gd32f3x0_cmp.c</FilenameWithoutPath>
  702. <RteFlg>0</RteFlg>
  703. <bShared>0</bShared>
  704. </File>
  705. <File>
  706. <GroupNumber>5</GroupNumber>
  707. <FileNumber>41</FileNumber>
  708. <FileType>1</FileType>
  709. <tvExp>0</tvExp>
  710. <tvExpOptDlg>0</tvExpOptDlg>
  711. <bDave2>0</bDave2>
  712. <PathWithFileName>..\Librarys\GD32F3x0_Drivers\Source\gd32f3x0_crc.c</PathWithFileName>
  713. <FilenameWithoutPath>gd32f3x0_crc.c</FilenameWithoutPath>
  714. <RteFlg>0</RteFlg>
  715. <bShared>0</bShared>
  716. </File>
  717. <File>
  718. <GroupNumber>5</GroupNumber>
  719. <FileNumber>42</FileNumber>
  720. <FileType>1</FileType>
  721. <tvExp>0</tvExp>
  722. <tvExpOptDlg>0</tvExpOptDlg>
  723. <bDave2>0</bDave2>
  724. <PathWithFileName>..\Librarys\GD32F3x0_Drivers\Source\gd32f3x0_ctc.c</PathWithFileName>
  725. <FilenameWithoutPath>gd32f3x0_ctc.c</FilenameWithoutPath>
  726. <RteFlg>0</RteFlg>
  727. <bShared>0</bShared>
  728. </File>
  729. <File>
  730. <GroupNumber>5</GroupNumber>
  731. <FileNumber>43</FileNumber>
  732. <FileType>1</FileType>
  733. <tvExp>0</tvExp>
  734. <tvExpOptDlg>0</tvExpOptDlg>
  735. <bDave2>0</bDave2>
  736. <PathWithFileName>..\Librarys\GD32F3x0_Drivers\Source\gd32f3x0_dac.c</PathWithFileName>
  737. <FilenameWithoutPath>gd32f3x0_dac.c</FilenameWithoutPath>
  738. <RteFlg>0</RteFlg>
  739. <bShared>0</bShared>
  740. </File>
  741. <File>
  742. <GroupNumber>5</GroupNumber>
  743. <FileNumber>44</FileNumber>
  744. <FileType>1</FileType>
  745. <tvExp>0</tvExp>
  746. <tvExpOptDlg>0</tvExpOptDlg>
  747. <bDave2>0</bDave2>
  748. <PathWithFileName>..\Librarys\GD32F3x0_Drivers\Source\gd32f3x0_dbg.c</PathWithFileName>
  749. <FilenameWithoutPath>gd32f3x0_dbg.c</FilenameWithoutPath>
  750. <RteFlg>0</RteFlg>
  751. <bShared>0</bShared>
  752. </File>
  753. <File>
  754. <GroupNumber>5</GroupNumber>
  755. <FileNumber>45</FileNumber>
  756. <FileType>1</FileType>
  757. <tvExp>0</tvExp>
  758. <tvExpOptDlg>0</tvExpOptDlg>
  759. <bDave2>0</bDave2>
  760. <PathWithFileName>..\Librarys\GD32F3x0_Drivers\Source\gd32f3x0_dma.c</PathWithFileName>
  761. <FilenameWithoutPath>gd32f3x0_dma.c</FilenameWithoutPath>
  762. <RteFlg>0</RteFlg>
  763. <bShared>0</bShared>
  764. </File>
  765. <File>
  766. <GroupNumber>5</GroupNumber>
  767. <FileNumber>46</FileNumber>
  768. <FileType>1</FileType>
  769. <tvExp>0</tvExp>
  770. <tvExpOptDlg>0</tvExpOptDlg>
  771. <bDave2>0</bDave2>
  772. <PathWithFileName>..\Librarys\GD32F3x0_Drivers\Source\gd32f3x0_exti.c</PathWithFileName>
  773. <FilenameWithoutPath>gd32f3x0_exti.c</FilenameWithoutPath>
  774. <RteFlg>0</RteFlg>
  775. <bShared>0</bShared>
  776. </File>
  777. <File>
  778. <GroupNumber>5</GroupNumber>
  779. <FileNumber>47</FileNumber>
  780. <FileType>1</FileType>
  781. <tvExp>0</tvExp>
  782. <tvExpOptDlg>0</tvExpOptDlg>
  783. <bDave2>0</bDave2>
  784. <PathWithFileName>..\Librarys\GD32F3x0_Drivers\Source\gd32f3x0_fmc.c</PathWithFileName>
  785. <FilenameWithoutPath>gd32f3x0_fmc.c</FilenameWithoutPath>
  786. <RteFlg>0</RteFlg>
  787. <bShared>0</bShared>
  788. </File>
  789. <File>
  790. <GroupNumber>5</GroupNumber>
  791. <FileNumber>48</FileNumber>
  792. <FileType>1</FileType>
  793. <tvExp>0</tvExp>
  794. <tvExpOptDlg>0</tvExpOptDlg>
  795. <bDave2>0</bDave2>
  796. <PathWithFileName>..\Librarys\GD32F3x0_Drivers\Source\gd32f3x0_fwdgt.c</PathWithFileName>
  797. <FilenameWithoutPath>gd32f3x0_fwdgt.c</FilenameWithoutPath>
  798. <RteFlg>0</RteFlg>
  799. <bShared>0</bShared>
  800. </File>
  801. <File>
  802. <GroupNumber>5</GroupNumber>
  803. <FileNumber>49</FileNumber>
  804. <FileType>1</FileType>
  805. <tvExp>0</tvExp>
  806. <tvExpOptDlg>0</tvExpOptDlg>
  807. <bDave2>0</bDave2>
  808. <PathWithFileName>..\Librarys\GD32F3x0_Drivers\Source\gd32f3x0_gpio.c</PathWithFileName>
  809. <FilenameWithoutPath>gd32f3x0_gpio.c</FilenameWithoutPath>
  810. <RteFlg>0</RteFlg>
  811. <bShared>0</bShared>
  812. </File>
  813. <File>
  814. <GroupNumber>5</GroupNumber>
  815. <FileNumber>50</FileNumber>
  816. <FileType>1</FileType>
  817. <tvExp>0</tvExp>
  818. <tvExpOptDlg>0</tvExpOptDlg>
  819. <bDave2>0</bDave2>
  820. <PathWithFileName>..\Librarys\GD32F3x0_Drivers\Source\gd32f3x0_i2c.c</PathWithFileName>
  821. <FilenameWithoutPath>gd32f3x0_i2c.c</FilenameWithoutPath>
  822. <RteFlg>0</RteFlg>
  823. <bShared>0</bShared>
  824. </File>
  825. <File>
  826. <GroupNumber>5</GroupNumber>
  827. <FileNumber>51</FileNumber>
  828. <FileType>1</FileType>
  829. <tvExp>0</tvExp>
  830. <tvExpOptDlg>0</tvExpOptDlg>
  831. <bDave2>0</bDave2>
  832. <PathWithFileName>..\Librarys\GD32F3x0_Drivers\Source\gd32f3x0_misc.c</PathWithFileName>
  833. <FilenameWithoutPath>gd32f3x0_misc.c</FilenameWithoutPath>
  834. <RteFlg>0</RteFlg>
  835. <bShared>0</bShared>
  836. </File>
  837. <File>
  838. <GroupNumber>5</GroupNumber>
  839. <FileNumber>52</FileNumber>
  840. <FileType>1</FileType>
  841. <tvExp>0</tvExp>
  842. <tvExpOptDlg>0</tvExpOptDlg>
  843. <bDave2>0</bDave2>
  844. <PathWithFileName>..\Librarys\GD32F3x0_Drivers\Source\gd32f3x0_pmu.c</PathWithFileName>
  845. <FilenameWithoutPath>gd32f3x0_pmu.c</FilenameWithoutPath>
  846. <RteFlg>0</RteFlg>
  847. <bShared>0</bShared>
  848. </File>
  849. <File>
  850. <GroupNumber>5</GroupNumber>
  851. <FileNumber>53</FileNumber>
  852. <FileType>1</FileType>
  853. <tvExp>0</tvExp>
  854. <tvExpOptDlg>0</tvExpOptDlg>
  855. <bDave2>0</bDave2>
  856. <PathWithFileName>..\Librarys\GD32F3x0_Drivers\Source\gd32f3x0_rcu.c</PathWithFileName>
  857. <FilenameWithoutPath>gd32f3x0_rcu.c</FilenameWithoutPath>
  858. <RteFlg>0</RteFlg>
  859. <bShared>0</bShared>
  860. </File>
  861. <File>
  862. <GroupNumber>5</GroupNumber>
  863. <FileNumber>54</FileNumber>
  864. <FileType>1</FileType>
  865. <tvExp>0</tvExp>
  866. <tvExpOptDlg>0</tvExpOptDlg>
  867. <bDave2>0</bDave2>
  868. <PathWithFileName>..\Librarys\GD32F3x0_Drivers\Source\gd32f3x0_rtc.c</PathWithFileName>
  869. <FilenameWithoutPath>gd32f3x0_rtc.c</FilenameWithoutPath>
  870. <RteFlg>0</RteFlg>
  871. <bShared>0</bShared>
  872. </File>
  873. <File>
  874. <GroupNumber>5</GroupNumber>
  875. <FileNumber>55</FileNumber>
  876. <FileType>1</FileType>
  877. <tvExp>0</tvExp>
  878. <tvExpOptDlg>0</tvExpOptDlg>
  879. <bDave2>0</bDave2>
  880. <PathWithFileName>..\Librarys\GD32F3x0_Drivers\Source\gd32f3x0_spi.c</PathWithFileName>
  881. <FilenameWithoutPath>gd32f3x0_spi.c</FilenameWithoutPath>
  882. <RteFlg>0</RteFlg>
  883. <bShared>0</bShared>
  884. </File>
  885. <File>
  886. <GroupNumber>5</GroupNumber>
  887. <FileNumber>56</FileNumber>
  888. <FileType>1</FileType>
  889. <tvExp>0</tvExp>
  890. <tvExpOptDlg>0</tvExpOptDlg>
  891. <bDave2>0</bDave2>
  892. <PathWithFileName>..\Librarys\GD32F3x0_Drivers\Source\gd32f3x0_syscfg.c</PathWithFileName>
  893. <FilenameWithoutPath>gd32f3x0_syscfg.c</FilenameWithoutPath>
  894. <RteFlg>0</RteFlg>
  895. <bShared>0</bShared>
  896. </File>
  897. <File>
  898. <GroupNumber>5</GroupNumber>
  899. <FileNumber>57</FileNumber>
  900. <FileType>1</FileType>
  901. <tvExp>0</tvExp>
  902. <tvExpOptDlg>0</tvExpOptDlg>
  903. <bDave2>0</bDave2>
  904. <PathWithFileName>..\Librarys\GD32F3x0_Drivers\Source\gd32f3x0_timer.c</PathWithFileName>
  905. <FilenameWithoutPath>gd32f3x0_timer.c</FilenameWithoutPath>
  906. <RteFlg>0</RteFlg>
  907. <bShared>0</bShared>
  908. </File>
  909. <File>
  910. <GroupNumber>5</GroupNumber>
  911. <FileNumber>58</FileNumber>
  912. <FileType>1</FileType>
  913. <tvExp>0</tvExp>
  914. <tvExpOptDlg>0</tvExpOptDlg>
  915. <bDave2>0</bDave2>
  916. <PathWithFileName>..\Librarys\GD32F3x0_Drivers\Source\gd32f3x0_tsi.c</PathWithFileName>
  917. <FilenameWithoutPath>gd32f3x0_tsi.c</FilenameWithoutPath>
  918. <RteFlg>0</RteFlg>
  919. <bShared>0</bShared>
  920. </File>
  921. <File>
  922. <GroupNumber>5</GroupNumber>
  923. <FileNumber>59</FileNumber>
  924. <FileType>1</FileType>
  925. <tvExp>0</tvExp>
  926. <tvExpOptDlg>0</tvExpOptDlg>
  927. <bDave2>0</bDave2>
  928. <PathWithFileName>..\Librarys\GD32F3x0_Drivers\Source\gd32f3x0_usart.c</PathWithFileName>
  929. <FilenameWithoutPath>gd32f3x0_usart.c</FilenameWithoutPath>
  930. <RteFlg>0</RteFlg>
  931. <bShared>0</bShared>
  932. </File>
  933. <File>
  934. <GroupNumber>5</GroupNumber>
  935. <FileNumber>60</FileNumber>
  936. <FileType>1</FileType>
  937. <tvExp>0</tvExp>
  938. <tvExpOptDlg>0</tvExpOptDlg>
  939. <bDave2>0</bDave2>
  940. <PathWithFileName>..\Librarys\GD32F3x0_Drivers\Source\gd32f3x0_wwdgt.c</PathWithFileName>
  941. <FilenameWithoutPath>gd32f3x0_wwdgt.c</FilenameWithoutPath>
  942. <RteFlg>0</RteFlg>
  943. <bShared>0</bShared>
  944. </File>
  945. </Group>
  946. <Group>
  947. <GroupName>StartUp</GroupName>
  948. <tvExp>0</tvExp>
  949. <tvExpOptDlg>0</tvExpOptDlg>
  950. <cbSel>0</cbSel>
  951. <RteFlg>0</RteFlg>
  952. <File>
  953. <GroupNumber>6</GroupNumber>
  954. <FileNumber>61</FileNumber>
  955. <FileType>2</FileType>
  956. <tvExp>0</tvExp>
  957. <tvExpOptDlg>0</tvExpOptDlg>
  958. <bDave2>0</bDave2>
  959. <PathWithFileName>..\Librarys\CMSIS\GD32F3x0\Source\startup_gd32f3x0.s</PathWithFileName>
  960. <FilenameWithoutPath>startup_gd32f3x0.s</FilenameWithoutPath>
  961. <RteFlg>0</RteFlg>
  962. <bShared>0</bShared>
  963. </File>
  964. <File>
  965. <GroupNumber>6</GroupNumber>
  966. <FileNumber>62</FileNumber>
  967. <FileType>1</FileType>
  968. <tvExp>0</tvExp>
  969. <tvExpOptDlg>0</tvExpOptDlg>
  970. <bDave2>0</bDave2>
  971. <PathWithFileName>..\Librarys\CMSIS\GD32F3x0\Source\system_gd32f3x0.c</PathWithFileName>
  972. <FilenameWithoutPath>system_gd32f3x0.c</FilenameWithoutPath>
  973. <RteFlg>0</RteFlg>
  974. <bShared>0</bShared>
  975. </File>
  976. </Group>
  977. </ProjectOpt>