project.uvoptx 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875
  1. <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
  2. <ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd">
  3. <SchemaVersion>1.0</SchemaVersion>
  4. <Header>### uVision Project, (C) Keil Software</Header>
  5. <Extensions>
  6. <cExt>*.c</cExt>
  7. <aExt>*.s*; *.src; *.a*</aExt>
  8. <oExt>*.obj; *.o</oExt>
  9. <lExt>*.lib</lExt>
  10. <tExt>*.txt; *.h; *.inc; *.md</tExt>
  11. <pExt>*.plm</pExt>
  12. <CppX>*.cpp</CppX>
  13. <nMigrate>0</nMigrate>
  14. </Extensions>
  15. <DaveTm>
  16. <dwLowDateTime>0</dwLowDateTime>
  17. <dwHighDateTime>0</dwHighDateTime>
  18. </DaveTm>
  19. <Target>
  20. <TargetName>rt-thread</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>.\build\keil\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>0</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>UL2CM3</Key>
  118. <Name>UL2CM3(-S0 -C0 -P0 ) -FN1 -FC1000 -FD20000000 -FF0APM32F10x_128 -FL020000 -FS08000000 -FP0($$Device:APM32F103VB$Flash\APM32F10x_128.FLM)</Name>
  119. </SetRegEntry>
  120. <SetRegEntry>
  121. <Number>0</Number>
  122. <Key>JL2CM3</Key>
  123. <Name>-U150710805 -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 -FF0APM32F10x_128 -FS08000000 -FL020000 -FP0($$Device:APM32F103VB$Flash\APM32F10x_128.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. <DebugDescription>
  170. <Enable>1</Enable>
  171. <EnableFlashSeq>1</EnableFlashSeq>
  172. <EnableLog>0</EnableLog>
  173. <Protocol>2</Protocol>
  174. <DbgClock>10000000</DbgClock>
  175. </DebugDescription>
  176. </TargetOption>
  177. </Target>
  178. <Group>
  179. <GroupName>Source Group 1</GroupName>
  180. <tvExp>0</tvExp>
  181. <tvExpOptDlg>0</tvExpOptDlg>
  182. <cbSel>0</cbSel>
  183. <RteFlg>0</RteFlg>
  184. <<<<<<< Updated upstream
  185. =======
  186. <File>
  187. <GroupNumber>1</GroupNumber>
  188. <FileNumber>1</FileNumber>
  189. <FileType>1</FileType>
  190. <tvExp>0</tvExp>
  191. <tvExpOptDlg>0</tvExpOptDlg>
  192. <bDave2>0</bDave2>
  193. <PathWithFileName>applications\main.c</PathWithFileName>
  194. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  195. <RteFlg>0</RteFlg>
  196. <bShared>0</bShared>
  197. </File>
  198. </Group>
  199. <Group>
  200. <GroupName>Compiler</GroupName>
  201. <tvExp>0</tvExp>
  202. <tvExpOptDlg>0</tvExpOptDlg>
  203. <cbSel>0</cbSel>
  204. <RteFlg>0</RteFlg>
  205. <File>
  206. <GroupNumber>2</GroupNumber>
  207. <FileNumber>2</FileNumber>
  208. <FileType>1</FileType>
  209. <tvExp>0</tvExp>
  210. <tvExpOptDlg>0</tvExpOptDlg>
  211. <bDave2>0</bDave2>
  212. <PathWithFileName>..\..\..\components\libc\compilers\armlibc\syscall_mem.c</PathWithFileName>
  213. <FilenameWithoutPath>syscall_mem.c</FilenameWithoutPath>
  214. <RteFlg>0</RteFlg>
  215. <bShared>0</bShared>
  216. </File>
  217. <File>
  218. <GroupNumber>2</GroupNumber>
  219. <FileNumber>3</FileNumber>
  220. <FileType>1</FileType>
  221. <tvExp>0</tvExp>
  222. <tvExpOptDlg>0</tvExpOptDlg>
  223. <bDave2>0</bDave2>
  224. <PathWithFileName>..\..\..\components\libc\compilers\armlibc\syscalls.c</PathWithFileName>
  225. <FilenameWithoutPath>syscalls.c</FilenameWithoutPath>
  226. <RteFlg>0</RteFlg>
  227. <bShared>0</bShared>
  228. </File>
  229. <File>
  230. <GroupNumber>2</GroupNumber>
  231. <FileNumber>4</FileNumber>
  232. <FileType>1</FileType>
  233. <tvExp>0</tvExp>
  234. <tvExpOptDlg>0</tvExpOptDlg>
  235. <bDave2>0</bDave2>
  236. <PathWithFileName>..\..\..\components\libc\compilers\common\cctype.c</PathWithFileName>
  237. <FilenameWithoutPath>cctype.c</FilenameWithoutPath>
  238. <RteFlg>0</RteFlg>
  239. <bShared>0</bShared>
  240. </File>
  241. <File>
  242. <GroupNumber>2</GroupNumber>
  243. <FileNumber>5</FileNumber>
  244. <FileType>1</FileType>
  245. <tvExp>0</tvExp>
  246. <tvExpOptDlg>0</tvExpOptDlg>
  247. <bDave2>0</bDave2>
  248. <PathWithFileName>..\..\..\components\libc\compilers\common\cstdio.c</PathWithFileName>
  249. <FilenameWithoutPath>cstdio.c</FilenameWithoutPath>
  250. <RteFlg>0</RteFlg>
  251. <bShared>0</bShared>
  252. </File>
  253. <File>
  254. <GroupNumber>2</GroupNumber>
  255. <FileNumber>6</FileNumber>
  256. <FileType>1</FileType>
  257. <tvExp>0</tvExp>
  258. <tvExpOptDlg>0</tvExpOptDlg>
  259. <bDave2>0</bDave2>
  260. <PathWithFileName>..\..\..\components\libc\compilers\common\cstdlib.c</PathWithFileName>
  261. <FilenameWithoutPath>cstdlib.c</FilenameWithoutPath>
  262. <RteFlg>0</RteFlg>
  263. <bShared>0</bShared>
  264. </File>
  265. <File>
  266. <GroupNumber>2</GroupNumber>
  267. <FileNumber>7</FileNumber>
  268. <FileType>1</FileType>
  269. <tvExp>0</tvExp>
  270. <tvExpOptDlg>0</tvExpOptDlg>
  271. <bDave2>0</bDave2>
  272. <PathWithFileName>..\..\..\components\libc\compilers\common\cstring.c</PathWithFileName>
  273. <FilenameWithoutPath>cstring.c</FilenameWithoutPath>
  274. <RteFlg>0</RteFlg>
  275. <bShared>0</bShared>
  276. </File>
  277. <File>
  278. <GroupNumber>2</GroupNumber>
  279. <FileNumber>8</FileNumber>
  280. <FileType>1</FileType>
  281. <tvExp>0</tvExp>
  282. <tvExpOptDlg>0</tvExpOptDlg>
  283. <bDave2>0</bDave2>
  284. <PathWithFileName>..\..\..\components\libc\compilers\common\ctime.c</PathWithFileName>
  285. <FilenameWithoutPath>ctime.c</FilenameWithoutPath>
  286. <RteFlg>0</RteFlg>
  287. <bShared>0</bShared>
  288. </File>
  289. <File>
  290. <GroupNumber>2</GroupNumber>
  291. <FileNumber>9</FileNumber>
  292. <FileType>1</FileType>
  293. <tvExp>0</tvExp>
  294. <tvExpOptDlg>0</tvExpOptDlg>
  295. <bDave2>0</bDave2>
  296. <PathWithFileName>..\..\..\components\libc\compilers\common\cwchar.c</PathWithFileName>
  297. <FilenameWithoutPath>cwchar.c</FilenameWithoutPath>
  298. <RteFlg>0</RteFlg>
  299. <bShared>0</bShared>
  300. </File>
  301. </Group>
  302. <Group>
  303. <GroupName>CPU</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>10</FileNumber>
  311. <FileType>1</FileType>
  312. <tvExp>0</tvExp>
  313. <tvExpOptDlg>0</tvExpOptDlg>
  314. <bDave2>0</bDave2>
  315. <PathWithFileName>..\..\..\libcpu\arm\common\atomic_arm.c</PathWithFileName>
  316. <FilenameWithoutPath>atomic_arm.c</FilenameWithoutPath>
  317. <RteFlg>0</RteFlg>
  318. <bShared>0</bShared>
  319. </File>
  320. <File>
  321. <GroupNumber>3</GroupNumber>
  322. <FileNumber>11</FileNumber>
  323. <FileType>1</FileType>
  324. <tvExp>0</tvExp>
  325. <tvExpOptDlg>0</tvExpOptDlg>
  326. <bDave2>0</bDave2>
  327. <PathWithFileName>..\..\..\libcpu\arm\common\div0.c</PathWithFileName>
  328. <FilenameWithoutPath>div0.c</FilenameWithoutPath>
  329. <RteFlg>0</RteFlg>
  330. <bShared>0</bShared>
  331. </File>
  332. <File>
  333. <GroupNumber>3</GroupNumber>
  334. <FileNumber>12</FileNumber>
  335. <FileType>1</FileType>
  336. <tvExp>0</tvExp>
  337. <tvExpOptDlg>0</tvExpOptDlg>
  338. <bDave2>0</bDave2>
  339. <PathWithFileName>..\..\..\libcpu\arm\common\showmem.c</PathWithFileName>
  340. <FilenameWithoutPath>showmem.c</FilenameWithoutPath>
  341. <RteFlg>0</RteFlg>
  342. <bShared>0</bShared>
  343. </File>
  344. <File>
  345. <GroupNumber>3</GroupNumber>
  346. <FileNumber>13</FileNumber>
  347. <FileType>2</FileType>
  348. <tvExp>0</tvExp>
  349. <tvExpOptDlg>0</tvExpOptDlg>
  350. <bDave2>0</bDave2>
  351. <PathWithFileName>..\..\..\libcpu\arm\cortex-m3\context_rvds.S</PathWithFileName>
  352. <FilenameWithoutPath>context_rvds.S</FilenameWithoutPath>
  353. <RteFlg>0</RteFlg>
  354. <bShared>0</bShared>
  355. </File>
  356. <File>
  357. <GroupNumber>3</GroupNumber>
  358. <FileNumber>14</FileNumber>
  359. <FileType>1</FileType>
  360. <tvExp>0</tvExp>
  361. <tvExpOptDlg>0</tvExpOptDlg>
  362. <bDave2>0</bDave2>
  363. <PathWithFileName>..\..\..\libcpu\arm\cortex-m3\cpuport.c</PathWithFileName>
  364. <FilenameWithoutPath>cpuport.c</FilenameWithoutPath>
  365. <RteFlg>0</RteFlg>
  366. <bShared>0</bShared>
  367. </File>
  368. </Group>
  369. <Group>
  370. <GroupName>DeviceDrivers</GroupName>
  371. <tvExp>0</tvExp>
  372. <tvExpOptDlg>0</tvExpOptDlg>
  373. <cbSel>0</cbSel>
  374. <RteFlg>0</RteFlg>
  375. <File>
  376. <GroupNumber>4</GroupNumber>
  377. <FileNumber>15</FileNumber>
  378. <FileType>1</FileType>
  379. <tvExp>0</tvExp>
  380. <tvExpOptDlg>0</tvExpOptDlg>
  381. <bDave2>0</bDave2>
  382. <PathWithFileName>..\..\..\components\drivers\ipc\completion.c</PathWithFileName>
  383. <FilenameWithoutPath>completion.c</FilenameWithoutPath>
  384. <RteFlg>0</RteFlg>
  385. <bShared>0</bShared>
  386. </File>
  387. <File>
  388. <GroupNumber>4</GroupNumber>
  389. <FileNumber>16</FileNumber>
  390. <FileType>1</FileType>
  391. <tvExp>0</tvExp>
  392. <tvExpOptDlg>0</tvExpOptDlg>
  393. <bDave2>0</bDave2>
  394. <PathWithFileName>..\..\..\components\drivers\ipc\dataqueue.c</PathWithFileName>
  395. <FilenameWithoutPath>dataqueue.c</FilenameWithoutPath>
  396. <RteFlg>0</RteFlg>
  397. <bShared>0</bShared>
  398. </File>
  399. <File>
  400. <GroupNumber>4</GroupNumber>
  401. <FileNumber>17</FileNumber>
  402. <FileType>1</FileType>
  403. <tvExp>0</tvExp>
  404. <tvExpOptDlg>0</tvExpOptDlg>
  405. <bDave2>0</bDave2>
  406. <PathWithFileName>..\..\..\components\drivers\ipc\pipe.c</PathWithFileName>
  407. <FilenameWithoutPath>pipe.c</FilenameWithoutPath>
  408. <RteFlg>0</RteFlg>
  409. <bShared>0</bShared>
  410. </File>
  411. <File>
  412. <GroupNumber>4</GroupNumber>
  413. <FileNumber>18</FileNumber>
  414. <FileType>1</FileType>
  415. <tvExp>0</tvExp>
  416. <tvExpOptDlg>0</tvExpOptDlg>
  417. <bDave2>0</bDave2>
  418. <PathWithFileName>..\..\..\components\drivers\ipc\ringblk_buf.c</PathWithFileName>
  419. <FilenameWithoutPath>ringblk_buf.c</FilenameWithoutPath>
  420. <RteFlg>0</RteFlg>
  421. <bShared>0</bShared>
  422. </File>
  423. <File>
  424. <GroupNumber>4</GroupNumber>
  425. <FileNumber>19</FileNumber>
  426. <FileType>1</FileType>
  427. <tvExp>0</tvExp>
  428. <tvExpOptDlg>0</tvExpOptDlg>
  429. <bDave2>0</bDave2>
  430. <PathWithFileName>..\..\..\components\drivers\ipc\ringbuffer.c</PathWithFileName>
  431. <FilenameWithoutPath>ringbuffer.c</FilenameWithoutPath>
  432. <RteFlg>0</RteFlg>
  433. <bShared>0</bShared>
  434. </File>
  435. <File>
  436. <GroupNumber>4</GroupNumber>
  437. <FileNumber>20</FileNumber>
  438. <FileType>1</FileType>
  439. <tvExp>0</tvExp>
  440. <tvExpOptDlg>0</tvExpOptDlg>
  441. <bDave2>0</bDave2>
  442. <PathWithFileName>..\..\..\components\drivers\ipc\waitqueue.c</PathWithFileName>
  443. <FilenameWithoutPath>waitqueue.c</FilenameWithoutPath>
  444. <RteFlg>0</RteFlg>
  445. <bShared>0</bShared>
  446. </File>
  447. <File>
  448. <GroupNumber>4</GroupNumber>
  449. <FileNumber>21</FileNumber>
  450. <FileType>1</FileType>
  451. <tvExp>0</tvExp>
  452. <tvExpOptDlg>0</tvExpOptDlg>
  453. <bDave2>0</bDave2>
  454. <PathWithFileName>..\..\..\components\drivers\ipc\workqueue.c</PathWithFileName>
  455. <FilenameWithoutPath>workqueue.c</FilenameWithoutPath>
  456. <RteFlg>0</RteFlg>
  457. <bShared>0</bShared>
  458. </File>
  459. <File>
  460. <GroupNumber>4</GroupNumber>
  461. <FileNumber>22</FileNumber>
  462. <FileType>1</FileType>
  463. <tvExp>0</tvExp>
  464. <tvExpOptDlg>0</tvExpOptDlg>
  465. <bDave2>0</bDave2>
  466. <PathWithFileName>..\..\..\components\drivers\misc\pin.c</PathWithFileName>
  467. <FilenameWithoutPath>pin.c</FilenameWithoutPath>
  468. <RteFlg>0</RteFlg>
  469. <bShared>0</bShared>
  470. </File>
  471. <File>
  472. <GroupNumber>4</GroupNumber>
  473. <FileNumber>23</FileNumber>
  474. <FileType>1</FileType>
  475. <tvExp>0</tvExp>
  476. <tvExpOptDlg>0</tvExpOptDlg>
  477. <bDave2>0</bDave2>
  478. <PathWithFileName>..\..\..\components\drivers\serial\serial.c</PathWithFileName>
  479. <FilenameWithoutPath>serial.c</FilenameWithoutPath>
  480. <RteFlg>0</RteFlg>
  481. <bShared>0</bShared>
  482. </File>
  483. </Group>
  484. <Group>
  485. <GroupName>Drivers</GroupName>
  486. <tvExp>0</tvExp>
  487. <tvExpOptDlg>0</tvExpOptDlg>
  488. <cbSel>0</cbSel>
  489. <RteFlg>0</RteFlg>
  490. <File>
  491. <GroupNumber>5</GroupNumber>
  492. <FileNumber>24</FileNumber>
  493. <FileType>1</FileType>
  494. <tvExp>0</tvExp>
  495. <tvExpOptDlg>0</tvExpOptDlg>
  496. <bDave2>0</bDave2>
  497. <PathWithFileName>board\board.c</PathWithFileName>
  498. <FilenameWithoutPath>board.c</FilenameWithoutPath>
  499. <RteFlg>0</RteFlg>
  500. <bShared>0</bShared>
  501. </File>
  502. <File>
  503. <GroupNumber>5</GroupNumber>
  504. <FileNumber>25</FileNumber>
  505. <FileType>2</FileType>
  506. <tvExp>0</tvExp>
  507. <tvExpOptDlg>0</tvExpOptDlg>
  508. <bDave2>0</bDave2>
  509. <PathWithFileName>..\libraries\APM32F10x_Library\Device\Geehy\APM32F10x\Source\arm\startup_apm32f10x_hd.s</PathWithFileName>
  510. <FilenameWithoutPath>startup_apm32f10x_hd.s</FilenameWithoutPath>
  511. <RteFlg>0</RteFlg>
  512. <bShared>0</bShared>
  513. </File>
  514. <File>
  515. <GroupNumber>5</GroupNumber>
  516. <FileNumber>26</FileNumber>
  517. <FileType>1</FileType>
  518. <tvExp>0</tvExp>
  519. <tvExpOptDlg>0</tvExpOptDlg>
  520. <bDave2>0</bDave2>
  521. <PathWithFileName>..\libraries\Drivers\drv_common.c</PathWithFileName>
  522. <FilenameWithoutPath>drv_common.c</FilenameWithoutPath>
  523. <RteFlg>0</RteFlg>
  524. <bShared>0</bShared>
  525. </File>
  526. <File>
  527. <GroupNumber>5</GroupNumber>
  528. <FileNumber>27</FileNumber>
  529. <FileType>1</FileType>
  530. <tvExp>0</tvExp>
  531. <tvExpOptDlg>0</tvExpOptDlg>
  532. <bDave2>0</bDave2>
  533. <PathWithFileName>..\libraries\Drivers\drv_gpio.c</PathWithFileName>
  534. <FilenameWithoutPath>drv_gpio.c</FilenameWithoutPath>
  535. <RteFlg>0</RteFlg>
  536. <bShared>0</bShared>
  537. </File>
  538. <File>
  539. <GroupNumber>5</GroupNumber>
  540. <FileNumber>28</FileNumber>
  541. <FileType>1</FileType>
  542. <tvExp>0</tvExp>
  543. <tvExpOptDlg>0</tvExpOptDlg>
  544. <bDave2>0</bDave2>
  545. <PathWithFileName>..\libraries\Drivers\drv_usart.c</PathWithFileName>
  546. <FilenameWithoutPath>drv_usart.c</FilenameWithoutPath>
  547. <RteFlg>0</RteFlg>
  548. <bShared>0</bShared>
  549. </File>
  550. </Group>
  551. <Group>
  552. <GroupName>Finsh</GroupName>
  553. <tvExp>0</tvExp>
  554. <tvExpOptDlg>0</tvExpOptDlg>
  555. <cbSel>0</cbSel>
  556. <RteFlg>0</RteFlg>
  557. <File>
  558. <GroupNumber>6</GroupNumber>
  559. <FileNumber>29</FileNumber>
  560. <FileType>1</FileType>
  561. <tvExp>0</tvExp>
  562. <tvExpOptDlg>0</tvExpOptDlg>
  563. <bDave2>0</bDave2>
  564. <PathWithFileName>..\..\..\components\finsh\shell.c</PathWithFileName>
  565. <FilenameWithoutPath>shell.c</FilenameWithoutPath>
  566. <RteFlg>0</RteFlg>
  567. <bShared>0</bShared>
  568. </File>
  569. <File>
  570. <GroupNumber>6</GroupNumber>
  571. <FileNumber>30</FileNumber>
  572. <FileType>1</FileType>
  573. <tvExp>0</tvExp>
  574. <tvExpOptDlg>0</tvExpOptDlg>
  575. <bDave2>0</bDave2>
  576. <PathWithFileName>..\..\..\components\finsh\msh.c</PathWithFileName>
  577. <FilenameWithoutPath>msh.c</FilenameWithoutPath>
  578. <RteFlg>0</RteFlg>
  579. <bShared>0</bShared>
  580. </File>
  581. <File>
  582. <GroupNumber>6</GroupNumber>
  583. <FileNumber>31</FileNumber>
  584. <FileType>1</FileType>
  585. <tvExp>0</tvExp>
  586. <tvExpOptDlg>0</tvExpOptDlg>
  587. <bDave2>0</bDave2>
  588. <PathWithFileName>..\..\..\components\finsh\msh_parse.c</PathWithFileName>
  589. <FilenameWithoutPath>msh_parse.c</FilenameWithoutPath>
  590. <RteFlg>0</RteFlg>
  591. <bShared>0</bShared>
  592. </File>
  593. <File>
  594. <GroupNumber>6</GroupNumber>
  595. <FileNumber>32</FileNumber>
  596. <FileType>1</FileType>
  597. <tvExp>0</tvExp>
  598. <tvExpOptDlg>0</tvExpOptDlg>
  599. <bDave2>0</bDave2>
  600. <PathWithFileName>..\..\..\components\finsh\cmd.c</PathWithFileName>
  601. <FilenameWithoutPath>cmd.c</FilenameWithoutPath>
  602. <RteFlg>0</RteFlg>
  603. <bShared>0</bShared>
  604. </File>
  605. </Group>
  606. <Group>
  607. <GroupName>Kernel</GroupName>
  608. <tvExp>0</tvExp>
  609. <tvExpOptDlg>0</tvExpOptDlg>
  610. <cbSel>0</cbSel>
  611. <RteFlg>0</RteFlg>
  612. <File>
  613. <GroupNumber>7</GroupNumber>
  614. <FileNumber>33</FileNumber>
  615. <FileType>1</FileType>
  616. <tvExp>0</tvExp>
  617. <tvExpOptDlg>0</tvExpOptDlg>
  618. <bDave2>0</bDave2>
  619. <PathWithFileName>..\..\..\src\clock.c</PathWithFileName>
  620. <FilenameWithoutPath>clock.c</FilenameWithoutPath>
  621. <RteFlg>0</RteFlg>
  622. <bShared>0</bShared>
  623. </File>
  624. <File>
  625. <GroupNumber>7</GroupNumber>
  626. <FileNumber>34</FileNumber>
  627. <FileType>1</FileType>
  628. <tvExp>0</tvExp>
  629. <tvExpOptDlg>0</tvExpOptDlg>
  630. <bDave2>0</bDave2>
  631. <PathWithFileName>..\..\..\src\components.c</PathWithFileName>
  632. <FilenameWithoutPath>components.c</FilenameWithoutPath>
  633. <RteFlg>0</RteFlg>
  634. <bShared>0</bShared>
  635. </File>
  636. <File>
  637. <GroupNumber>7</GroupNumber>
  638. <FileNumber>35</FileNumber>
  639. <FileType>1</FileType>
  640. <tvExp>0</tvExp>
  641. <tvExpOptDlg>0</tvExpOptDlg>
  642. <bDave2>0</bDave2>
  643. <PathWithFileName>..\..\..\src\device.c</PathWithFileName>
  644. <FilenameWithoutPath>device.c</FilenameWithoutPath>
  645. <RteFlg>0</RteFlg>
  646. <bShared>0</bShared>
  647. </File>
  648. <File>
  649. <GroupNumber>7</GroupNumber>
  650. <FileNumber>36</FileNumber>
  651. <FileType>1</FileType>
  652. <tvExp>0</tvExp>
  653. <tvExpOptDlg>0</tvExpOptDlg>
  654. <bDave2>0</bDave2>
  655. <PathWithFileName>..\..\..\src\idle.c</PathWithFileName>
  656. <FilenameWithoutPath>idle.c</FilenameWithoutPath>
  657. <RteFlg>0</RteFlg>
  658. <bShared>0</bShared>
  659. </File>
  660. <File>
  661. <GroupNumber>7</GroupNumber>
  662. <FileNumber>37</FileNumber>
  663. <FileType>1</FileType>
  664. <tvExp>0</tvExp>
  665. <tvExpOptDlg>0</tvExpOptDlg>
  666. <bDave2>0</bDave2>
  667. <PathWithFileName>..\..\..\src\ipc.c</PathWithFileName>
  668. <FilenameWithoutPath>ipc.c</FilenameWithoutPath>
  669. <RteFlg>0</RteFlg>
  670. <bShared>0</bShared>
  671. </File>
  672. <File>
  673. <GroupNumber>7</GroupNumber>
  674. <FileNumber>38</FileNumber>
  675. <FileType>1</FileType>
  676. <tvExp>0</tvExp>
  677. <tvExpOptDlg>0</tvExpOptDlg>
  678. <bDave2>0</bDave2>
  679. <PathWithFileName>..\..\..\src\irq.c</PathWithFileName>
  680. <FilenameWithoutPath>irq.c</FilenameWithoutPath>
  681. <RteFlg>0</RteFlg>
  682. <bShared>0</bShared>
  683. </File>
  684. <File>
  685. <GroupNumber>7</GroupNumber>
  686. <FileNumber>39</FileNumber>
  687. <FileType>1</FileType>
  688. <tvExp>0</tvExp>
  689. <tvExpOptDlg>0</tvExpOptDlg>
  690. <bDave2>0</bDave2>
  691. <PathWithFileName>..\..\..\src\kservice.c</PathWithFileName>
  692. <FilenameWithoutPath>kservice.c</FilenameWithoutPath>
  693. <RteFlg>0</RteFlg>
  694. <bShared>0</bShared>
  695. </File>
  696. <File>
  697. <GroupNumber>7</GroupNumber>
  698. <FileNumber>40</FileNumber>
  699. <FileType>1</FileType>
  700. <tvExp>0</tvExp>
  701. <tvExpOptDlg>0</tvExpOptDlg>
  702. <bDave2>0</bDave2>
  703. <PathWithFileName>..\..\..\src\mem.c</PathWithFileName>
  704. <FilenameWithoutPath>mem.c</FilenameWithoutPath>
  705. <RteFlg>0</RteFlg>
  706. <bShared>0</bShared>
  707. </File>
  708. <File>
  709. <GroupNumber>7</GroupNumber>
  710. <FileNumber>41</FileNumber>
  711. <FileType>1</FileType>
  712. <tvExp>0</tvExp>
  713. <tvExpOptDlg>0</tvExpOptDlg>
  714. <bDave2>0</bDave2>
  715. <PathWithFileName>..\..\..\src\mempool.c</PathWithFileName>
  716. <FilenameWithoutPath>mempool.c</FilenameWithoutPath>
  717. <RteFlg>0</RteFlg>
  718. <bShared>0</bShared>
  719. </File>
  720. <File>
  721. <GroupNumber>7</GroupNumber>
  722. <FileNumber>42</FileNumber>
  723. <FileType>1</FileType>
  724. <tvExp>0</tvExp>
  725. <tvExpOptDlg>0</tvExpOptDlg>
  726. <bDave2>0</bDave2>
  727. <PathWithFileName>..\..\..\src\object.c</PathWithFileName>
  728. <FilenameWithoutPath>object.c</FilenameWithoutPath>
  729. <RteFlg>0</RteFlg>
  730. <bShared>0</bShared>
  731. </File>
  732. <File>
  733. <GroupNumber>7</GroupNumber>
  734. <FileNumber>43</FileNumber>
  735. <FileType>1</FileType>
  736. <tvExp>0</tvExp>
  737. <tvExpOptDlg>0</tvExpOptDlg>
  738. <bDave2>0</bDave2>
  739. <PathWithFileName>..\..\..\src\scheduler_up.c</PathWithFileName>
  740. <FilenameWithoutPath>scheduler_up.c</FilenameWithoutPath>
  741. <RteFlg>0</RteFlg>
  742. <bShared>0</bShared>
  743. </File>
  744. <File>
  745. <GroupNumber>7</GroupNumber>
  746. <FileNumber>44</FileNumber>
  747. <FileType>1</FileType>
  748. <tvExp>0</tvExp>
  749. <tvExpOptDlg>0</tvExpOptDlg>
  750. <bDave2>0</bDave2>
  751. <PathWithFileName>..\..\..\src\thread.c</PathWithFileName>
  752. <FilenameWithoutPath>thread.c</FilenameWithoutPath>
  753. <RteFlg>0</RteFlg>
  754. <bShared>0</bShared>
  755. </File>
  756. <File>
  757. <GroupNumber>7</GroupNumber>
  758. <FileNumber>45</FileNumber>
  759. <FileType>1</FileType>
  760. <tvExp>0</tvExp>
  761. <tvExpOptDlg>0</tvExpOptDlg>
  762. <bDave2>0</bDave2>
  763. <PathWithFileName>..\..\..\src\timer.c</PathWithFileName>
  764. <FilenameWithoutPath>timer.c</FilenameWithoutPath>
  765. <RteFlg>0</RteFlg>
  766. <bShared>0</bShared>
  767. </File>
  768. </Group>
  769. <Group>
  770. <GroupName>Libraries</GroupName>
  771. <tvExp>0</tvExp>
  772. <tvExpOptDlg>0</tvExpOptDlg>
  773. <cbSel>0</cbSel>
  774. <RteFlg>0</RteFlg>
  775. <File>
  776. <GroupNumber>8</GroupNumber>
  777. <FileNumber>46</FileNumber>
  778. <FileType>1</FileType>
  779. <tvExp>0</tvExp>
  780. <tvExpOptDlg>0</tvExpOptDlg>
  781. <bDave2>0</bDave2>
  782. <PathWithFileName>..\libraries\APM32F10x_Library\Device\Geehy\APM32F10x\Source\system_apm32f10x.c</PathWithFileName>
  783. <FilenameWithoutPath>system_apm32f10x.c</FilenameWithoutPath>
  784. <RteFlg>0</RteFlg>
  785. <bShared>0</bShared>
  786. </File>
  787. <File>
  788. <GroupNumber>8</GroupNumber>
  789. <FileNumber>47</FileNumber>
  790. <FileType>1</FileType>
  791. <tvExp>0</tvExp>
  792. <tvExpOptDlg>0</tvExpOptDlg>
  793. <bDave2>0</bDave2>
  794. <PathWithFileName>..\libraries\APM32F10x_Library\APM32F10x_StdPeriphDriver\src\apm32f10x_rcm.c</PathWithFileName>
  795. <FilenameWithoutPath>apm32f10x_rcm.c</FilenameWithoutPath>
  796. <RteFlg>0</RteFlg>
  797. <bShared>0</bShared>
  798. </File>
  799. <File>
  800. <GroupNumber>8</GroupNumber>
  801. <FileNumber>48</FileNumber>
  802. <FileType>1</FileType>
  803. <tvExp>0</tvExp>
  804. <tvExpOptDlg>0</tvExpOptDlg>
  805. <bDave2>0</bDave2>
  806. <PathWithFileName>..\libraries\APM32F10x_Library\APM32F10x_StdPeriphDriver\src\apm32f10x_misc.c</PathWithFileName>
  807. <FilenameWithoutPath>apm32f10x_misc.c</FilenameWithoutPath>
  808. <RteFlg>0</RteFlg>
  809. <bShared>0</bShared>
  810. </File>
  811. <File>
  812. <GroupNumber>8</GroupNumber>
  813. <FileNumber>49</FileNumber>
  814. <FileType>1</FileType>
  815. <tvExp>0</tvExp>
  816. <tvExpOptDlg>0</tvExpOptDlg>
  817. <bDave2>0</bDave2>
  818. <PathWithFileName>..\libraries\APM32F10x_Library\APM32F10x_StdPeriphDriver\src\apm32f10x_usart.c</PathWithFileName>
  819. <FilenameWithoutPath>apm32f10x_usart.c</FilenameWithoutPath>
  820. <RteFlg>0</RteFlg>
  821. <bShared>0</bShared>
  822. </File>
  823. <File>
  824. <GroupNumber>8</GroupNumber>
  825. <FileNumber>50</FileNumber>
  826. <FileType>1</FileType>
  827. <tvExp>0</tvExp>
  828. <tvExpOptDlg>0</tvExpOptDlg>
  829. <bDave2>0</bDave2>
  830. <PathWithFileName>..\libraries\APM32F10x_Library\APM32F10x_StdPeriphDriver\src\apm32f10x_eint.c</PathWithFileName>
  831. <FilenameWithoutPath>apm32f10x_eint.c</FilenameWithoutPath>
  832. <RteFlg>0</RteFlg>
  833. <bShared>0</bShared>
  834. </File>
  835. <File>
  836. <GroupNumber>8</GroupNumber>
  837. <FileNumber>51</FileNumber>
  838. <FileType>1</FileType>
  839. <tvExp>0</tvExp>
  840. <tvExpOptDlg>0</tvExpOptDlg>
  841. <bDave2>0</bDave2>
  842. <PathWithFileName>..\libraries\APM32F10x_Library\APM32F10x_StdPeriphDriver\src\apm32f10x_gpio.c</PathWithFileName>
  843. <FilenameWithoutPath>apm32f10x_gpio.c</FilenameWithoutPath>
  844. <RteFlg>0</RteFlg>
  845. <bShared>0</bShared>
  846. </File>
  847. <File>
  848. <GroupNumber>8</GroupNumber>
  849. <FileNumber>52</FileNumber>
  850. <FileType>1</FileType>
  851. <tvExp>0</tvExp>
  852. <tvExpOptDlg>0</tvExpOptDlg>
  853. <bDave2>0</bDave2>
  854. <PathWithFileName>..\libraries\APM32F10x_Library\APM32F10x_StdPeriphDriver\src\apm32f10x_dma.c</PathWithFileName>
  855. <FilenameWithoutPath>apm32f10x_dma.c</FilenameWithoutPath>
  856. <RteFlg>0</RteFlg>
  857. <bShared>0</bShared>
  858. </File>
  859. >>>>>>> Stashed changes
  860. </Group>
  861. </ProjectOpt>