project.uvoptx 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670
  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>project</TargetName>
  21. <ToolsetNumber>0x4</ToolsetNumber>
  22. <ToolsetName>ARM-ADS</ToolsetName>
  23. <TargetOption>
  24. <CLKADS>12000000</CLKADS>
  25. <OPTTT>
  26. <gFlags>1</gFlags>
  27. <BeepAtEnd>1</BeepAtEnd>
  28. <RunSim>0</RunSim>
  29. <RunTarget>1</RunTarget>
  30. <RunAbUc>0</RunAbUc>
  31. </OPTTT>
  32. <OPTHX>
  33. <HexSelection>1</HexSelection>
  34. <FlashByte>65535</FlashByte>
  35. <HexRangeLowAddress>0</HexRangeLowAddress>
  36. <HexRangeHighAddress>0</HexRangeHighAddress>
  37. <HexOffset>0</HexOffset>
  38. </OPTHX>
  39. <OPTLEX>
  40. <PageWidth>79</PageWidth>
  41. <PageLength>66</PageLength>
  42. <TabStop>8</TabStop>
  43. <ListingPath>.\listings\</ListingPath>
  44. </OPTLEX>
  45. <ListingPage>
  46. <CreateCListing>1</CreateCListing>
  47. <CreateAListing>1</CreateAListing>
  48. <CreateLListing>1</CreateLListing>
  49. <CreateIListing>0</CreateIListing>
  50. <AsmCond>1</AsmCond>
  51. <AsmSymb>1</AsmSymb>
  52. <AsmXref>0</AsmXref>
  53. <CCond>1</CCond>
  54. <CCode>0</CCode>
  55. <CListInc>0</CListInc>
  56. <CSymb>0</CSymb>
  57. <LinkerCodeListing>0</LinkerCodeListing>
  58. </ListingPage>
  59. <OPTXL>
  60. <LMap>1</LMap>
  61. <LComments>1</LComments>
  62. <LGenerateSymbols>1</LGenerateSymbols>
  63. <LLibSym>1</LLibSym>
  64. <LLines>1</LLines>
  65. <LLocSym>1</LLocSym>
  66. <LPubSym>1</LPubSym>
  67. <LXref>0</LXref>
  68. <LExpSel>0</LExpSel>
  69. </OPTXL>
  70. <OPTFL>
  71. <tvExp>1</tvExp>
  72. <tvExpOptDlg>0</tvExpOptDlg>
  73. <IsCurrentTarget>1</IsCurrentTarget>
  74. </OPTFL>
  75. <CpuCode>255</CpuCode>
  76. <DebugOpt>
  77. <uSim>0</uSim>
  78. <uTrg>1</uTrg>
  79. <sLdApp>1</sLdApp>
  80. <sGomain>1</sGomain>
  81. <sRbreak>1</sRbreak>
  82. <sRwatch>1</sRwatch>
  83. <sRmem>1</sRmem>
  84. <sRfunc>1</sRfunc>
  85. <sRbox>1</sRbox>
  86. <tLdApp>1</tLdApp>
  87. <tGomain>1</tGomain>
  88. <tRbreak>1</tRbreak>
  89. <tRwatch>1</tRwatch>
  90. <tRmem>1</tRmem>
  91. <tRfunc>0</tRfunc>
  92. <tRbox>1</tRbox>
  93. <tRtrace>1</tRtrace>
  94. <sRSysVw>1</sRSysVw>
  95. <tRSysVw>1</tRSysVw>
  96. <sRunDeb>0</sRunDeb>
  97. <sLrtime>0</sLrtime>
  98. <bEvRecOn>1</bEvRecOn>
  99. <bSchkAxf>0</bSchkAxf>
  100. <bTchkAxf>0</bTchkAxf>
  101. <nTsel>3</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>BIN\CMSIS_AGDI.dll</pMon>
  113. </DebugOpt>
  114. <TargetDriverDllRegistry>
  115. <SetRegEntry>
  116. <Number>0</Number>
  117. <Key>ARMRTXEVENTFLAGS</Key>
  118. <Name>-L70 -Z18 -C0 -M0 -T1</Name>
  119. </SetRegEntry>
  120. <SetRegEntry>
  121. <Number>0</Number>
  122. <Key>DLGTARM</Key>
  123. <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)</Name>
  124. </SetRegEntry>
  125. <SetRegEntry>
  126. <Number>0</Number>
  127. <Key>ARMDBGFLAGS</Key>
  128. <Name></Name>
  129. </SetRegEntry>
  130. <SetRegEntry>
  131. <Number>0</Number>
  132. <Key>DLGUARM</Key>
  133. <Name></Name>
  134. </SetRegEntry>
  135. <SetRegEntry>
  136. <Number>0</Number>
  137. <Key>CMSIS_AGDI</Key>
  138. <Name>-X"Any" -UAny -O206 -S0 -C0 -P00000000 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(0) -TO65554 -TC10000000 -TT10000000 -TP20 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN1 -FF0AT32F413_256.FLM -FS08000000 -FL040000 -FP0($$Device:-AT32F413RCT7$Flash\AT32F413_256.FLM)</Name>
  139. </SetRegEntry>
  140. <SetRegEntry>
  141. <Number>0</Number>
  142. <Key>UL2CM3</Key>
  143. <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0AT32F413_256 -FS08000000 -FL040000 -FP0($$Device:-AT32F413RCT7$Flash\AT32F413_256.FLM))</Name>
  144. </SetRegEntry>
  145. </TargetDriverDllRegistry>
  146. <Breakpoint>
  147. <Bp>
  148. <Number>0</Number>
  149. <Type>0</Type>
  150. <LineNumber>62</LineNumber>
  151. <EnabledFlag>1</EnabledFlag>
  152. <Address>134236108</Address>
  153. <ByteObject>0</ByteObject>
  154. <HtxType>0</HtxType>
  155. <ManyObjects>0</ManyObjects>
  156. <SizeOfObject>0</SizeOfObject>
  157. <BreakByAccess>0</BreakByAccess>
  158. <BreakIfRCount>1</BreakIfRCount>
  159. <Filename>..\src\main.c</Filename>
  160. <ExecCommand></ExecCommand>
  161. <Expression>\\template\../src/main.c\62</Expression>
  162. </Bp>
  163. </Breakpoint>
  164. <Tracepoint>
  165. <THDelay>0</THDelay>
  166. </Tracepoint>
  167. <DebugFlag>
  168. <trace>0</trace>
  169. <periodic>0</periodic>
  170. <aLwin>1</aLwin>
  171. <aCover>0</aCover>
  172. <aSer1>0</aSer1>
  173. <aSer2>0</aSer2>
  174. <aPa>0</aPa>
  175. <viewmode>1</viewmode>
  176. <vrSel>0</vrSel>
  177. <aSym>0</aSym>
  178. <aTbox>0</aTbox>
  179. <AscS1>0</AscS1>
  180. <AscS2>0</AscS2>
  181. <AscS3>0</AscS3>
  182. <aSer3>0</aSer3>
  183. <eProf>0</eProf>
  184. <aLa>0</aLa>
  185. <aPa1>0</aPa1>
  186. <AscS4>0</AscS4>
  187. <aSer4>0</aSer4>
  188. <StkLoc>0</StkLoc>
  189. <TrcWin>0</TrcWin>
  190. <newCpu>0</newCpu>
  191. <uProt>0</uProt>
  192. </DebugFlag>
  193. <LintExecutable></LintExecutable>
  194. <LintConfigFile></LintConfigFile>
  195. <bLintAuto>0</bLintAuto>
  196. <bAutoGenD>0</bAutoGenD>
  197. <LntExFlags>0</LntExFlags>
  198. <pMisraName></pMisraName>
  199. <pszMrule></pszMrule>
  200. <pSingCmds></pSingCmds>
  201. <pMultCmds></pMultCmds>
  202. <pMisraNamep></pMisraNamep>
  203. <pszMrulep></pszMrulep>
  204. <pSingCmdsp></pSingCmdsp>
  205. <pMultCmdsp></pMultCmdsp>
  206. </TargetOption>
  207. </Target>
  208. <Group>
  209. <GroupName>user</GroupName>
  210. <tvExp>0</tvExp>
  211. <tvExpOptDlg>0</tvExpOptDlg>
  212. <cbSel>0</cbSel>
  213. <RteFlg>0</RteFlg>
  214. <File>
  215. <GroupNumber>1</GroupNumber>
  216. <FileNumber>1</FileNumber>
  217. <FileType>1</FileType>
  218. <tvExp>0</tvExp>
  219. <tvExpOptDlg>0</tvExpOptDlg>
  220. <bDave2>0</bDave2>
  221. <PathWithFileName>..\src\at32f413_clock.c</PathWithFileName>
  222. <FilenameWithoutPath>at32f413_clock.c</FilenameWithoutPath>
  223. <RteFlg>0</RteFlg>
  224. <bShared>0</bShared>
  225. </File>
  226. <File>
  227. <GroupNumber>1</GroupNumber>
  228. <FileNumber>2</FileNumber>
  229. <FileType>1</FileType>
  230. <tvExp>0</tvExp>
  231. <tvExpOptDlg>0</tvExpOptDlg>
  232. <bDave2>0</bDave2>
  233. <PathWithFileName>..\src\at32f413_int.c</PathWithFileName>
  234. <FilenameWithoutPath>at32f413_int.c</FilenameWithoutPath>
  235. <RteFlg>0</RteFlg>
  236. <bShared>0</bShared>
  237. </File>
  238. <File>
  239. <GroupNumber>1</GroupNumber>
  240. <FileNumber>3</FileNumber>
  241. <FileType>1</FileType>
  242. <tvExp>0</tvExp>
  243. <tvExpOptDlg>0</tvExpOptDlg>
  244. <bDave2>0</bDave2>
  245. <PathWithFileName>..\src\main.c</PathWithFileName>
  246. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  247. <RteFlg>0</RteFlg>
  248. <bShared>0</bShared>
  249. </File>
  250. </Group>
  251. <Group>
  252. <GroupName>bsp</GroupName>
  253. <tvExp>1</tvExp>
  254. <tvExpOptDlg>0</tvExpOptDlg>
  255. <cbSel>0</cbSel>
  256. <RteFlg>0</RteFlg>
  257. <File>
  258. <GroupNumber>2</GroupNumber>
  259. <FileNumber>4</FileNumber>
  260. <FileType>1</FileType>
  261. <tvExp>0</tvExp>
  262. <tvExpOptDlg>0</tvExpOptDlg>
  263. <bDave2>0</bDave2>
  264. <PathWithFileName>..\at32f413_board\at32f413_board.c</PathWithFileName>
  265. <FilenameWithoutPath>at32f413_board.c</FilenameWithoutPath>
  266. <RteFlg>0</RteFlg>
  267. <bShared>0</bShared>
  268. </File>
  269. </Group>
  270. <Group>
  271. <GroupName>firmware</GroupName>
  272. <tvExp>1</tvExp>
  273. <tvExpOptDlg>0</tvExpOptDlg>
  274. <cbSel>0</cbSel>
  275. <RteFlg>0</RteFlg>
  276. <File>
  277. <GroupNumber>3</GroupNumber>
  278. <FileNumber>5</FileNumber>
  279. <FileType>1</FileType>
  280. <tvExp>0</tvExp>
  281. <tvExpOptDlg>0</tvExpOptDlg>
  282. <bDave2>0</bDave2>
  283. <PathWithFileName>..\libraries\drivers\src\at32f413_acc.c</PathWithFileName>
  284. <FilenameWithoutPath>at32f413_acc.c</FilenameWithoutPath>
  285. <RteFlg>0</RteFlg>
  286. <bShared>0</bShared>
  287. </File>
  288. <File>
  289. <GroupNumber>3</GroupNumber>
  290. <FileNumber>6</FileNumber>
  291. <FileType>1</FileType>
  292. <tvExp>0</tvExp>
  293. <tvExpOptDlg>0</tvExpOptDlg>
  294. <bDave2>0</bDave2>
  295. <PathWithFileName>..\libraries\drivers\src\at32f413_adc.c</PathWithFileName>
  296. <FilenameWithoutPath>at32f413_adc.c</FilenameWithoutPath>
  297. <RteFlg>0</RteFlg>
  298. <bShared>0</bShared>
  299. </File>
  300. <File>
  301. <GroupNumber>3</GroupNumber>
  302. <FileNumber>7</FileNumber>
  303. <FileType>1</FileType>
  304. <tvExp>0</tvExp>
  305. <tvExpOptDlg>0</tvExpOptDlg>
  306. <bDave2>0</bDave2>
  307. <PathWithFileName>..\libraries\drivers\src\at32f413_bpr.c</PathWithFileName>
  308. <FilenameWithoutPath>at32f413_bpr.c</FilenameWithoutPath>
  309. <RteFlg>0</RteFlg>
  310. <bShared>0</bShared>
  311. </File>
  312. <File>
  313. <GroupNumber>3</GroupNumber>
  314. <FileNumber>8</FileNumber>
  315. <FileType>1</FileType>
  316. <tvExp>0</tvExp>
  317. <tvExpOptDlg>0</tvExpOptDlg>
  318. <bDave2>0</bDave2>
  319. <PathWithFileName>..\libraries\drivers\src\at32f413_can.c</PathWithFileName>
  320. <FilenameWithoutPath>at32f413_can.c</FilenameWithoutPath>
  321. <RteFlg>0</RteFlg>
  322. <bShared>0</bShared>
  323. </File>
  324. <File>
  325. <GroupNumber>3</GroupNumber>
  326. <FileNumber>9</FileNumber>
  327. <FileType>1</FileType>
  328. <tvExp>0</tvExp>
  329. <tvExpOptDlg>0</tvExpOptDlg>
  330. <bDave2>0</bDave2>
  331. <PathWithFileName>..\libraries\drivers\src\at32f413_crc.c</PathWithFileName>
  332. <FilenameWithoutPath>at32f413_crc.c</FilenameWithoutPath>
  333. <RteFlg>0</RteFlg>
  334. <bShared>0</bShared>
  335. </File>
  336. <File>
  337. <GroupNumber>3</GroupNumber>
  338. <FileNumber>10</FileNumber>
  339. <FileType>1</FileType>
  340. <tvExp>0</tvExp>
  341. <tvExpOptDlg>0</tvExpOptDlg>
  342. <bDave2>0</bDave2>
  343. <PathWithFileName>..\libraries\drivers\src\at32f413_crm.c</PathWithFileName>
  344. <FilenameWithoutPath>at32f413_crm.c</FilenameWithoutPath>
  345. <RteFlg>0</RteFlg>
  346. <bShared>0</bShared>
  347. </File>
  348. <File>
  349. <GroupNumber>3</GroupNumber>
  350. <FileNumber>11</FileNumber>
  351. <FileType>1</FileType>
  352. <tvExp>0</tvExp>
  353. <tvExpOptDlg>0</tvExpOptDlg>
  354. <bDave2>0</bDave2>
  355. <PathWithFileName>..\libraries\drivers\src\at32f413_debug.c</PathWithFileName>
  356. <FilenameWithoutPath>at32f413_debug.c</FilenameWithoutPath>
  357. <RteFlg>0</RteFlg>
  358. <bShared>0</bShared>
  359. </File>
  360. <File>
  361. <GroupNumber>3</GroupNumber>
  362. <FileNumber>12</FileNumber>
  363. <FileType>1</FileType>
  364. <tvExp>0</tvExp>
  365. <tvExpOptDlg>0</tvExpOptDlg>
  366. <bDave2>0</bDave2>
  367. <PathWithFileName>..\libraries\drivers\src\at32f413_dma.c</PathWithFileName>
  368. <FilenameWithoutPath>at32f413_dma.c</FilenameWithoutPath>
  369. <RteFlg>0</RteFlg>
  370. <bShared>0</bShared>
  371. </File>
  372. <File>
  373. <GroupNumber>3</GroupNumber>
  374. <FileNumber>13</FileNumber>
  375. <FileType>1</FileType>
  376. <tvExp>0</tvExp>
  377. <tvExpOptDlg>0</tvExpOptDlg>
  378. <bDave2>0</bDave2>
  379. <PathWithFileName>..\libraries\drivers\src\at32f413_exint.c</PathWithFileName>
  380. <FilenameWithoutPath>at32f413_exint.c</FilenameWithoutPath>
  381. <RteFlg>0</RteFlg>
  382. <bShared>0</bShared>
  383. </File>
  384. <File>
  385. <GroupNumber>3</GroupNumber>
  386. <FileNumber>14</FileNumber>
  387. <FileType>1</FileType>
  388. <tvExp>0</tvExp>
  389. <tvExpOptDlg>0</tvExpOptDlg>
  390. <bDave2>0</bDave2>
  391. <PathWithFileName>..\libraries\drivers\src\at32f413_flash.c</PathWithFileName>
  392. <FilenameWithoutPath>at32f413_flash.c</FilenameWithoutPath>
  393. <RteFlg>0</RteFlg>
  394. <bShared>0</bShared>
  395. </File>
  396. <File>
  397. <GroupNumber>3</GroupNumber>
  398. <FileNumber>15</FileNumber>
  399. <FileType>1</FileType>
  400. <tvExp>0</tvExp>
  401. <tvExpOptDlg>0</tvExpOptDlg>
  402. <bDave2>0</bDave2>
  403. <PathWithFileName>..\libraries\drivers\src\at32f413_gpio.c</PathWithFileName>
  404. <FilenameWithoutPath>at32f413_gpio.c</FilenameWithoutPath>
  405. <RteFlg>0</RteFlg>
  406. <bShared>0</bShared>
  407. </File>
  408. <File>
  409. <GroupNumber>3</GroupNumber>
  410. <FileNumber>16</FileNumber>
  411. <FileType>1</FileType>
  412. <tvExp>0</tvExp>
  413. <tvExpOptDlg>0</tvExpOptDlg>
  414. <bDave2>0</bDave2>
  415. <PathWithFileName>..\libraries\drivers\src\at32f413_i2c.c</PathWithFileName>
  416. <FilenameWithoutPath>at32f413_i2c.c</FilenameWithoutPath>
  417. <RteFlg>0</RteFlg>
  418. <bShared>0</bShared>
  419. </File>
  420. <File>
  421. <GroupNumber>3</GroupNumber>
  422. <FileNumber>17</FileNumber>
  423. <FileType>1</FileType>
  424. <tvExp>0</tvExp>
  425. <tvExpOptDlg>0</tvExpOptDlg>
  426. <bDave2>0</bDave2>
  427. <PathWithFileName>..\libraries\drivers\src\at32f413_misc.c</PathWithFileName>
  428. <FilenameWithoutPath>at32f413_misc.c</FilenameWithoutPath>
  429. <RteFlg>0</RteFlg>
  430. <bShared>0</bShared>
  431. </File>
  432. <File>
  433. <GroupNumber>3</GroupNumber>
  434. <FileNumber>18</FileNumber>
  435. <FileType>1</FileType>
  436. <tvExp>0</tvExp>
  437. <tvExpOptDlg>0</tvExpOptDlg>
  438. <bDave2>0</bDave2>
  439. <PathWithFileName>..\libraries\drivers\src\at32f413_pwc.c</PathWithFileName>
  440. <FilenameWithoutPath>at32f413_pwc.c</FilenameWithoutPath>
  441. <RteFlg>0</RteFlg>
  442. <bShared>0</bShared>
  443. </File>
  444. <File>
  445. <GroupNumber>3</GroupNumber>
  446. <FileNumber>19</FileNumber>
  447. <FileType>1</FileType>
  448. <tvExp>0</tvExp>
  449. <tvExpOptDlg>0</tvExpOptDlg>
  450. <bDave2>0</bDave2>
  451. <PathWithFileName>..\libraries\drivers\src\at32f413_rtc.c</PathWithFileName>
  452. <FilenameWithoutPath>at32f413_rtc.c</FilenameWithoutPath>
  453. <RteFlg>0</RteFlg>
  454. <bShared>0</bShared>
  455. </File>
  456. <File>
  457. <GroupNumber>3</GroupNumber>
  458. <FileNumber>20</FileNumber>
  459. <FileType>1</FileType>
  460. <tvExp>0</tvExp>
  461. <tvExpOptDlg>0</tvExpOptDlg>
  462. <bDave2>0</bDave2>
  463. <PathWithFileName>..\libraries\drivers\src\at32f413_sdio.c</PathWithFileName>
  464. <FilenameWithoutPath>at32f413_sdio.c</FilenameWithoutPath>
  465. <RteFlg>0</RteFlg>
  466. <bShared>0</bShared>
  467. </File>
  468. <File>
  469. <GroupNumber>3</GroupNumber>
  470. <FileNumber>21</FileNumber>
  471. <FileType>1</FileType>
  472. <tvExp>0</tvExp>
  473. <tvExpOptDlg>0</tvExpOptDlg>
  474. <bDave2>0</bDave2>
  475. <PathWithFileName>..\libraries\drivers\src\at32f413_spi.c</PathWithFileName>
  476. <FilenameWithoutPath>at32f413_spi.c</FilenameWithoutPath>
  477. <RteFlg>0</RteFlg>
  478. <bShared>0</bShared>
  479. </File>
  480. <File>
  481. <GroupNumber>3</GroupNumber>
  482. <FileNumber>22</FileNumber>
  483. <FileType>1</FileType>
  484. <tvExp>0</tvExp>
  485. <tvExpOptDlg>0</tvExpOptDlg>
  486. <bDave2>0</bDave2>
  487. <PathWithFileName>..\libraries\drivers\src\at32f413_tmr.c</PathWithFileName>
  488. <FilenameWithoutPath>at32f413_tmr.c</FilenameWithoutPath>
  489. <RteFlg>0</RteFlg>
  490. <bShared>0</bShared>
  491. </File>
  492. <File>
  493. <GroupNumber>3</GroupNumber>
  494. <FileNumber>23</FileNumber>
  495. <FileType>1</FileType>
  496. <tvExp>0</tvExp>
  497. <tvExpOptDlg>0</tvExpOptDlg>
  498. <bDave2>0</bDave2>
  499. <PathWithFileName>..\libraries\drivers\src\at32f413_usart.c</PathWithFileName>
  500. <FilenameWithoutPath>at32f413_usart.c</FilenameWithoutPath>
  501. <RteFlg>0</RteFlg>
  502. <bShared>0</bShared>
  503. </File>
  504. <File>
  505. <GroupNumber>3</GroupNumber>
  506. <FileNumber>24</FileNumber>
  507. <FileType>1</FileType>
  508. <tvExp>0</tvExp>
  509. <tvExpOptDlg>0</tvExpOptDlg>
  510. <bDave2>0</bDave2>
  511. <PathWithFileName>..\libraries\drivers\src\at32f413_usb.c</PathWithFileName>
  512. <FilenameWithoutPath>at32f413_usb.c</FilenameWithoutPath>
  513. <RteFlg>0</RteFlg>
  514. <bShared>0</bShared>
  515. </File>
  516. <File>
  517. <GroupNumber>3</GroupNumber>
  518. <FileNumber>25</FileNumber>
  519. <FileType>1</FileType>
  520. <tvExp>0</tvExp>
  521. <tvExpOptDlg>0</tvExpOptDlg>
  522. <bDave2>0</bDave2>
  523. <PathWithFileName>..\libraries\drivers\src\at32f413_wdt.c</PathWithFileName>
  524. <FilenameWithoutPath>at32f413_wdt.c</FilenameWithoutPath>
  525. <RteFlg>0</RteFlg>
  526. <bShared>0</bShared>
  527. </File>
  528. <File>
  529. <GroupNumber>3</GroupNumber>
  530. <FileNumber>26</FileNumber>
  531. <FileType>1</FileType>
  532. <tvExp>0</tvExp>
  533. <tvExpOptDlg>0</tvExpOptDlg>
  534. <bDave2>0</bDave2>
  535. <PathWithFileName>..\libraries\drivers\src\at32f413_wwdt.c</PathWithFileName>
  536. <FilenameWithoutPath>at32f413_wwdt.c</FilenameWithoutPath>
  537. <RteFlg>0</RteFlg>
  538. <bShared>0</bShared>
  539. </File>
  540. </Group>
  541. <Group>
  542. <GroupName>cmsis</GroupName>
  543. <tvExp>0</tvExp>
  544. <tvExpOptDlg>0</tvExpOptDlg>
  545. <cbSel>0</cbSel>
  546. <RteFlg>0</RteFlg>
  547. <File>
  548. <GroupNumber>4</GroupNumber>
  549. <FileNumber>27</FileNumber>
  550. <FileType>1</FileType>
  551. <tvExp>0</tvExp>
  552. <tvExpOptDlg>0</tvExpOptDlg>
  553. <bDave2>0</bDave2>
  554. <PathWithFileName>..\libraries\cmsis\cm4\device_support\system_at32f413.c</PathWithFileName>
  555. <FilenameWithoutPath>system_at32f413.c</FilenameWithoutPath>
  556. <RteFlg>0</RteFlg>
  557. <bShared>0</bShared>
  558. </File>
  559. <File>
  560. <GroupNumber>4</GroupNumber>
  561. <FileNumber>28</FileNumber>
  562. <FileType>2</FileType>
  563. <tvExp>0</tvExp>
  564. <tvExpOptDlg>0</tvExpOptDlg>
  565. <bDave2>0</bDave2>
  566. <PathWithFileName>..\libraries\cmsis\cm4\device_support\startup\mdk\startup_at32f413.s</PathWithFileName>
  567. <FilenameWithoutPath>startup_at32f413.s</FilenameWithoutPath>
  568. <RteFlg>0</RteFlg>
  569. <bShared>0</bShared>
  570. </File>
  571. </Group>
  572. <Group>
  573. <GroupName>readme</GroupName>
  574. <tvExp>0</tvExp>
  575. <tvExpOptDlg>0</tvExpOptDlg>
  576. <cbSel>0</cbSel>
  577. <RteFlg>0</RteFlg>
  578. <File>
  579. <GroupNumber>5</GroupNumber>
  580. <FileNumber>29</FileNumber>
  581. <FileType>5</FileType>
  582. <tvExp>0</tvExp>
  583. <tvExpOptDlg>0</tvExpOptDlg>
  584. <bDave2>0</bDave2>
  585. <PathWithFileName>..\readme.txt</PathWithFileName>
  586. <FilenameWithoutPath>readme.txt</FilenameWithoutPath>
  587. <RteFlg>0</RteFlg>
  588. <bShared>0</bShared>
  589. </File>
  590. </Group>
  591. <Group>
  592. <GroupName>radio</GroupName>
  593. <tvExp>0</tvExp>
  594. <tvExpOptDlg>0</tvExpOptDlg>
  595. <cbSel>0</cbSel>
  596. <RteFlg>0</RteFlg>
  597. <File>
  598. <GroupNumber>6</GroupNumber>
  599. <FileNumber>30</FileNumber>
  600. <FileType>1</FileType>
  601. <tvExp>0</tvExp>
  602. <tvExpOptDlg>0</tvExpOptDlg>
  603. <bDave2>0</bDave2>
  604. <PathWithFileName>..\radio\myRadio.c</PathWithFileName>
  605. <FilenameWithoutPath>myRadio.c</FilenameWithoutPath>
  606. <RteFlg>0</RteFlg>
  607. <bShared>0</bShared>
  608. </File>
  609. <File>
  610. <GroupNumber>6</GroupNumber>
  611. <FileNumber>31</FileNumber>
  612. <FileType>1</FileType>
  613. <tvExp>0</tvExp>
  614. <tvExpOptDlg>0</tvExpOptDlg>
  615. <bDave2>0</bDave2>
  616. <PathWithFileName>..\radio\myRadio_gpio.c</PathWithFileName>
  617. <FilenameWithoutPath>myRadio_gpio.c</FilenameWithoutPath>
  618. <RteFlg>0</RteFlg>
  619. <bShared>0</bShared>
  620. </File>
  621. <File>
  622. <GroupNumber>6</GroupNumber>
  623. <FileNumber>32</FileNumber>
  624. <FileType>1</FileType>
  625. <tvExp>0</tvExp>
  626. <tvExpOptDlg>0</tvExpOptDlg>
  627. <bDave2>0</bDave2>
  628. <PathWithFileName>..\radio\pan3029.c</PathWithFileName>
  629. <FilenameWithoutPath>pan3029.c</FilenameWithoutPath>
  630. <RteFlg>0</RteFlg>
  631. <bShared>0</bShared>
  632. </File>
  633. <File>
  634. <GroupNumber>6</GroupNumber>
  635. <FileNumber>33</FileNumber>
  636. <FileType>1</FileType>
  637. <tvExp>0</tvExp>
  638. <tvExpOptDlg>0</tvExpOptDlg>
  639. <bDave2>0</bDave2>
  640. <PathWithFileName>..\radio\pan3029_port.c</PathWithFileName>
  641. <FilenameWithoutPath>pan3029_port.c</FilenameWithoutPath>
  642. <RteFlg>0</RteFlg>
  643. <bShared>0</bShared>
  644. </File>
  645. <File>
  646. <GroupNumber>6</GroupNumber>
  647. <FileNumber>34</FileNumber>
  648. <FileType>1</FileType>
  649. <tvExp>0</tvExp>
  650. <tvExpOptDlg>0</tvExpOptDlg>
  651. <bDave2>0</bDave2>
  652. <PathWithFileName>..\radio\radio.c</PathWithFileName>
  653. <FilenameWithoutPath>radio.c</FilenameWithoutPath>
  654. <RteFlg>0</RteFlg>
  655. <bShared>0</bShared>
  656. </File>
  657. </Group>
  658. </ProjectOpt>