1
0

project.uvoptx 43 KB

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