Ringzle.uvoptx 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933
  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>GD32F103C8T6</TargetName>
  21. <ToolsetNumber>0x4</ToolsetNumber>
  22. <ToolsetName>ARM-ADS</ToolsetName>
  23. <TargetOption>
  24. <CLKADS>8000000</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></Name>
  119. </SetRegEntry>
  120. <SetRegEntry>
  121. <Number>0</Number>
  122. <Key>JL2CM3</Key>
  123. <Name>-U69407005 -O78 -S6 -ZTIFSpeedSel500 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(1BA01477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC1000 -FN1 -FF0GD32F10x_XD.FLM -FS08000000 -FL0100000 -FP0($$Device:GD32F103VG$Flash\GD32F10x_XD.FLM)</Name>
  124. </SetRegEntry>
  125. <SetRegEntry>
  126. <Number>0</Number>
  127. <Key>UL2CM3</Key>
  128. <Name>UL2CM3(-S0 -C0 -P0 ) -FN1 -FC1000 -FD20000000 -FF0GD32F10x_XD -FL0100000 -FS08000000 -FP0($$Device:GD32F103VG$Flash\GD32F10x_XD.FLM)</Name>
  129. </SetRegEntry>
  130. <SetRegEntry>
  131. <Number>0</Number>
  132. <Key>CMSIS_AGDI</Key>
  133. <Name>-X"Any" -UAny -O206 -S0 -C0 -P00 -N00("ARM CoreSight SW-DP") -D00(1BA01477) -L00(0) -TO65554 -TC10000000 -TT10000000 -TP20 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN1 -FF0GD32F10x_XD.FLM -FS08000000 -FL0100000 -FP0($$Device:GD32F103VG$Flash\GD32F10x_XD.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>DLGTARM</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)</Name>
  144. </SetRegEntry>
  145. <SetRegEntry>
  146. <Number>0</Number>
  147. <Key>ARMDBGFLAGS</Key>
  148. <Name></Name>
  149. </SetRegEntry>
  150. </TargetDriverDllRegistry>
  151. <Breakpoint>
  152. <Bp>
  153. <Number>0</Number>
  154. <Type>0</Type>
  155. <LineNumber>36</LineNumber>
  156. <EnabledFlag>1</EnabledFlag>
  157. <Address>134248206</Address>
  158. <ByteObject>0</ByteObject>
  159. <HtxType>0</HtxType>
  160. <ManyObjects>0</ManyObjects>
  161. <SizeOfObject>0</SizeOfObject>
  162. <BreakByAccess>0</BreakByAccess>
  163. <BreakIfRCount>1</BreakIfRCount>
  164. <Filename>..\App\otaEvent.c</Filename>
  165. <ExecCommand></ExecCommand>
  166. <Expression>\\Ringzle\../App/otaEvent.c\36</Expression>
  167. </Bp>
  168. <Bp>
  169. <Number>1</Number>
  170. <Type>0</Type>
  171. <LineNumber>131</LineNumber>
  172. <EnabledFlag>1</EnabledFlag>
  173. <Address>134251774</Address>
  174. <ByteObject>0</ByteObject>
  175. <HtxType>0</HtxType>
  176. <ManyObjects>0</ManyObjects>
  177. <SizeOfObject>0</SizeOfObject>
  178. <BreakByAccess>0</BreakByAccess>
  179. <BreakIfRCount>1</BreakIfRCount>
  180. <Filename>..\App\main.c</Filename>
  181. <ExecCommand></ExecCommand>
  182. <Expression>\\Ringzle\../App/main.c\131</Expression>
  183. </Bp>
  184. <Bp>
  185. <Number>2</Number>
  186. <Type>0</Type>
  187. <LineNumber>50</LineNumber>
  188. <EnabledFlag>1</EnabledFlag>
  189. <Address>134243688</Address>
  190. <ByteObject>0</ByteObject>
  191. <HtxType>0</HtxType>
  192. <ManyObjects>0</ManyObjects>
  193. <SizeOfObject>0</SizeOfObject>
  194. <BreakByAccess>0</BreakByAccess>
  195. <BreakIfRCount>1</BreakIfRCount>
  196. <Filename>..\App\PC.c</Filename>
  197. <ExecCommand></ExecCommand>
  198. <Expression>\\Ringzle\../App/PC.c\50</Expression>
  199. </Bp>
  200. </Breakpoint>
  201. <WatchWindow1>
  202. <Ww>
  203. <count>0</count>
  204. <WinNumber>1</WinNumber>
  205. <ItemText>Serial_RxData</ItemText>
  206. </Ww>
  207. <Ww>
  208. <count>1</count>
  209. <WinNumber>1</WinNumber>
  210. <ItemText>RxPacket.data[1]</ItemText>
  211. </Ww>
  212. <Ww>
  213. <count>2</count>
  214. <WinNumber>1</WinNumber>
  215. <ItemText>RxPacket</ItemText>
  216. </Ww>
  217. <Ww>
  218. <count>3</count>
  219. <WinNumber>1</WinNumber>
  220. <ItemText>ota_data.data</ItemText>
  221. </Ww>
  222. </WatchWindow1>
  223. <MemoryWindow1>
  224. <Mm>
  225. <WinNumber>1</WinNumber>
  226. <SubType>8</SubType>
  227. <ItemText>RxPacket</ItemText>
  228. <AccSizeX>0</AccSizeX>
  229. </Mm>
  230. </MemoryWindow1>
  231. <Tracepoint>
  232. <THDelay>0</THDelay>
  233. </Tracepoint>
  234. <DebugFlag>
  235. <trace>0</trace>
  236. <periodic>0</periodic>
  237. <aLwin>1</aLwin>
  238. <aCover>0</aCover>
  239. <aSer1>0</aSer1>
  240. <aSer2>0</aSer2>
  241. <aPa>0</aPa>
  242. <viewmode>1</viewmode>
  243. <vrSel>0</vrSel>
  244. <aSym>0</aSym>
  245. <aTbox>0</aTbox>
  246. <AscS1>0</AscS1>
  247. <AscS2>0</AscS2>
  248. <AscS3>0</AscS3>
  249. <aSer3>0</aSer3>
  250. <eProf>0</eProf>
  251. <aLa>0</aLa>
  252. <aPa1>0</aPa1>
  253. <AscS4>0</AscS4>
  254. <aSer4>0</aSer4>
  255. <StkLoc>0</StkLoc>
  256. <TrcWin>0</TrcWin>
  257. <newCpu>0</newCpu>
  258. <uProt>0</uProt>
  259. </DebugFlag>
  260. <LintExecutable></LintExecutable>
  261. <LintConfigFile></LintConfigFile>
  262. <bLintAuto>0</bLintAuto>
  263. <bAutoGenD>0</bAutoGenD>
  264. <LntExFlags>0</LntExFlags>
  265. <pMisraName></pMisraName>
  266. <pszMrule></pszMrule>
  267. <pSingCmds></pSingCmds>
  268. <pMultCmds></pMultCmds>
  269. <pMisraNamep></pMisraNamep>
  270. <pszMrulep></pszMrulep>
  271. <pSingCmdsp></pSingCmdsp>
  272. <pMultCmdsp></pMultCmdsp>
  273. </TargetOption>
  274. </Target>
  275. <Group>
  276. <GroupName>CMSIS</GroupName>
  277. <tvExp>0</tvExp>
  278. <tvExpOptDlg>0</tvExpOptDlg>
  279. <cbSel>0</cbSel>
  280. <RteFlg>0</RteFlg>
  281. <File>
  282. <GroupNumber>1</GroupNumber>
  283. <FileNumber>1</FileNumber>
  284. <FileType>1</FileType>
  285. <tvExp>0</tvExp>
  286. <tvExpOptDlg>0</tvExpOptDlg>
  287. <bDave2>0</bDave2>
  288. <PathWithFileName>..\CMSIS\system_gd32f10x.c</PathWithFileName>
  289. <FilenameWithoutPath>system_gd32f10x.c</FilenameWithoutPath>
  290. <RteFlg>0</RteFlg>
  291. <bShared>0</bShared>
  292. </File>
  293. </Group>
  294. <Group>
  295. <GroupName>Startup</GroupName>
  296. <tvExp>0</tvExp>
  297. <tvExpOptDlg>0</tvExpOptDlg>
  298. <cbSel>0</cbSel>
  299. <RteFlg>0</RteFlg>
  300. <File>
  301. <GroupNumber>2</GroupNumber>
  302. <FileNumber>2</FileNumber>
  303. <FileType>2</FileType>
  304. <tvExp>0</tvExp>
  305. <tvExpOptDlg>0</tvExpOptDlg>
  306. <bDave2>0</bDave2>
  307. <PathWithFileName>..\Startup\startup_gd32f10x_xd.s</PathWithFileName>
  308. <FilenameWithoutPath>startup_gd32f10x_xd.s</FilenameWithoutPath>
  309. <RteFlg>0</RteFlg>
  310. <bShared>0</bShared>
  311. </File>
  312. </Group>
  313. <Group>
  314. <GroupName>App</GroupName>
  315. <tvExp>1</tvExp>
  316. <tvExpOptDlg>0</tvExpOptDlg>
  317. <cbSel>0</cbSel>
  318. <RteFlg>0</RteFlg>
  319. <File>
  320. <GroupNumber>3</GroupNumber>
  321. <FileNumber>3</FileNumber>
  322. <FileType>1</FileType>
  323. <tvExp>0</tvExp>
  324. <tvExpOptDlg>0</tvExpOptDlg>
  325. <bDave2>0</bDave2>
  326. <PathWithFileName>..\App\gd32f10x_it.c</PathWithFileName>
  327. <FilenameWithoutPath>gd32f10x_it.c</FilenameWithoutPath>
  328. <RteFlg>0</RteFlg>
  329. <bShared>0</bShared>
  330. </File>
  331. <File>
  332. <GroupNumber>3</GroupNumber>
  333. <FileNumber>4</FileNumber>
  334. <FileType>1</FileType>
  335. <tvExp>0</tvExp>
  336. <tvExpOptDlg>0</tvExpOptDlg>
  337. <bDave2>0</bDave2>
  338. <PathWithFileName>..\App\systick.c</PathWithFileName>
  339. <FilenameWithoutPath>systick.c</FilenameWithoutPath>
  340. <RteFlg>0</RteFlg>
  341. <bShared>0</bShared>
  342. </File>
  343. <File>
  344. <GroupNumber>3</GroupNumber>
  345. <FileNumber>5</FileNumber>
  346. <FileType>1</FileType>
  347. <tvExp>0</tvExp>
  348. <tvExpOptDlg>0</tvExpOptDlg>
  349. <bDave2>0</bDave2>
  350. <PathWithFileName>..\App\log.c</PathWithFileName>
  351. <FilenameWithoutPath>log.c</FilenameWithoutPath>
  352. <RteFlg>0</RteFlg>
  353. <bShared>0</bShared>
  354. </File>
  355. <File>
  356. <GroupNumber>3</GroupNumber>
  357. <FileNumber>6</FileNumber>
  358. <FileType>1</FileType>
  359. <tvExp>0</tvExp>
  360. <tvExpOptDlg>0</tvExpOptDlg>
  361. <bDave2>0</bDave2>
  362. <PathWithFileName>..\App\ec800m.c</PathWithFileName>
  363. <FilenameWithoutPath>ec800m.c</FilenameWithoutPath>
  364. <RteFlg>0</RteFlg>
  365. <bShared>0</bShared>
  366. </File>
  367. <File>
  368. <GroupNumber>3</GroupNumber>
  369. <FileNumber>7</FileNumber>
  370. <FileType>1</FileType>
  371. <tvExp>0</tvExp>
  372. <tvExpOptDlg>0</tvExpOptDlg>
  373. <bDave2>0</bDave2>
  374. <PathWithFileName>..\App\device_message.c</PathWithFileName>
  375. <FilenameWithoutPath>device_message.c</FilenameWithoutPath>
  376. <RteFlg>0</RteFlg>
  377. <bShared>0</bShared>
  378. </File>
  379. <File>
  380. <GroupNumber>3</GroupNumber>
  381. <FileNumber>8</FileNumber>
  382. <FileType>1</FileType>
  383. <tvExp>0</tvExp>
  384. <tvExpOptDlg>0</tvExpOptDlg>
  385. <bDave2>0</bDave2>
  386. <PathWithFileName>..\App\parseDeviceMessage.c</PathWithFileName>
  387. <FilenameWithoutPath>parseDeviceMessage.c</FilenameWithoutPath>
  388. <RteFlg>0</RteFlg>
  389. <bShared>0</bShared>
  390. </File>
  391. <File>
  392. <GroupNumber>3</GroupNumber>
  393. <FileNumber>9</FileNumber>
  394. <FileType>1</FileType>
  395. <tvExp>0</tvExp>
  396. <tvExpOptDlg>0</tvExpOptDlg>
  397. <bDave2>0</bDave2>
  398. <PathWithFileName>..\App\mmodbus.c</PathWithFileName>
  399. <FilenameWithoutPath>mmodbus.c</FilenameWithoutPath>
  400. <RteFlg>0</RteFlg>
  401. <bShared>0</bShared>
  402. </File>
  403. <File>
  404. <GroupNumber>3</GroupNumber>
  405. <FileNumber>10</FileNumber>
  406. <FileType>1</FileType>
  407. <tvExp>0</tvExp>
  408. <tvExpOptDlg>0</tvExpOptDlg>
  409. <bDave2>0</bDave2>
  410. <PathWithFileName>..\App\mqttRecv.c</PathWithFileName>
  411. <FilenameWithoutPath>mqttRecv.c</FilenameWithoutPath>
  412. <RteFlg>0</RteFlg>
  413. <bShared>0</bShared>
  414. </File>
  415. <File>
  416. <GroupNumber>3</GroupNumber>
  417. <FileNumber>11</FileNumber>
  418. <FileType>1</FileType>
  419. <tvExp>0</tvExp>
  420. <tvExpOptDlg>0</tvExpOptDlg>
  421. <bDave2>0</bDave2>
  422. <PathWithFileName>..\App\main.c</PathWithFileName>
  423. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  424. <RteFlg>0</RteFlg>
  425. <bShared>0</bShared>
  426. </File>
  427. <File>
  428. <GroupNumber>3</GroupNumber>
  429. <FileNumber>12</FileNumber>
  430. <FileType>1</FileType>
  431. <tvExp>0</tvExp>
  432. <tvExpOptDlg>0</tvExpOptDlg>
  433. <bDave2>0</bDave2>
  434. <PathWithFileName>..\App\PC.c</PathWithFileName>
  435. <FilenameWithoutPath>PC.c</FilenameWithoutPath>
  436. <RteFlg>0</RteFlg>
  437. <bShared>0</bShared>
  438. </File>
  439. <File>
  440. <GroupNumber>3</GroupNumber>
  441. <FileNumber>13</FileNumber>
  442. <FileType>1</FileType>
  443. <tvExp>0</tvExp>
  444. <tvExpOptDlg>0</tvExpOptDlg>
  445. <bDave2>0</bDave2>
  446. <PathWithFileName>..\App\otaEvent.c</PathWithFileName>
  447. <FilenameWithoutPath>otaEvent.c</FilenameWithoutPath>
  448. <RteFlg>0</RteFlg>
  449. <bShared>0</bShared>
  450. </File>
  451. </Group>
  452. <Group>
  453. <GroupName>Firmware</GroupName>
  454. <tvExp>1</tvExp>
  455. <tvExpOptDlg>0</tvExpOptDlg>
  456. <cbSel>0</cbSel>
  457. <RteFlg>0</RteFlg>
  458. <File>
  459. <GroupNumber>4</GroupNumber>
  460. <FileNumber>14</FileNumber>
  461. <FileType>1</FileType>
  462. <tvExp>0</tvExp>
  463. <tvExpOptDlg>0</tvExpOptDlg>
  464. <bDave2>0</bDave2>
  465. <PathWithFileName>..\Firmware\Source\gd32f10x_adc.c</PathWithFileName>
  466. <FilenameWithoutPath>gd32f10x_adc.c</FilenameWithoutPath>
  467. <RteFlg>0</RteFlg>
  468. <bShared>0</bShared>
  469. </File>
  470. <File>
  471. <GroupNumber>4</GroupNumber>
  472. <FileNumber>15</FileNumber>
  473. <FileType>1</FileType>
  474. <tvExp>0</tvExp>
  475. <tvExpOptDlg>0</tvExpOptDlg>
  476. <bDave2>0</bDave2>
  477. <PathWithFileName>..\Firmware\Source\gd32f10x_bkp.c</PathWithFileName>
  478. <FilenameWithoutPath>gd32f10x_bkp.c</FilenameWithoutPath>
  479. <RteFlg>0</RteFlg>
  480. <bShared>0</bShared>
  481. </File>
  482. <File>
  483. <GroupNumber>4</GroupNumber>
  484. <FileNumber>16</FileNumber>
  485. <FileType>1</FileType>
  486. <tvExp>0</tvExp>
  487. <tvExpOptDlg>0</tvExpOptDlg>
  488. <bDave2>0</bDave2>
  489. <PathWithFileName>..\Firmware\Source\gd32f10x_can.c</PathWithFileName>
  490. <FilenameWithoutPath>gd32f10x_can.c</FilenameWithoutPath>
  491. <RteFlg>0</RteFlg>
  492. <bShared>0</bShared>
  493. </File>
  494. <File>
  495. <GroupNumber>4</GroupNumber>
  496. <FileNumber>17</FileNumber>
  497. <FileType>1</FileType>
  498. <tvExp>0</tvExp>
  499. <tvExpOptDlg>0</tvExpOptDlg>
  500. <bDave2>0</bDave2>
  501. <PathWithFileName>..\Firmware\Source\gd32f10x_crc.c</PathWithFileName>
  502. <FilenameWithoutPath>gd32f10x_crc.c</FilenameWithoutPath>
  503. <RteFlg>0</RteFlg>
  504. <bShared>0</bShared>
  505. </File>
  506. <File>
  507. <GroupNumber>4</GroupNumber>
  508. <FileNumber>18</FileNumber>
  509. <FileType>1</FileType>
  510. <tvExp>0</tvExp>
  511. <tvExpOptDlg>0</tvExpOptDlg>
  512. <bDave2>0</bDave2>
  513. <PathWithFileName>..\Firmware\Source\gd32f10x_dac.c</PathWithFileName>
  514. <FilenameWithoutPath>gd32f10x_dac.c</FilenameWithoutPath>
  515. <RteFlg>0</RteFlg>
  516. <bShared>0</bShared>
  517. </File>
  518. <File>
  519. <GroupNumber>4</GroupNumber>
  520. <FileNumber>19</FileNumber>
  521. <FileType>1</FileType>
  522. <tvExp>0</tvExp>
  523. <tvExpOptDlg>0</tvExpOptDlg>
  524. <bDave2>0</bDave2>
  525. <PathWithFileName>..\Firmware\Source\gd32f10x_dbg.c</PathWithFileName>
  526. <FilenameWithoutPath>gd32f10x_dbg.c</FilenameWithoutPath>
  527. <RteFlg>0</RteFlg>
  528. <bShared>0</bShared>
  529. </File>
  530. <File>
  531. <GroupNumber>4</GroupNumber>
  532. <FileNumber>20</FileNumber>
  533. <FileType>1</FileType>
  534. <tvExp>0</tvExp>
  535. <tvExpOptDlg>0</tvExpOptDlg>
  536. <bDave2>0</bDave2>
  537. <PathWithFileName>..\Firmware\Source\gd32f10x_dma.c</PathWithFileName>
  538. <FilenameWithoutPath>gd32f10x_dma.c</FilenameWithoutPath>
  539. <RteFlg>0</RteFlg>
  540. <bShared>0</bShared>
  541. </File>
  542. <File>
  543. <GroupNumber>4</GroupNumber>
  544. <FileNumber>21</FileNumber>
  545. <FileType>1</FileType>
  546. <tvExp>0</tvExp>
  547. <tvExpOptDlg>0</tvExpOptDlg>
  548. <bDave2>0</bDave2>
  549. <PathWithFileName>..\Firmware\Source\gd32f10x_enet.c</PathWithFileName>
  550. <FilenameWithoutPath>gd32f10x_enet.c</FilenameWithoutPath>
  551. <RteFlg>0</RteFlg>
  552. <bShared>0</bShared>
  553. </File>
  554. <File>
  555. <GroupNumber>4</GroupNumber>
  556. <FileNumber>22</FileNumber>
  557. <FileType>1</FileType>
  558. <tvExp>0</tvExp>
  559. <tvExpOptDlg>0</tvExpOptDlg>
  560. <bDave2>0</bDave2>
  561. <PathWithFileName>..\Firmware\Source\gd32f10x_exti.c</PathWithFileName>
  562. <FilenameWithoutPath>gd32f10x_exti.c</FilenameWithoutPath>
  563. <RteFlg>0</RteFlg>
  564. <bShared>0</bShared>
  565. </File>
  566. <File>
  567. <GroupNumber>4</GroupNumber>
  568. <FileNumber>23</FileNumber>
  569. <FileType>1</FileType>
  570. <tvExp>0</tvExp>
  571. <tvExpOptDlg>0</tvExpOptDlg>
  572. <bDave2>0</bDave2>
  573. <PathWithFileName>..\Firmware\Source\gd32f10x_exmc.c</PathWithFileName>
  574. <FilenameWithoutPath>gd32f10x_exmc.c</FilenameWithoutPath>
  575. <RteFlg>0</RteFlg>
  576. <bShared>0</bShared>
  577. </File>
  578. <File>
  579. <GroupNumber>4</GroupNumber>
  580. <FileNumber>24</FileNumber>
  581. <FileType>1</FileType>
  582. <tvExp>0</tvExp>
  583. <tvExpOptDlg>0</tvExpOptDlg>
  584. <bDave2>0</bDave2>
  585. <PathWithFileName>..\Firmware\Source\gd32f10x_fmc.c</PathWithFileName>
  586. <FilenameWithoutPath>gd32f10x_fmc.c</FilenameWithoutPath>
  587. <RteFlg>0</RteFlg>
  588. <bShared>0</bShared>
  589. </File>
  590. <File>
  591. <GroupNumber>4</GroupNumber>
  592. <FileNumber>25</FileNumber>
  593. <FileType>1</FileType>
  594. <tvExp>0</tvExp>
  595. <tvExpOptDlg>0</tvExpOptDlg>
  596. <bDave2>0</bDave2>
  597. <PathWithFileName>..\Firmware\Source\gd32f10x_fwdgt.c</PathWithFileName>
  598. <FilenameWithoutPath>gd32f10x_fwdgt.c</FilenameWithoutPath>
  599. <RteFlg>0</RteFlg>
  600. <bShared>0</bShared>
  601. </File>
  602. <File>
  603. <GroupNumber>4</GroupNumber>
  604. <FileNumber>26</FileNumber>
  605. <FileType>1</FileType>
  606. <tvExp>0</tvExp>
  607. <tvExpOptDlg>0</tvExpOptDlg>
  608. <bDave2>0</bDave2>
  609. <PathWithFileName>..\Firmware\Source\gd32f10x_gpio.c</PathWithFileName>
  610. <FilenameWithoutPath>gd32f10x_gpio.c</FilenameWithoutPath>
  611. <RteFlg>0</RteFlg>
  612. <bShared>0</bShared>
  613. </File>
  614. <File>
  615. <GroupNumber>4</GroupNumber>
  616. <FileNumber>27</FileNumber>
  617. <FileType>1</FileType>
  618. <tvExp>0</tvExp>
  619. <tvExpOptDlg>0</tvExpOptDlg>
  620. <bDave2>0</bDave2>
  621. <PathWithFileName>..\Firmware\Source\gd32f10x_i2c.c</PathWithFileName>
  622. <FilenameWithoutPath>gd32f10x_i2c.c</FilenameWithoutPath>
  623. <RteFlg>0</RteFlg>
  624. <bShared>0</bShared>
  625. </File>
  626. <File>
  627. <GroupNumber>4</GroupNumber>
  628. <FileNumber>28</FileNumber>
  629. <FileType>1</FileType>
  630. <tvExp>0</tvExp>
  631. <tvExpOptDlg>0</tvExpOptDlg>
  632. <bDave2>0</bDave2>
  633. <PathWithFileName>..\Firmware\Source\gd32f10x_misc.c</PathWithFileName>
  634. <FilenameWithoutPath>gd32f10x_misc.c</FilenameWithoutPath>
  635. <RteFlg>0</RteFlg>
  636. <bShared>0</bShared>
  637. </File>
  638. <File>
  639. <GroupNumber>4</GroupNumber>
  640. <FileNumber>29</FileNumber>
  641. <FileType>1</FileType>
  642. <tvExp>0</tvExp>
  643. <tvExpOptDlg>0</tvExpOptDlg>
  644. <bDave2>0</bDave2>
  645. <PathWithFileName>..\Firmware\Source\gd32f10x_pmu.c</PathWithFileName>
  646. <FilenameWithoutPath>gd32f10x_pmu.c</FilenameWithoutPath>
  647. <RteFlg>0</RteFlg>
  648. <bShared>0</bShared>
  649. </File>
  650. <File>
  651. <GroupNumber>4</GroupNumber>
  652. <FileNumber>30</FileNumber>
  653. <FileType>1</FileType>
  654. <tvExp>0</tvExp>
  655. <tvExpOptDlg>0</tvExpOptDlg>
  656. <bDave2>0</bDave2>
  657. <PathWithFileName>..\Firmware\Source\gd32f10x_rcu.c</PathWithFileName>
  658. <FilenameWithoutPath>gd32f10x_rcu.c</FilenameWithoutPath>
  659. <RteFlg>0</RteFlg>
  660. <bShared>0</bShared>
  661. </File>
  662. <File>
  663. <GroupNumber>4</GroupNumber>
  664. <FileNumber>31</FileNumber>
  665. <FileType>1</FileType>
  666. <tvExp>0</tvExp>
  667. <tvExpOptDlg>0</tvExpOptDlg>
  668. <bDave2>0</bDave2>
  669. <PathWithFileName>..\Firmware\Source\gd32f10x_rtc.c</PathWithFileName>
  670. <FilenameWithoutPath>gd32f10x_rtc.c</FilenameWithoutPath>
  671. <RteFlg>0</RteFlg>
  672. <bShared>0</bShared>
  673. </File>
  674. <File>
  675. <GroupNumber>4</GroupNumber>
  676. <FileNumber>32</FileNumber>
  677. <FileType>1</FileType>
  678. <tvExp>0</tvExp>
  679. <tvExpOptDlg>0</tvExpOptDlg>
  680. <bDave2>0</bDave2>
  681. <PathWithFileName>..\Firmware\Source\gd32f10x_sdio.c</PathWithFileName>
  682. <FilenameWithoutPath>gd32f10x_sdio.c</FilenameWithoutPath>
  683. <RteFlg>0</RteFlg>
  684. <bShared>0</bShared>
  685. </File>
  686. <File>
  687. <GroupNumber>4</GroupNumber>
  688. <FileNumber>33</FileNumber>
  689. <FileType>1</FileType>
  690. <tvExp>0</tvExp>
  691. <tvExpOptDlg>0</tvExpOptDlg>
  692. <bDave2>0</bDave2>
  693. <PathWithFileName>..\Firmware\Source\gd32f10x_spi.c</PathWithFileName>
  694. <FilenameWithoutPath>gd32f10x_spi.c</FilenameWithoutPath>
  695. <RteFlg>0</RteFlg>
  696. <bShared>0</bShared>
  697. </File>
  698. <File>
  699. <GroupNumber>4</GroupNumber>
  700. <FileNumber>34</FileNumber>
  701. <FileType>1</FileType>
  702. <tvExp>0</tvExp>
  703. <tvExpOptDlg>0</tvExpOptDlg>
  704. <bDave2>0</bDave2>
  705. <PathWithFileName>..\Firmware\Source\gd32f10x_timer.c</PathWithFileName>
  706. <FilenameWithoutPath>gd32f10x_timer.c</FilenameWithoutPath>
  707. <RteFlg>0</RteFlg>
  708. <bShared>0</bShared>
  709. </File>
  710. <File>
  711. <GroupNumber>4</GroupNumber>
  712. <FileNumber>35</FileNumber>
  713. <FileType>1</FileType>
  714. <tvExp>0</tvExp>
  715. <tvExpOptDlg>0</tvExpOptDlg>
  716. <bDave2>0</bDave2>
  717. <PathWithFileName>..\Firmware\Source\gd32f10x_usart.c</PathWithFileName>
  718. <FilenameWithoutPath>gd32f10x_usart.c</FilenameWithoutPath>
  719. <RteFlg>0</RteFlg>
  720. <bShared>0</bShared>
  721. </File>
  722. <File>
  723. <GroupNumber>4</GroupNumber>
  724. <FileNumber>36</FileNumber>
  725. <FileType>1</FileType>
  726. <tvExp>0</tvExp>
  727. <tvExpOptDlg>0</tvExpOptDlg>
  728. <bDave2>0</bDave2>
  729. <PathWithFileName>..\Firmware\Source\gd32f10x_wwdgt.c</PathWithFileName>
  730. <FilenameWithoutPath>gd32f10x_wwdgt.c</FilenameWithoutPath>
  731. <RteFlg>0</RteFlg>
  732. <bShared>0</bShared>
  733. </File>
  734. </Group>
  735. <Group>
  736. <GroupName>bsp</GroupName>
  737. <tvExp>1</tvExp>
  738. <tvExpOptDlg>0</tvExpOptDlg>
  739. <cbSel>0</cbSel>
  740. <RteFlg>0</RteFlg>
  741. <File>
  742. <GroupNumber>5</GroupNumber>
  743. <FileNumber>37</FileNumber>
  744. <FileType>1</FileType>
  745. <tvExp>0</tvExp>
  746. <tvExpOptDlg>0</tvExpOptDlg>
  747. <bDave2>0</bDave2>
  748. <PathWithFileName>..\bsp\led.c</PathWithFileName>
  749. <FilenameWithoutPath>led.c</FilenameWithoutPath>
  750. <RteFlg>0</RteFlg>
  751. <bShared>0</bShared>
  752. </File>
  753. <File>
  754. <GroupNumber>5</GroupNumber>
  755. <FileNumber>38</FileNumber>
  756. <FileType>1</FileType>
  757. <tvExp>0</tvExp>
  758. <tvExpOptDlg>0</tvExpOptDlg>
  759. <bDave2>0</bDave2>
  760. <PathWithFileName>..\bsp\spi.c</PathWithFileName>
  761. <FilenameWithoutPath>spi.c</FilenameWithoutPath>
  762. <RteFlg>0</RteFlg>
  763. <bShared>0</bShared>
  764. </File>
  765. <File>
  766. <GroupNumber>5</GroupNumber>
  767. <FileNumber>39</FileNumber>
  768. <FileType>1</FileType>
  769. <tvExp>0</tvExp>
  770. <tvExpOptDlg>0</tvExpOptDlg>
  771. <bDave2>0</bDave2>
  772. <PathWithFileName>..\bsp\usart.c</PathWithFileName>
  773. <FilenameWithoutPath>usart.c</FilenameWithoutPath>
  774. <RteFlg>0</RteFlg>
  775. <bShared>0</bShared>
  776. </File>
  777. <File>
  778. <GroupNumber>5</GroupNumber>
  779. <FileNumber>40</FileNumber>
  780. <FileType>1</FileType>
  781. <tvExp>0</tvExp>
  782. <tvExpOptDlg>0</tvExpOptDlg>
  783. <bDave2>0</bDave2>
  784. <PathWithFileName>..\bsp\ring_buffer.c</PathWithFileName>
  785. <FilenameWithoutPath>ring_buffer.c</FilenameWithoutPath>
  786. <RteFlg>0</RteFlg>
  787. <bShared>0</bShared>
  788. </File>
  789. <File>
  790. <GroupNumber>5</GroupNumber>
  791. <FileNumber>41</FileNumber>
  792. <FileType>1</FileType>
  793. <tvExp>0</tvExp>
  794. <tvExpOptDlg>0</tvExpOptDlg>
  795. <bDave2>0</bDave2>
  796. <PathWithFileName>..\bsp\w25q32.c</PathWithFileName>
  797. <FilenameWithoutPath>w25q32.c</FilenameWithoutPath>
  798. <RteFlg>0</RteFlg>
  799. <bShared>0</bShared>
  800. </File>
  801. <File>
  802. <GroupNumber>5</GroupNumber>
  803. <FileNumber>42</FileNumber>
  804. <FileType>1</FileType>
  805. <tvExp>0</tvExp>
  806. <tvExpOptDlg>0</tvExpOptDlg>
  807. <bDave2>0</bDave2>
  808. <PathWithFileName>..\bsp\key.c</PathWithFileName>
  809. <FilenameWithoutPath>key.c</FilenameWithoutPath>
  810. <RteFlg>0</RteFlg>
  811. <bShared>0</bShared>
  812. </File>
  813. </Group>
  814. <Group>
  815. <GroupName>cjson</GroupName>
  816. <tvExp>0</tvExp>
  817. <tvExpOptDlg>0</tvExpOptDlg>
  818. <cbSel>0</cbSel>
  819. <RteFlg>0</RteFlg>
  820. <File>
  821. <GroupNumber>6</GroupNumber>
  822. <FileNumber>43</FileNumber>
  823. <FileType>1</FileType>
  824. <tvExp>0</tvExp>
  825. <tvExpOptDlg>0</tvExpOptDlg>
  826. <bDave2>0</bDave2>
  827. <PathWithFileName>..\cjson\cJSON.c</PathWithFileName>
  828. <FilenameWithoutPath>cJSON.c</FilenameWithoutPath>
  829. <RteFlg>0</RteFlg>
  830. <bShared>0</bShared>
  831. </File>
  832. </Group>
  833. <Group>
  834. <GroupName>dlt</GroupName>
  835. <tvExp>0</tvExp>
  836. <tvExpOptDlg>0</tvExpOptDlg>
  837. <cbSel>0</cbSel>
  838. <RteFlg>0</RteFlg>
  839. <File>
  840. <GroupNumber>7</GroupNumber>
  841. <FileNumber>44</FileNumber>
  842. <FileType>1</FileType>
  843. <tvExp>0</tvExp>
  844. <tvExpOptDlg>0</tvExpOptDlg>
  845. <bDave2>0</bDave2>
  846. <PathWithFileName>..\dlt\src\dlt645.c</PathWithFileName>
  847. <FilenameWithoutPath>dlt645.c</FilenameWithoutPath>
  848. <RteFlg>0</RteFlg>
  849. <bShared>0</bShared>
  850. </File>
  851. <File>
  852. <GroupNumber>7</GroupNumber>
  853. <FileNumber>45</FileNumber>
  854. <FileType>1</FileType>
  855. <tvExp>0</tvExp>
  856. <tvExpOptDlg>0</tvExpOptDlg>
  857. <bDave2>0</bDave2>
  858. <PathWithFileName>..\dlt\src\dlt645_2007.c</PathWithFileName>
  859. <FilenameWithoutPath>dlt645_2007.c</FilenameWithoutPath>
  860. <RteFlg>0</RteFlg>
  861. <bShared>0</bShared>
  862. </File>
  863. <File>
  864. <GroupNumber>7</GroupNumber>
  865. <FileNumber>46</FileNumber>
  866. <FileType>1</FileType>
  867. <tvExp>0</tvExp>
  868. <tvExpOptDlg>0</tvExpOptDlg>
  869. <bDave2>0</bDave2>
  870. <PathWithFileName>..\dlt\src\dlt645_data.c</PathWithFileName>
  871. <FilenameWithoutPath>dlt645_data.c</FilenameWithoutPath>
  872. <RteFlg>0</RteFlg>
  873. <bShared>0</bShared>
  874. </File>
  875. <File>
  876. <GroupNumber>7</GroupNumber>
  877. <FileNumber>47</FileNumber>
  878. <FileType>1</FileType>
  879. <tvExp>0</tvExp>
  880. <tvExpOptDlg>0</tvExpOptDlg>
  881. <bDave2>0</bDave2>
  882. <PathWithFileName>..\dlt\port\dlt645_port.c</PathWithFileName>
  883. <FilenameWithoutPath>dlt645_port.c</FilenameWithoutPath>
  884. <RteFlg>0</RteFlg>
  885. <bShared>0</bShared>
  886. </File>
  887. <File>
  888. <GroupNumber>7</GroupNumber>
  889. <FileNumber>48</FileNumber>
  890. <FileType>1</FileType>
  891. <tvExp>0</tvExp>
  892. <tvExpOptDlg>0</tvExpOptDlg>
  893. <bDave2>0</bDave2>
  894. <PathWithFileName>..\dlt\src\dlt645_1997.c</PathWithFileName>
  895. <FilenameWithoutPath>dlt645_1997.c</FilenameWithoutPath>
  896. <RteFlg>0</RteFlg>
  897. <bShared>0</bShared>
  898. </File>
  899. </Group>
  900. <Group>
  901. <GroupName>JSMN</GroupName>
  902. <tvExp>0</tvExp>
  903. <tvExpOptDlg>0</tvExpOptDlg>
  904. <cbSel>0</cbSel>
  905. <RteFlg>0</RteFlg>
  906. <File>
  907. <GroupNumber>8</GroupNumber>
  908. <FileNumber>49</FileNumber>
  909. <FileType>5</FileType>
  910. <tvExp>0</tvExp>
  911. <tvExpOptDlg>0</tvExpOptDlg>
  912. <bDave2>0</bDave2>
  913. <PathWithFileName>..\jsmn\jsmn.h</PathWithFileName>
  914. <FilenameWithoutPath>jsmn.h</FilenameWithoutPath>
  915. <RteFlg>0</RteFlg>
  916. <bShared>0</bShared>
  917. </File>
  918. </Group>
  919. </ProjectOpt>