AirControlValve.uvoptx 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803
  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; *.cc; *.cxx</CppX>
  13. <nMigrate>0</nMigrate>
  14. </Extensions>
  15. <DaveTm>
  16. <dwLowDateTime>0</dwLowDateTime>
  17. <dwHighDateTime>0</dwHighDateTime>
  18. </DaveTm>
  19. <Target>
  20. <TargetName>AirControlValve</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>4</nTsel>
  102. <sDll></sDll>
  103. <sDllPa></sDllPa>
  104. <sDlgDll></sDlgDll>
  105. <sDlgPa></sDlgPa>
  106. <sIfile></sIfile>
  107. <tDll></tDll>
  108. <tDllPa></tDllPa>
  109. <tDlgDll></tDlgDll>
  110. <tDlgPa></tDlgPa>
  111. <tIfile></tIfile>
  112. <pMon>Segger\JL2CM3.dll</pMon>
  113. </DebugOpt>
  114. <TargetDriverDllRegistry>
  115. <SetRegEntry>
  116. <Number>0</Number>
  117. <Key>DLGUARM</Key>
  118. <Name></Name>
  119. </SetRegEntry>
  120. <SetRegEntry>
  121. <Number>0</Number>
  122. <Key>ARMRTXEVENTFLAGS</Key>
  123. <Name>-L70 -Z18 -C0 -M0 -T1</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)(1012=-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>JL2CM3</Key>
  138. <Name>-U59518874 -O78 -S2 -ZTIFSpeedSel5000 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BC11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8001 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC1000 -FN1 -FF0AC780x_128KB.FLM -FS08000000 -FL020000 -FP0($$Device:AC78013MDQA$Flash\AC780x_128KB.FLM)</Name>
  139. </SetRegEntry>
  140. <SetRegEntry>
  141. <Number>0</Number>
  142. <Key>UL2CM3</Key>
  143. <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0AC780x_128KB -FS08000000 -FL020000 -FP0($$Device:AC78013MDQA$Flash\AC780x_128KB.FLM))</Name>
  144. </SetRegEntry>
  145. </TargetDriverDllRegistry>
  146. <Breakpoint>
  147. <Bp>
  148. <Number>0</Number>
  149. <Type>0</Type>
  150. <LineNumber>84</LineNumber>
  151. <EnabledFlag>1</EnabledFlag>
  152. <Address>0</Address>
  153. <ByteObject>0</ByteObject>
  154. <HtxType>0</HtxType>
  155. <ManyObjects>0</ManyObjects>
  156. <SizeOfObject>0</SizeOfObject>
  157. <BreakByAccess>0</BreakByAccess>
  158. <BreakIfRCount>0</BreakIfRCount>
  159. <Filename>..\User\process.c</Filename>
  160. <ExecCommand></ExecCommand>
  161. <Expression></Expression>
  162. </Bp>
  163. </Breakpoint>
  164. <Tracepoint>
  165. <THDelay>0</THDelay>
  166. </Tracepoint>
  167. <DebugFlag>
  168. <trace>0</trace>
  169. <periodic>1</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>1</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>..\User\main.c</PathWithFileName>
  222. <FilenameWithoutPath>main.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>..\User\IAP.c</PathWithFileName>
  234. <FilenameWithoutPath>IAP.c</FilenameWithoutPath>
  235. <RteFlg>0</RteFlg>
  236. <bShared>0</bShared>
  237. </File>
  238. <File>
  239. <GroupNumber>1</GroupNumber>
  240. <FileNumber>3</FileNumber>
  241. <FileType>5</FileType>
  242. <tvExp>0</tvExp>
  243. <tvExpOptDlg>0</tvExpOptDlg>
  244. <bDave2>0</bDave2>
  245. <PathWithFileName>..\User\IAP.h</PathWithFileName>
  246. <FilenameWithoutPath>IAP.h</FilenameWithoutPath>
  247. <RteFlg>0</RteFlg>
  248. <bShared>0</bShared>
  249. </File>
  250. <File>
  251. <GroupNumber>1</GroupNumber>
  252. <FileNumber>4</FileNumber>
  253. <FileType>1</FileType>
  254. <tvExp>0</tvExp>
  255. <tvExpOptDlg>0</tvExpOptDlg>
  256. <bDave2>0</bDave2>
  257. <PathWithFileName>..\User\main_task.c</PathWithFileName>
  258. <FilenameWithoutPath>main_task.c</FilenameWithoutPath>
  259. <RteFlg>0</RteFlg>
  260. <bShared>0</bShared>
  261. </File>
  262. <File>
  263. <GroupNumber>1</GroupNumber>
  264. <FileNumber>5</FileNumber>
  265. <FileType>5</FileType>
  266. <tvExp>0</tvExp>
  267. <tvExpOptDlg>0</tvExpOptDlg>
  268. <bDave2>0</bDave2>
  269. <PathWithFileName>..\User\main_task.h</PathWithFileName>
  270. <FilenameWithoutPath>main_task.h</FilenameWithoutPath>
  271. <RteFlg>0</RteFlg>
  272. <bShared>0</bShared>
  273. </File>
  274. <File>
  275. <GroupNumber>1</GroupNumber>
  276. <FileNumber>6</FileNumber>
  277. <FileType>5</FileType>
  278. <tvExp>0</tvExp>
  279. <tvExpOptDlg>0</tvExpOptDlg>
  280. <bDave2>0</bDave2>
  281. <PathWithFileName>..\User\protocol.h</PathWithFileName>
  282. <FilenameWithoutPath>protocol.h</FilenameWithoutPath>
  283. <RteFlg>0</RteFlg>
  284. <bShared>0</bShared>
  285. </File>
  286. <File>
  287. <GroupNumber>1</GroupNumber>
  288. <FileNumber>7</FileNumber>
  289. <FileType>1</FileType>
  290. <tvExp>0</tvExp>
  291. <tvExpOptDlg>0</tvExpOptDlg>
  292. <bDave2>0</bDave2>
  293. <PathWithFileName>..\User\protocol.c</PathWithFileName>
  294. <FilenameWithoutPath>protocol.c</FilenameWithoutPath>
  295. <RteFlg>0</RteFlg>
  296. <bShared>0</bShared>
  297. </File>
  298. <File>
  299. <GroupNumber>1</GroupNumber>
  300. <FileNumber>8</FileNumber>
  301. <FileType>5</FileType>
  302. <tvExp>0</tvExp>
  303. <tvExpOptDlg>0</tvExpOptDlg>
  304. <bDave2>0</bDave2>
  305. <PathWithFileName>..\User\cfg.h</PathWithFileName>
  306. <FilenameWithoutPath>cfg.h</FilenameWithoutPath>
  307. <RteFlg>0</RteFlg>
  308. <bShared>0</bShared>
  309. </File>
  310. <File>
  311. <GroupNumber>1</GroupNumber>
  312. <FileNumber>9</FileNumber>
  313. <FileType>1</FileType>
  314. <tvExp>0</tvExp>
  315. <tvExpOptDlg>0</tvExpOptDlg>
  316. <bDave2>0</bDave2>
  317. <PathWithFileName>..\User\cfg.c</PathWithFileName>
  318. <FilenameWithoutPath>cfg.c</FilenameWithoutPath>
  319. <RteFlg>0</RteFlg>
  320. <bShared>0</bShared>
  321. </File>
  322. <File>
  323. <GroupNumber>1</GroupNumber>
  324. <FileNumber>10</FileNumber>
  325. <FileType>5</FileType>
  326. <tvExp>0</tvExp>
  327. <tvExpOptDlg>0</tvExpOptDlg>
  328. <bDave2>0</bDave2>
  329. <PathWithFileName>..\User\process.h</PathWithFileName>
  330. <FilenameWithoutPath>process.h</FilenameWithoutPath>
  331. <RteFlg>0</RteFlg>
  332. <bShared>0</bShared>
  333. </File>
  334. <File>
  335. <GroupNumber>1</GroupNumber>
  336. <FileNumber>11</FileNumber>
  337. <FileType>1</FileType>
  338. <tvExp>0</tvExp>
  339. <tvExpOptDlg>0</tvExpOptDlg>
  340. <bDave2>0</bDave2>
  341. <PathWithFileName>..\User\process.c</PathWithFileName>
  342. <FilenameWithoutPath>process.c</FilenameWithoutPath>
  343. <RteFlg>0</RteFlg>
  344. <bShared>0</bShared>
  345. </File>
  346. <File>
  347. <GroupNumber>1</GroupNumber>
  348. <FileNumber>12</FileNumber>
  349. <FileType>5</FileType>
  350. <tvExp>0</tvExp>
  351. <tvExpOptDlg>0</tvExpOptDlg>
  352. <bDave2>0</bDave2>
  353. <PathWithFileName>..\User\storage.h</PathWithFileName>
  354. <FilenameWithoutPath>storage.h</FilenameWithoutPath>
  355. <RteFlg>0</RteFlg>
  356. <bShared>0</bShared>
  357. </File>
  358. <File>
  359. <GroupNumber>1</GroupNumber>
  360. <FileNumber>13</FileNumber>
  361. <FileType>1</FileType>
  362. <tvExp>0</tvExp>
  363. <tvExpOptDlg>0</tvExpOptDlg>
  364. <bDave2>0</bDave2>
  365. <PathWithFileName>..\User\storage.c</PathWithFileName>
  366. <FilenameWithoutPath>storage.c</FilenameWithoutPath>
  367. <RteFlg>0</RteFlg>
  368. <bShared>0</bShared>
  369. </File>
  370. <File>
  371. <GroupNumber>1</GroupNumber>
  372. <FileNumber>14</FileNumber>
  373. <FileType>5</FileType>
  374. <tvExp>0</tvExp>
  375. <tvExpOptDlg>0</tvExpOptDlg>
  376. <bDave2>0</bDave2>
  377. <PathWithFileName>..\User\pid.h</PathWithFileName>
  378. <FilenameWithoutPath>pid.h</FilenameWithoutPath>
  379. <RteFlg>0</RteFlg>
  380. <bShared>0</bShared>
  381. </File>
  382. <File>
  383. <GroupNumber>1</GroupNumber>
  384. <FileNumber>15</FileNumber>
  385. <FileType>1</FileType>
  386. <tvExp>0</tvExp>
  387. <tvExpOptDlg>0</tvExpOptDlg>
  388. <bDave2>0</bDave2>
  389. <PathWithFileName>..\User\pid.c</PathWithFileName>
  390. <FilenameWithoutPath>pid.c</FilenameWithoutPath>
  391. <RteFlg>0</RteFlg>
  392. <bShared>0</bShared>
  393. </File>
  394. <File>
  395. <GroupNumber>1</GroupNumber>
  396. <FileNumber>16</FileNumber>
  397. <FileType>5</FileType>
  398. <tvExp>0</tvExp>
  399. <tvExpOptDlg>0</tvExpOptDlg>
  400. <bDave2>0</bDave2>
  401. <PathWithFileName>..\User\motor_control.h</PathWithFileName>
  402. <FilenameWithoutPath>motor_control.h</FilenameWithoutPath>
  403. <RteFlg>0</RteFlg>
  404. <bShared>0</bShared>
  405. </File>
  406. <File>
  407. <GroupNumber>1</GroupNumber>
  408. <FileNumber>17</FileNumber>
  409. <FileType>1</FileType>
  410. <tvExp>0</tvExp>
  411. <tvExpOptDlg>0</tvExpOptDlg>
  412. <bDave2>0</bDave2>
  413. <PathWithFileName>..\User\motor_control.c</PathWithFileName>
  414. <FilenameWithoutPath>motor_control.c</FilenameWithoutPath>
  415. <RteFlg>0</RteFlg>
  416. <bShared>0</bShared>
  417. </File>
  418. </Group>
  419. <Group>
  420. <GroupName>Lib</GroupName>
  421. <tvExp>0</tvExp>
  422. <tvExpOptDlg>0</tvExpOptDlg>
  423. <cbSel>0</cbSel>
  424. <RteFlg>0</RteFlg>
  425. <File>
  426. <GroupNumber>2</GroupNumber>
  427. <FileNumber>18</FileNumber>
  428. <FileType>1</FileType>
  429. <tvExp>0</tvExp>
  430. <tvExpOptDlg>0</tvExpOptDlg>
  431. <bDave2>0</bDave2>
  432. <PathWithFileName>..\Lib\cobs.c</PathWithFileName>
  433. <FilenameWithoutPath>cobs.c</FilenameWithoutPath>
  434. <RteFlg>0</RteFlg>
  435. <bShared>0</bShared>
  436. </File>
  437. <File>
  438. <GroupNumber>2</GroupNumber>
  439. <FileNumber>19</FileNumber>
  440. <FileType>5</FileType>
  441. <tvExp>0</tvExp>
  442. <tvExpOptDlg>0</tvExpOptDlg>
  443. <bDave2>0</bDave2>
  444. <PathWithFileName>..\Lib\cobs.h</PathWithFileName>
  445. <FilenameWithoutPath>cobs.h</FilenameWithoutPath>
  446. <RteFlg>0</RteFlg>
  447. <bShared>0</bShared>
  448. </File>
  449. <File>
  450. <GroupNumber>2</GroupNumber>
  451. <FileNumber>20</FileNumber>
  452. <FileType>1</FileType>
  453. <tvExp>0</tvExp>
  454. <tvExpOptDlg>0</tvExpOptDlg>
  455. <bDave2>0</bDave2>
  456. <PathWithFileName>..\Lib\crc16.c</PathWithFileName>
  457. <FilenameWithoutPath>crc16.c</FilenameWithoutPath>
  458. <RteFlg>0</RteFlg>
  459. <bShared>0</bShared>
  460. </File>
  461. <File>
  462. <GroupNumber>2</GroupNumber>
  463. <FileNumber>21</FileNumber>
  464. <FileType>5</FileType>
  465. <tvExp>0</tvExp>
  466. <tvExpOptDlg>0</tvExpOptDlg>
  467. <bDave2>0</bDave2>
  468. <PathWithFileName>..\Lib\crc16.h</PathWithFileName>
  469. <FilenameWithoutPath>crc16.h</FilenameWithoutPath>
  470. <RteFlg>0</RteFlg>
  471. <bShared>0</bShared>
  472. </File>
  473. <File>
  474. <GroupNumber>2</GroupNumber>
  475. <FileNumber>22</FileNumber>
  476. <FileType>1</FileType>
  477. <tvExp>0</tvExp>
  478. <tvExpOptDlg>0</tvExpOptDlg>
  479. <bDave2>0</bDave2>
  480. <PathWithFileName>..\Lib\fifo.c</PathWithFileName>
  481. <FilenameWithoutPath>fifo.c</FilenameWithoutPath>
  482. <RteFlg>0</RteFlg>
  483. <bShared>0</bShared>
  484. </File>
  485. <File>
  486. <GroupNumber>2</GroupNumber>
  487. <FileNumber>23</FileNumber>
  488. <FileType>5</FileType>
  489. <tvExp>0</tvExp>
  490. <tvExpOptDlg>0</tvExpOptDlg>
  491. <bDave2>0</bDave2>
  492. <PathWithFileName>..\Lib\fifo.h</PathWithFileName>
  493. <FilenameWithoutPath>fifo.h</FilenameWithoutPath>
  494. <RteFlg>0</RteFlg>
  495. <bShared>0</bShared>
  496. </File>
  497. <File>
  498. <GroupNumber>2</GroupNumber>
  499. <FileNumber>24</FileNumber>
  500. <FileType>1</FileType>
  501. <tvExp>0</tvExp>
  502. <tvExpOptDlg>0</tvExpOptDlg>
  503. <bDave2>0</bDave2>
  504. <PathWithFileName>..\Lib\md5c.c</PathWithFileName>
  505. <FilenameWithoutPath>md5c.c</FilenameWithoutPath>
  506. <RteFlg>0</RteFlg>
  507. <bShared>0</bShared>
  508. </File>
  509. <File>
  510. <GroupNumber>2</GroupNumber>
  511. <FileNumber>25</FileNumber>
  512. <FileType>5</FileType>
  513. <tvExp>0</tvExp>
  514. <tvExpOptDlg>0</tvExpOptDlg>
  515. <bDave2>0</bDave2>
  516. <PathWithFileName>..\Lib\md5c.h</PathWithFileName>
  517. <FilenameWithoutPath>md5c.h</FilenameWithoutPath>
  518. <RteFlg>0</RteFlg>
  519. <bShared>0</bShared>
  520. </File>
  521. </Group>
  522. <Group>
  523. <GroupName>Device</GroupName>
  524. <tvExp>1</tvExp>
  525. <tvExpOptDlg>0</tvExpOptDlg>
  526. <cbSel>0</cbSel>
  527. <RteFlg>0</RteFlg>
  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>..\Device\timer.c</PathWithFileName>
  536. <FilenameWithoutPath>timer.c</FilenameWithoutPath>
  537. <RteFlg>0</RteFlg>
  538. <bShared>0</bShared>
  539. </File>
  540. <File>
  541. <GroupNumber>3</GroupNumber>
  542. <FileNumber>27</FileNumber>
  543. <FileType>5</FileType>
  544. <tvExp>0</tvExp>
  545. <tvExpOptDlg>0</tvExpOptDlg>
  546. <bDave2>0</bDave2>
  547. <PathWithFileName>..\Device\timer.h</PathWithFileName>
  548. <FilenameWithoutPath>timer.h</FilenameWithoutPath>
  549. <RteFlg>0</RteFlg>
  550. <bShared>0</bShared>
  551. </File>
  552. <File>
  553. <GroupNumber>3</GroupNumber>
  554. <FileNumber>28</FileNumber>
  555. <FileType>1</FileType>
  556. <tvExp>0</tvExp>
  557. <tvExpOptDlg>0</tvExpOptDlg>
  558. <bDave2>0</bDave2>
  559. <PathWithFileName>..\Device\gpio.c</PathWithFileName>
  560. <FilenameWithoutPath>gpio.c</FilenameWithoutPath>
  561. <RteFlg>0</RteFlg>
  562. <bShared>0</bShared>
  563. </File>
  564. <File>
  565. <GroupNumber>3</GroupNumber>
  566. <FileNumber>29</FileNumber>
  567. <FileType>5</FileType>
  568. <tvExp>0</tvExp>
  569. <tvExpOptDlg>0</tvExpOptDlg>
  570. <bDave2>0</bDave2>
  571. <PathWithFileName>..\Device\gpio.h</PathWithFileName>
  572. <FilenameWithoutPath>gpio.h</FilenameWithoutPath>
  573. <RteFlg>0</RteFlg>
  574. <bShared>0</bShared>
  575. </File>
  576. <File>
  577. <GroupNumber>3</GroupNumber>
  578. <FileNumber>30</FileNumber>
  579. <FileType>1</FileType>
  580. <tvExp>0</tvExp>
  581. <tvExpOptDlg>0</tvExpOptDlg>
  582. <bDave2>0</bDave2>
  583. <PathWithFileName>..\Device\uart.c</PathWithFileName>
  584. <FilenameWithoutPath>uart.c</FilenameWithoutPath>
  585. <RteFlg>0</RteFlg>
  586. <bShared>0</bShared>
  587. </File>
  588. <File>
  589. <GroupNumber>3</GroupNumber>
  590. <FileNumber>31</FileNumber>
  591. <FileType>5</FileType>
  592. <tvExp>0</tvExp>
  593. <tvExpOptDlg>0</tvExpOptDlg>
  594. <bDave2>0</bDave2>
  595. <PathWithFileName>..\Device\uart.h</PathWithFileName>
  596. <FilenameWithoutPath>uart.h</FilenameWithoutPath>
  597. <RteFlg>0</RteFlg>
  598. <bShared>0</bShared>
  599. </File>
  600. <File>
  601. <GroupNumber>3</GroupNumber>
  602. <FileNumber>32</FileNumber>
  603. <FileType>1</FileType>
  604. <tvExp>0</tvExp>
  605. <tvExpOptDlg>0</tvExpOptDlg>
  606. <bDave2>0</bDave2>
  607. <PathWithFileName>..\Device\watchdog.c</PathWithFileName>
  608. <FilenameWithoutPath>watchdog.c</FilenameWithoutPath>
  609. <RteFlg>0</RteFlg>
  610. <bShared>0</bShared>
  611. </File>
  612. <File>
  613. <GroupNumber>3</GroupNumber>
  614. <FileNumber>33</FileNumber>
  615. <FileType>5</FileType>
  616. <tvExp>0</tvExp>
  617. <tvExpOptDlg>0</tvExpOptDlg>
  618. <bDave2>0</bDave2>
  619. <PathWithFileName>..\Device\watchdog.h</PathWithFileName>
  620. <FilenameWithoutPath>watchdog.h</FilenameWithoutPath>
  621. <RteFlg>0</RteFlg>
  622. <bShared>0</bShared>
  623. </File>
  624. <File>
  625. <GroupNumber>3</GroupNumber>
  626. <FileNumber>34</FileNumber>
  627. <FileType>1</FileType>
  628. <tvExp>0</tvExp>
  629. <tvExpOptDlg>0</tvExpOptDlg>
  630. <bDave2>0</bDave2>
  631. <PathWithFileName>..\Device\adc.c</PathWithFileName>
  632. <FilenameWithoutPath>adc.c</FilenameWithoutPath>
  633. <RteFlg>0</RteFlg>
  634. <bShared>0</bShared>
  635. </File>
  636. <File>
  637. <GroupNumber>3</GroupNumber>
  638. <FileNumber>35</FileNumber>
  639. <FileType>5</FileType>
  640. <tvExp>0</tvExp>
  641. <tvExpOptDlg>0</tvExpOptDlg>
  642. <bDave2>0</bDave2>
  643. <PathWithFileName>..\Device\adc.h</PathWithFileName>
  644. <FilenameWithoutPath>adc.h</FilenameWithoutPath>
  645. <RteFlg>0</RteFlg>
  646. <bShared>0</bShared>
  647. </File>
  648. <File>
  649. <GroupNumber>3</GroupNumber>
  650. <FileNumber>36</FileNumber>
  651. <FileType>5</FileType>
  652. <tvExp>0</tvExp>
  653. <tvExpOptDlg>0</tvExpOptDlg>
  654. <bDave2>0</bDave2>
  655. <PathWithFileName>..\Device\AngleSensor.h</PathWithFileName>
  656. <FilenameWithoutPath>AngleSensor.h</FilenameWithoutPath>
  657. <RteFlg>0</RteFlg>
  658. <bShared>0</bShared>
  659. </File>
  660. <File>
  661. <GroupNumber>3</GroupNumber>
  662. <FileNumber>37</FileNumber>
  663. <FileType>1</FileType>
  664. <tvExp>0</tvExp>
  665. <tvExpOptDlg>0</tvExpOptDlg>
  666. <bDave2>0</bDave2>
  667. <PathWithFileName>..\Device\AngleSensor.c</PathWithFileName>
  668. <FilenameWithoutPath>AngleSensor.c</FilenameWithoutPath>
  669. <RteFlg>0</RteFlg>
  670. <bShared>0</bShared>
  671. </File>
  672. <File>
  673. <GroupNumber>3</GroupNumber>
  674. <FileNumber>38</FileNumber>
  675. <FileType>5</FileType>
  676. <tvExp>0</tvExp>
  677. <tvExpOptDlg>0</tvExpOptDlg>
  678. <bDave2>0</bDave2>
  679. <PathWithFileName>..\Device\W25Q64.h</PathWithFileName>
  680. <FilenameWithoutPath>W25Q64.h</FilenameWithoutPath>
  681. <RteFlg>0</RteFlg>
  682. <bShared>0</bShared>
  683. </File>
  684. <File>
  685. <GroupNumber>3</GroupNumber>
  686. <FileNumber>39</FileNumber>
  687. <FileType>1</FileType>
  688. <tvExp>0</tvExp>
  689. <tvExpOptDlg>0</tvExpOptDlg>
  690. <bDave2>0</bDave2>
  691. <PathWithFileName>..\Device\W25Q64.c</PathWithFileName>
  692. <FilenameWithoutPath>W25Q64.c</FilenameWithoutPath>
  693. <RteFlg>0</RteFlg>
  694. <bShared>0</bShared>
  695. </File>
  696. <File>
  697. <GroupNumber>3</GroupNumber>
  698. <FileNumber>40</FileNumber>
  699. <FileType>5</FileType>
  700. <tvExp>0</tvExp>
  701. <tvExpOptDlg>0</tvExpOptDlg>
  702. <bDave2>0</bDave2>
  703. <PathWithFileName>..\Device\Motor.h</PathWithFileName>
  704. <FilenameWithoutPath>Motor.h</FilenameWithoutPath>
  705. <RteFlg>0</RteFlg>
  706. <bShared>0</bShared>
  707. </File>
  708. <File>
  709. <GroupNumber>3</GroupNumber>
  710. <FileNumber>41</FileNumber>
  711. <FileType>1</FileType>
  712. <tvExp>0</tvExp>
  713. <tvExpOptDlg>0</tvExpOptDlg>
  714. <bDave2>0</bDave2>
  715. <PathWithFileName>..\Device\Motor.c</PathWithFileName>
  716. <FilenameWithoutPath>Motor.c</FilenameWithoutPath>
  717. <RteFlg>0</RteFlg>
  718. <bShared>0</bShared>
  719. </File>
  720. <File>
  721. <GroupNumber>3</GroupNumber>
  722. <FileNumber>42</FileNumber>
  723. <FileType>1</FileType>
  724. <tvExp>0</tvExp>
  725. <tvExpOptDlg>0</tvExpOptDlg>
  726. <bDave2>0</bDave2>
  727. <PathWithFileName>..\Device\Rtcx.c</PathWithFileName>
  728. <FilenameWithoutPath>Rtcx.c</FilenameWithoutPath>
  729. <RteFlg>0</RteFlg>
  730. <bShared>0</bShared>
  731. </File>
  732. <File>
  733. <GroupNumber>3</GroupNumber>
  734. <FileNumber>43</FileNumber>
  735. <FileType>5</FileType>
  736. <tvExp>0</tvExp>
  737. <tvExpOptDlg>0</tvExpOptDlg>
  738. <bDave2>0</bDave2>
  739. <PathWithFileName>..\Device\Rtcx.h</PathWithFileName>
  740. <FilenameWithoutPath>Rtcx.h</FilenameWithoutPath>
  741. <RteFlg>0</RteFlg>
  742. <bShared>0</bShared>
  743. </File>
  744. <File>
  745. <GroupNumber>3</GroupNumber>
  746. <FileNumber>44</FileNumber>
  747. <FileType>5</FileType>
  748. <tvExp>0</tvExp>
  749. <tvExpOptDlg>0</tvExpOptDlg>
  750. <bDave2>0</bDave2>
  751. <PathWithFileName>..\Device\IB_Reader.h</PathWithFileName>
  752. <FilenameWithoutPath>IB_Reader.h</FilenameWithoutPath>
  753. <RteFlg>0</RteFlg>
  754. <bShared>0</bShared>
  755. </File>
  756. <File>
  757. <GroupNumber>3</GroupNumber>
  758. <FileNumber>45</FileNumber>
  759. <FileType>1</FileType>
  760. <tvExp>0</tvExp>
  761. <tvExpOptDlg>0</tvExpOptDlg>
  762. <bDave2>0</bDave2>
  763. <PathWithFileName>..\Device\IB_Reader.c</PathWithFileName>
  764. <FilenameWithoutPath>IB_Reader.c</FilenameWithoutPath>
  765. <RteFlg>0</RteFlg>
  766. <bShared>0</bShared>
  767. </File>
  768. </Group>
  769. <Group>
  770. <GroupName>::Board Support</GroupName>
  771. <tvExp>0</tvExp>
  772. <tvExpOptDlg>0</tvExpOptDlg>
  773. <cbSel>0</cbSel>
  774. <RteFlg>1</RteFlg>
  775. </Group>
  776. <Group>
  777. <GroupName>::CMSIS</GroupName>
  778. <tvExp>0</tvExp>
  779. <tvExpOptDlg>0</tvExpOptDlg>
  780. <cbSel>0</cbSel>
  781. <RteFlg>1</RteFlg>
  782. </Group>
  783. <Group>
  784. <GroupName>::Device</GroupName>
  785. <tvExp>0</tvExp>
  786. <tvExpOptDlg>0</tvExpOptDlg>
  787. <cbSel>0</cbSel>
  788. <RteFlg>1</RteFlg>
  789. </Group>
  790. </ProjectOpt>