msc_cdrom.uvoptx 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650
  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</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>msc_cdrom</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>.\list\</ListingPath>
  44. </OPTLEX>
  45. <ListingPage>
  46. <CreateCListing>1</CreateCListing>
  47. <CreateAListing>1</CreateAListing>
  48. <CreateLListing>1</CreateLListing>
  49. <CreateIListing>0</CreateIListing>
  50. <AsmCond>1</AsmCond>
  51. <AsmSymb>1</AsmSymb>
  52. <AsmXref>0</AsmXref>
  53. <CCond>1</CCond>
  54. <CCode>0</CCode>
  55. <CListInc>0</CListInc>
  56. <CSymb>0</CSymb>
  57. <LinkerCodeListing>0</LinkerCodeListing>
  58. </ListingPage>
  59. <OPTXL>
  60. <LMap>1</LMap>
  61. <LComments>1</LComments>
  62. <LGenerateSymbols>1</LGenerateSymbols>
  63. <LLibSym>1</LLibSym>
  64. <LLines>1</LLines>
  65. <LLocSym>1</LLocSym>
  66. <LPubSym>1</LPubSym>
  67. <LXref>0</LXref>
  68. <LExpSel>0</LExpSel>
  69. </OPTXL>
  70. <OPTFL>
  71. <tvExp>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>0</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>UL2CM3</Key>
  118. <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0GD32F30x_HD -FS08000000 -FL080000 -FP0($$Device:GD32F303ZE$Flash\GD32F30x_HD.FLM))</Name>
  119. </SetRegEntry>
  120. <SetRegEntry>
  121. <Number>0</Number>
  122. <Key>JL2CM3</Key>
  123. <Name>-U59521323 -O207 -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 -FC800 -FN1 -FF0GD32F30x_HD -FS08000000 -FL080000 -FP0($$Device:GD32F303ZE$Flash\GD32F30x_HD.FLM)</Name>
  124. </SetRegEntry>
  125. <SetRegEntry>
  126. <Number>0</Number>
  127. <Key>DLGTARM</Key>
  128. <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)</Name>
  129. </SetRegEntry>
  130. <SetRegEntry>
  131. <Number>0</Number>
  132. <Key>ARMDBGFLAGS</Key>
  133. <Name></Name>
  134. </SetRegEntry>
  135. <SetRegEntry>
  136. <Number>0</Number>
  137. <Key>DLGUARM</Key>
  138. <Name></Name>
  139. </SetRegEntry>
  140. </TargetDriverDllRegistry>
  141. <Breakpoint/>
  142. <WatchWindow1>
  143. <Ww>
  144. <count>0</count>
  145. <WinNumber>1</WinNumber>
  146. <ItemText>bbb_data</ItemText>
  147. </Ww>
  148. <Ww>
  149. <count>1</count>
  150. <WinNumber>1</WinNumber>
  151. <ItemText>bbb_cbw</ItemText>
  152. </Ww>
  153. </WatchWindow1>
  154. <Tracepoint>
  155. <THDelay>0</THDelay>
  156. </Tracepoint>
  157. <DebugFlag>
  158. <trace>0</trace>
  159. <periodic>0</periodic>
  160. <aLwin>1</aLwin>
  161. <aCover>0</aCover>
  162. <aSer1>0</aSer1>
  163. <aSer2>0</aSer2>
  164. <aPa>0</aPa>
  165. <viewmode>1</viewmode>
  166. <vrSel>0</vrSel>
  167. <aSym>0</aSym>
  168. <aTbox>0</aTbox>
  169. <AscS1>0</AscS1>
  170. <AscS2>0</AscS2>
  171. <AscS3>0</AscS3>
  172. <aSer3>0</aSer3>
  173. <eProf>0</eProf>
  174. <aLa>0</aLa>
  175. <aPa1>0</aPa1>
  176. <AscS4>0</AscS4>
  177. <aSer4>0</aSer4>
  178. <StkLoc>0</StkLoc>
  179. <TrcWin>0</TrcWin>
  180. <newCpu>0</newCpu>
  181. <uProt>0</uProt>
  182. </DebugFlag>
  183. <LintExecutable></LintExecutable>
  184. <LintConfigFile></LintConfigFile>
  185. <bLintAuto>0</bLintAuto>
  186. <bAutoGenD>0</bAutoGenD>
  187. <LntExFlags>0</LntExFlags>
  188. <pMisraName></pMisraName>
  189. <pszMrule></pszMrule>
  190. <pSingCmds></pSingCmds>
  191. <pMultCmds></pMultCmds>
  192. <pMisraNamep></pMisraNamep>
  193. <pszMrulep></pszMrulep>
  194. <pSingCmdsp></pSingCmdsp>
  195. <pMultCmdsp></pMultCmdsp>
  196. <SystemViewers>
  197. <Entry>
  198. <Name>System Viewer\USB</Name>
  199. <WinId>35905</WinId>
  200. </Entry>
  201. </SystemViewers>
  202. </TargetOption>
  203. </Target>
  204. <Group>
  205. <GroupName>Application</GroupName>
  206. <tvExp>0</tvExp>
  207. <tvExpOptDlg>0</tvExpOptDlg>
  208. <cbSel>0</cbSel>
  209. <RteFlg>0</RteFlg>
  210. <File>
  211. <GroupNumber>1</GroupNumber>
  212. <FileNumber>1</FileNumber>
  213. <FileType>1</FileType>
  214. <tvExp>0</tvExp>
  215. <tvExpOptDlg>0</tvExpOptDlg>
  216. <bDave2>0</bDave2>
  217. <PathWithFileName>..\src\main.c</PathWithFileName>
  218. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  219. <RteFlg>0</RteFlg>
  220. <bShared>0</bShared>
  221. </File>
  222. <File>
  223. <GroupNumber>1</GroupNumber>
  224. <FileNumber>2</FileNumber>
  225. <FileType>1</FileType>
  226. <tvExp>0</tvExp>
  227. <tvExpOptDlg>0</tvExpOptDlg>
  228. <bDave2>0</bDave2>
  229. <PathWithFileName>..\src\gd32f30x_it.c</PathWithFileName>
  230. <FilenameWithoutPath>gd32f30x_it.c</FilenameWithoutPath>
  231. <RteFlg>0</RteFlg>
  232. <bShared>0</bShared>
  233. </File>
  234. <File>
  235. <GroupNumber>1</GroupNumber>
  236. <FileNumber>3</FileNumber>
  237. <FileType>1</FileType>
  238. <tvExp>0</tvExp>
  239. <tvExpOptDlg>0</tvExpOptDlg>
  240. <bDave2>0</bDave2>
  241. <PathWithFileName>..\src\gd32f30x_usbd_hw.c</PathWithFileName>
  242. <FilenameWithoutPath>gd32f30x_usbd_hw.c</FilenameWithoutPath>
  243. <RteFlg>0</RteFlg>
  244. <bShared>0</bShared>
  245. </File>
  246. <File>
  247. <GroupNumber>1</GroupNumber>
  248. <FileNumber>4</FileNumber>
  249. <FileType>1</FileType>
  250. <tvExp>0</tvExp>
  251. <tvExpOptDlg>0</tvExpOptDlg>
  252. <bDave2>0</bDave2>
  253. <PathWithFileName>..\src\internal_flash_if.c</PathWithFileName>
  254. <FilenameWithoutPath>internal_flash_if.c</FilenameWithoutPath>
  255. <RteFlg>0</RteFlg>
  256. <bShared>0</bShared>
  257. </File>
  258. <File>
  259. <GroupNumber>1</GroupNumber>
  260. <FileNumber>5</FileNumber>
  261. <FileType>1</FileType>
  262. <tvExp>0</tvExp>
  263. <tvExpOptDlg>0</tvExpOptDlg>
  264. <bDave2>0</bDave2>
  265. <PathWithFileName>..\src\flash_data.c</PathWithFileName>
  266. <FilenameWithoutPath>flash_data.c</FilenameWithoutPath>
  267. <RteFlg>0</RteFlg>
  268. <bShared>0</bShared>
  269. </File>
  270. <File>
  271. <GroupNumber>1</GroupNumber>
  272. <FileNumber>6</FileNumber>
  273. <FileType>1</FileType>
  274. <tvExp>0</tvExp>
  275. <tvExpOptDlg>0</tvExpOptDlg>
  276. <bDave2>0</bDave2>
  277. <PathWithFileName>..\src\msc_mem.c</PathWithFileName>
  278. <FilenameWithoutPath>msc_mem.c</FilenameWithoutPath>
  279. <RteFlg>0</RteFlg>
  280. <bShared>0</bShared>
  281. </File>
  282. </Group>
  283. <Group>
  284. <GroupName>CMSIS</GroupName>
  285. <tvExp>0</tvExp>
  286. <tvExpOptDlg>0</tvExpOptDlg>
  287. <cbSel>0</cbSel>
  288. <RteFlg>0</RteFlg>
  289. <File>
  290. <GroupNumber>2</GroupNumber>
  291. <FileNumber>7</FileNumber>
  292. <FileType>1</FileType>
  293. <tvExp>0</tvExp>
  294. <tvExpOptDlg>0</tvExpOptDlg>
  295. <bDave2>0</bDave2>
  296. <PathWithFileName>..\src\system_gd32f30x.c</PathWithFileName>
  297. <FilenameWithoutPath>system_gd32f30x.c</FilenameWithoutPath>
  298. <RteFlg>0</RteFlg>
  299. <bShared>0</bShared>
  300. </File>
  301. </Group>
  302. <Group>
  303. <GroupName>GD32F30x_Peripherals</GroupName>
  304. <tvExp>0</tvExp>
  305. <tvExpOptDlg>0</tvExpOptDlg>
  306. <cbSel>0</cbSel>
  307. <RteFlg>0</RteFlg>
  308. <File>
  309. <GroupNumber>3</GroupNumber>
  310. <FileNumber>8</FileNumber>
  311. <FileType>1</FileType>
  312. <tvExp>0</tvExp>
  313. <tvExpOptDlg>0</tvExpOptDlg>
  314. <bDave2>0</bDave2>
  315. <PathWithFileName>..\..\..\..\Firmware\GD32F30x_standard_peripheral\Source\gd32f30x_exmc.c</PathWithFileName>
  316. <FilenameWithoutPath>gd32f30x_exmc.c</FilenameWithoutPath>
  317. <RteFlg>0</RteFlg>
  318. <bShared>0</bShared>
  319. </File>
  320. <File>
  321. <GroupNumber>3</GroupNumber>
  322. <FileNumber>9</FileNumber>
  323. <FileType>1</FileType>
  324. <tvExp>0</tvExp>
  325. <tvExpOptDlg>0</tvExpOptDlg>
  326. <bDave2>0</bDave2>
  327. <PathWithFileName>..\..\..\..\Firmware\GD32F30x_standard_peripheral\Source\gd32f30x_exti.c</PathWithFileName>
  328. <FilenameWithoutPath>gd32f30x_exti.c</FilenameWithoutPath>
  329. <RteFlg>0</RteFlg>
  330. <bShared>0</bShared>
  331. </File>
  332. <File>
  333. <GroupNumber>3</GroupNumber>
  334. <FileNumber>10</FileNumber>
  335. <FileType>1</FileType>
  336. <tvExp>0</tvExp>
  337. <tvExpOptDlg>0</tvExpOptDlg>
  338. <bDave2>0</bDave2>
  339. <PathWithFileName>..\..\..\..\Firmware\GD32F30x_standard_peripheral\Source\gd32f30x_fmc.c</PathWithFileName>
  340. <FilenameWithoutPath>gd32f30x_fmc.c</FilenameWithoutPath>
  341. <RteFlg>0</RteFlg>
  342. <bShared>0</bShared>
  343. </File>
  344. <File>
  345. <GroupNumber>3</GroupNumber>
  346. <FileNumber>11</FileNumber>
  347. <FileType>1</FileType>
  348. <tvExp>0</tvExp>
  349. <tvExpOptDlg>0</tvExpOptDlg>
  350. <bDave2>0</bDave2>
  351. <PathWithFileName>..\..\..\..\Firmware\GD32F30x_standard_peripheral\Source\gd32f30x_gpio.c</PathWithFileName>
  352. <FilenameWithoutPath>gd32f30x_gpio.c</FilenameWithoutPath>
  353. <RteFlg>0</RteFlg>
  354. <bShared>0</bShared>
  355. </File>
  356. <File>
  357. <GroupNumber>3</GroupNumber>
  358. <FileNumber>12</FileNumber>
  359. <FileType>1</FileType>
  360. <tvExp>0</tvExp>
  361. <tvExpOptDlg>0</tvExpOptDlg>
  362. <bDave2>0</bDave2>
  363. <PathWithFileName>..\..\..\..\Firmware\GD32F30x_standard_peripheral\Source\gd32f30x_i2c.c</PathWithFileName>
  364. <FilenameWithoutPath>gd32f30x_i2c.c</FilenameWithoutPath>
  365. <RteFlg>0</RteFlg>
  366. <bShared>0</bShared>
  367. </File>
  368. <File>
  369. <GroupNumber>3</GroupNumber>
  370. <FileNumber>13</FileNumber>
  371. <FileType>1</FileType>
  372. <tvExp>0</tvExp>
  373. <tvExpOptDlg>0</tvExpOptDlg>
  374. <bDave2>0</bDave2>
  375. <PathWithFileName>..\..\..\..\Firmware\GD32F30x_standard_peripheral\Source\gd32f30x_misc.c</PathWithFileName>
  376. <FilenameWithoutPath>gd32f30x_misc.c</FilenameWithoutPath>
  377. <RteFlg>0</RteFlg>
  378. <bShared>0</bShared>
  379. </File>
  380. <File>
  381. <GroupNumber>3</GroupNumber>
  382. <FileNumber>14</FileNumber>
  383. <FileType>1</FileType>
  384. <tvExp>0</tvExp>
  385. <tvExpOptDlg>0</tvExpOptDlg>
  386. <bDave2>0</bDave2>
  387. <PathWithFileName>..\..\..\..\Firmware\GD32F30x_standard_peripheral\Source\gd32f30x_pmu.c</PathWithFileName>
  388. <FilenameWithoutPath>gd32f30x_pmu.c</FilenameWithoutPath>
  389. <RteFlg>0</RteFlg>
  390. <bShared>0</bShared>
  391. </File>
  392. <File>
  393. <GroupNumber>3</GroupNumber>
  394. <FileNumber>15</FileNumber>
  395. <FileType>1</FileType>
  396. <tvExp>0</tvExp>
  397. <tvExpOptDlg>0</tvExpOptDlg>
  398. <bDave2>0</bDave2>
  399. <PathWithFileName>..\..\..\..\Firmware\GD32F30x_standard_peripheral\Source\gd32f30x_rcu.c</PathWithFileName>
  400. <FilenameWithoutPath>gd32f30x_rcu.c</FilenameWithoutPath>
  401. <RteFlg>0</RteFlg>
  402. <bShared>0</bShared>
  403. </File>
  404. <File>
  405. <GroupNumber>3</GroupNumber>
  406. <FileNumber>16</FileNumber>
  407. <FileType>1</FileType>
  408. <tvExp>0</tvExp>
  409. <tvExpOptDlg>0</tvExpOptDlg>
  410. <bDave2>0</bDave2>
  411. <PathWithFileName>..\..\..\..\Firmware\GD32F30x_standard_peripheral\Source\gd32f30x_timer.c</PathWithFileName>
  412. <FilenameWithoutPath>gd32f30x_timer.c</FilenameWithoutPath>
  413. <RteFlg>0</RteFlg>
  414. <bShared>0</bShared>
  415. </File>
  416. <File>
  417. <GroupNumber>3</GroupNumber>
  418. <FileNumber>17</FileNumber>
  419. <FileType>1</FileType>
  420. <tvExp>0</tvExp>
  421. <tvExpOptDlg>0</tvExpOptDlg>
  422. <bDave2>0</bDave2>
  423. <PathWithFileName>..\..\..\..\Firmware\GD32F30x_standard_peripheral\Source\gd32f30x_usart.c</PathWithFileName>
  424. <FilenameWithoutPath>gd32f30x_usart.c</FilenameWithoutPath>
  425. <RteFlg>0</RteFlg>
  426. <bShared>0</bShared>
  427. </File>
  428. <File>
  429. <GroupNumber>3</GroupNumber>
  430. <FileNumber>18</FileNumber>
  431. <FileType>1</FileType>
  432. <tvExp>0</tvExp>
  433. <tvExpOptDlg>0</tvExpOptDlg>
  434. <bDave2>0</bDave2>
  435. <PathWithFileName>..\..\..\..\Firmware\GD32F30x_standard_peripheral\Source\gd32f30x_ctc.c</PathWithFileName>
  436. <FilenameWithoutPath>gd32f30x_ctc.c</FilenameWithoutPath>
  437. <RteFlg>0</RteFlg>
  438. <bShared>0</bShared>
  439. </File>
  440. </Group>
  441. <Group>
  442. <GroupName>GD32F30x_EVAL</GroupName>
  443. <tvExp>0</tvExp>
  444. <tvExpOptDlg>0</tvExpOptDlg>
  445. <cbSel>0</cbSel>
  446. <RteFlg>0</RteFlg>
  447. <File>
  448. <GroupNumber>4</GroupNumber>
  449. <FileNumber>19</FileNumber>
  450. <FileType>1</FileType>
  451. <tvExp>0</tvExp>
  452. <tvExpOptDlg>0</tvExpOptDlg>
  453. <bDave2>0</bDave2>
  454. <PathWithFileName>..\..\..\..\Utilities\gd32f303e_eval.c</PathWithFileName>
  455. <FilenameWithoutPath>gd32f303e_eval.c</FilenameWithoutPath>
  456. <RteFlg>0</RteFlg>
  457. <bShared>0</bShared>
  458. </File>
  459. </Group>
  460. <Group>
  461. <GroupName>USBD_Drivers</GroupName>
  462. <tvExp>0</tvExp>
  463. <tvExpOptDlg>0</tvExpOptDlg>
  464. <cbSel>0</cbSel>
  465. <RteFlg>0</RteFlg>
  466. <File>
  467. <GroupNumber>5</GroupNumber>
  468. <FileNumber>20</FileNumber>
  469. <FileType>1</FileType>
  470. <tvExp>0</tvExp>
  471. <tvExpOptDlg>0</tvExpOptDlg>
  472. <bDave2>0</bDave2>
  473. <PathWithFileName>..\..\..\..\Firmware\GD32F30x_usbd_library\usbd\Source\usbd_lld_core.c</PathWithFileName>
  474. <FilenameWithoutPath>usbd_lld_core.c</FilenameWithoutPath>
  475. <RteFlg>0</RteFlg>
  476. <bShared>0</bShared>
  477. </File>
  478. <File>
  479. <GroupNumber>5</GroupNumber>
  480. <FileNumber>21</FileNumber>
  481. <FileType>1</FileType>
  482. <tvExp>0</tvExp>
  483. <tvExpOptDlg>0</tvExpOptDlg>
  484. <bDave2>0</bDave2>
  485. <PathWithFileName>..\..\..\..\Firmware\GD32F30x_usbd_library\usbd\Source\usbd_lld_int.c</PathWithFileName>
  486. <FilenameWithoutPath>usbd_lld_int.c</FilenameWithoutPath>
  487. <RteFlg>0</RteFlg>
  488. <bShared>0</bShared>
  489. </File>
  490. </Group>
  491. <Group>
  492. <GroupName>USBD_Device</GroupName>
  493. <tvExp>0</tvExp>
  494. <tvExpOptDlg>0</tvExpOptDlg>
  495. <cbSel>0</cbSel>
  496. <RteFlg>0</RteFlg>
  497. <File>
  498. <GroupNumber>6</GroupNumber>
  499. <FileNumber>22</FileNumber>
  500. <FileType>1</FileType>
  501. <tvExp>0</tvExp>
  502. <tvExpOptDlg>0</tvExpOptDlg>
  503. <bDave2>0</bDave2>
  504. <PathWithFileName>..\..\..\..\Firmware\GD32F30x_usbd_library\device\Source\usbd_core.c</PathWithFileName>
  505. <FilenameWithoutPath>usbd_core.c</FilenameWithoutPath>
  506. <RteFlg>0</RteFlg>
  507. <bShared>0</bShared>
  508. </File>
  509. <File>
  510. <GroupNumber>6</GroupNumber>
  511. <FileNumber>23</FileNumber>
  512. <FileType>1</FileType>
  513. <tvExp>0</tvExp>
  514. <tvExpOptDlg>0</tvExpOptDlg>
  515. <bDave2>0</bDave2>
  516. <PathWithFileName>..\..\..\..\Firmware\GD32F30x_usbd_library\device\Source\usbd_enum.c</PathWithFileName>
  517. <FilenameWithoutPath>usbd_enum.c</FilenameWithoutPath>
  518. <RteFlg>0</RteFlg>
  519. <bShared>0</bShared>
  520. </File>
  521. <File>
  522. <GroupNumber>6</GroupNumber>
  523. <FileNumber>24</FileNumber>
  524. <FileType>1</FileType>
  525. <tvExp>0</tvExp>
  526. <tvExpOptDlg>0</tvExpOptDlg>
  527. <bDave2>0</bDave2>
  528. <PathWithFileName>..\..\..\..\Firmware\GD32F30x_usbd_library\device\Source\usbd_pwr.c</PathWithFileName>
  529. <FilenameWithoutPath>usbd_pwr.c</FilenameWithoutPath>
  530. <RteFlg>0</RteFlg>
  531. <bShared>0</bShared>
  532. </File>
  533. <File>
  534. <GroupNumber>6</GroupNumber>
  535. <FileNumber>25</FileNumber>
  536. <FileType>1</FileType>
  537. <tvExp>0</tvExp>
  538. <tvExpOptDlg>0</tvExpOptDlg>
  539. <bDave2>0</bDave2>
  540. <PathWithFileName>..\..\..\..\Firmware\GD32F30x_usbd_library\device\Source\usbd_transc.c</PathWithFileName>
  541. <FilenameWithoutPath>usbd_transc.c</FilenameWithoutPath>
  542. <RteFlg>0</RteFlg>
  543. <bShared>0</bShared>
  544. </File>
  545. </Group>
  546. <Group>
  547. <GroupName>USBD_Class</GroupName>
  548. <tvExp>0</tvExp>
  549. <tvExpOptDlg>0</tvExpOptDlg>
  550. <cbSel>0</cbSel>
  551. <RteFlg>0</RteFlg>
  552. <File>
  553. <GroupNumber>7</GroupNumber>
  554. <FileNumber>26</FileNumber>
  555. <FileType>1</FileType>
  556. <tvExp>0</tvExp>
  557. <tvExpOptDlg>0</tvExpOptDlg>
  558. <bDave2>0</bDave2>
  559. <PathWithFileName>..\..\..\..\Firmware\GD32F30x_usbd_library\class\device\msc\Source\usbd_msc_bbb.c</PathWithFileName>
  560. <FilenameWithoutPath>usbd_msc_bbb.c</FilenameWithoutPath>
  561. <RteFlg>0</RteFlg>
  562. <bShared>0</bShared>
  563. </File>
  564. <File>
  565. <GroupNumber>7</GroupNumber>
  566. <FileNumber>27</FileNumber>
  567. <FileType>1</FileType>
  568. <tvExp>0</tvExp>
  569. <tvExpOptDlg>0</tvExpOptDlg>
  570. <bDave2>0</bDave2>
  571. <PathWithFileName>..\..\..\..\Firmware\GD32F30x_usbd_library\class\device\msc\Source\usbd_msc_core.c</PathWithFileName>
  572. <FilenameWithoutPath>usbd_msc_core.c</FilenameWithoutPath>
  573. <RteFlg>0</RteFlg>
  574. <bShared>0</bShared>
  575. </File>
  576. <File>
  577. <GroupNumber>7</GroupNumber>
  578. <FileNumber>28</FileNumber>
  579. <FileType>1</FileType>
  580. <tvExp>0</tvExp>
  581. <tvExpOptDlg>0</tvExpOptDlg>
  582. <bDave2>0</bDave2>
  583. <PathWithFileName>..\..\..\..\Firmware\GD32F30x_usbd_library\class\device\msc\Source\usbd_msc_scsi.c</PathWithFileName>
  584. <FilenameWithoutPath>usbd_msc_scsi.c</FilenameWithoutPath>
  585. <RteFlg>0</RteFlg>
  586. <bShared>0</bShared>
  587. </File>
  588. </Group>
  589. <Group>
  590. <GroupName>Startup</GroupName>
  591. <tvExp>0</tvExp>
  592. <tvExpOptDlg>0</tvExpOptDlg>
  593. <cbSel>0</cbSel>
  594. <RteFlg>0</RteFlg>
  595. <File>
  596. <GroupNumber>8</GroupNumber>
  597. <FileNumber>29</FileNumber>
  598. <FileType>2</FileType>
  599. <tvExp>0</tvExp>
  600. <tvExpOptDlg>0</tvExpOptDlg>
  601. <bDave2>0</bDave2>
  602. <PathWithFileName>..\..\..\..\Firmware\CMSIS\GD\GD32F30x\Source\ARM\startup_gd32f30x_hd.s</PathWithFileName>
  603. <FilenameWithoutPath>startup_gd32f30x_hd.s</FilenameWithoutPath>
  604. <RteFlg>0</RteFlg>
  605. <bShared>0</bShared>
  606. </File>
  607. </Group>
  608. <Group>
  609. <GroupName>Doc</GroupName>
  610. <tvExp>0</tvExp>
  611. <tvExpOptDlg>0</tvExpOptDlg>
  612. <cbSel>0</cbSel>
  613. <RteFlg>0</RteFlg>
  614. <File>
  615. <GroupNumber>9</GroupNumber>
  616. <FileNumber>30</FileNumber>
  617. <FileType>5</FileType>
  618. <tvExp>0</tvExp>
  619. <tvExpOptDlg>0</tvExpOptDlg>
  620. <bDave2>0</bDave2>
  621. <PathWithFileName>..\readme.txt</PathWithFileName>
  622. <FilenameWithoutPath>readme.txt</FilenameWithoutPath>
  623. <RteFlg>0</RteFlg>
  624. <bShared>0</bShared>
  625. </File>
  626. </Group>
  627. <Group>
  628. <GroupName>::CMSIS</GroupName>
  629. <tvExp>0</tvExp>
  630. <tvExpOptDlg>0</tvExpOptDlg>
  631. <cbSel>0</cbSel>
  632. <RteFlg>1</RteFlg>
  633. </Group>
  634. </ProjectOpt>