mini7_V2.uvoptx 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278
  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>mini7_V2</TargetName>
  21. <ToolsetNumber>0x4</ToolsetNumber>
  22. <ToolsetName>ARM-ADS</ToolsetName>
  23. <TargetOption>
  24. <CLKADS>8000000</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></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>18</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>1</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>6</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>STLink\ST-LINKIII-KEIL_SWO.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=76,112,526,669,0)(1007=106,145,293,420,0)(1008=91,129,467,365,0)(1009=121,161,379,749,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>(105=-1,-1,-1,-1,0)</Name>
  134. </SetRegEntry>
  135. <SetRegEntry>
  136. <Number>0</Number>
  137. <Key>UL2CM3</Key>
  138. <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32F10x_512 -FS08000000 -FL080000 -FP0($$Device:STM32F103RE$Flash\STM32F10x_512.FLM))</Name>
  139. </SetRegEntry>
  140. <SetRegEntry>
  141. <Number>0</Number>
  142. <Key>ST-LINKIII-KEIL_SWO</Key>
  143. <Name>-U-O142 -O2254 -SF4000 -C0 -A0 -I0 -HNlocalhost -HP7184 -P1 -N00("ARM CoreSight SW-DP") -D00(1BA01477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC800 -FN1 -FF0STM32F10x_512.FLM -FS08000000 -FL080000 -FP0($$Device:STM32F103RE$Flash\STM32F10x_512.FLM)</Name>
  144. </SetRegEntry>
  145. </TargetDriverDllRegistry>
  146. <Breakpoint>
  147. <Bp>
  148. <Number>0</Number>
  149. <Type>0</Type>
  150. <LineNumber>547</LineNumber>
  151. <EnabledFlag>1</EnabledFlag>
  152. <Address>134321202</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>..\DriverInterface\ESP32_WROOM_32D.c</Filename>
  160. <ExecCommand></ExecCommand>
  161. <Expression>\\mini7_V2\../DriverInterface/ESP32_WROOM_32D.c\547</Expression>
  162. </Bp>
  163. <Bp>
  164. <Number>1</Number>
  165. <Type>0</Type>
  166. <LineNumber>167</LineNumber>
  167. <EnabledFlag>1</EnabledFlag>
  168. <Address>134341596</Address>
  169. <ByteObject>0</ByteObject>
  170. <HtxType>0</HtxType>
  171. <ManyObjects>0</ManyObjects>
  172. <SizeOfObject>0</SizeOfObject>
  173. <BreakByAccess>0</BreakByAccess>
  174. <BreakIfRCount>1</BreakIfRCount>
  175. <Filename>..\DriverInterface\van_BSP_Scanner.c</Filename>
  176. <ExecCommand></ExecCommand>
  177. <Expression>\\mini7_V2\../DriverInterface/van_BSP_Scanner.c\167</Expression>
  178. </Bp>
  179. </Breakpoint>
  180. <WatchWindow1>
  181. <Ww>
  182. <count>0</count>
  183. <WinNumber>1</WinNumber>
  184. <ItemText>ADC1_Converted_Value[i*2+ch]</ItemText>
  185. </Ww>
  186. <Ww>
  187. <count>1</count>
  188. <WinNumber>1</WinNumber>
  189. <ItemText>g_cmd_rx_buf</ItemText>
  190. </Ww>
  191. <Ww>
  192. <count>2</count>
  193. <WinNumber>1</WinNumber>
  194. <ItemText>g_wifi_rx_last</ItemText>
  195. </Ww>
  196. <Ww>
  197. <count>3</count>
  198. <WinNumber>1</WinNumber>
  199. <ItemText>g_wifi_rx_head</ItemText>
  200. </Ww>
  201. <Ww>
  202. <count>4</count>
  203. <WinNumber>1</WinNumber>
  204. <ItemText>MAC_ADDR</ItemText>
  205. </Ww>
  206. <Ww>
  207. <count>5</count>
  208. <WinNumber>1</WinNumber>
  209. <ItemText>g_wifi_rx_buf</ItemText>
  210. </Ww>
  211. <Ww>
  212. <count>6</count>
  213. <WinNumber>1</WinNumber>
  214. <ItemText>cmd_rx_header</ItemText>
  215. </Ww>
  216. <Ww>
  217. <count>7</count>
  218. <WinNumber>1</WinNumber>
  219. <ItemText>sysinf</ItemText>
  220. </Ww>
  221. <Ww>
  222. <count>8</count>
  223. <WinNumber>1</WinNumber>
  224. <ItemText>g_cmd_rx_buf</ItemText>
  225. </Ww>
  226. <Ww>
  227. <count>9</count>
  228. <WinNumber>1</WinNumber>
  229. <ItemText>wifi_set_ssid</ItemText>
  230. </Ww>
  231. </WatchWindow1>
  232. <WatchWindow2>
  233. <Ww>
  234. <count>0</count>
  235. <WinNumber>2</WinNumber>
  236. <ItemText>DeviceNum</ItemText>
  237. </Ww>
  238. </WatchWindow2>
  239. <MemoryWindow1>
  240. <Mm>
  241. <WinNumber>1</WinNumber>
  242. <SubType>0</SubType>
  243. <ItemText>0x0807f800</ItemText>
  244. <AccSizeX>0</AccSizeX>
  245. </Mm>
  246. </MemoryWindow1>
  247. <Tracepoint>
  248. <THDelay>0</THDelay>
  249. </Tracepoint>
  250. <DebugFlag>
  251. <trace>0</trace>
  252. <periodic>1</periodic>
  253. <aLwin>1</aLwin>
  254. <aCover>0</aCover>
  255. <aSer1>0</aSer1>
  256. <aSer2>0</aSer2>
  257. <aPa>0</aPa>
  258. <viewmode>1</viewmode>
  259. <vrSel>0</vrSel>
  260. <aSym>0</aSym>
  261. <aTbox>0</aTbox>
  262. <AscS1>0</AscS1>
  263. <AscS2>0</AscS2>
  264. <AscS3>0</AscS3>
  265. <aSer3>0</aSer3>
  266. <eProf>0</eProf>
  267. <aLa>0</aLa>
  268. <aPa1>0</aPa1>
  269. <AscS4>0</AscS4>
  270. <aSer4>0</aSer4>
  271. <StkLoc>1</StkLoc>
  272. <TrcWin>0</TrcWin>
  273. <newCpu>0</newCpu>
  274. <uProt>0</uProt>
  275. </DebugFlag>
  276. <LintExecutable></LintExecutable>
  277. <LintConfigFile></LintConfigFile>
  278. <bLintAuto>0</bLintAuto>
  279. <bAutoGenD>0</bAutoGenD>
  280. <LntExFlags>0</LntExFlags>
  281. <pMisraName></pMisraName>
  282. <pszMrule></pszMrule>
  283. <pSingCmds></pSingCmds>
  284. <pMultCmds></pMultCmds>
  285. <pMisraNamep></pMisraNamep>
  286. <pszMrulep></pszMrulep>
  287. <pSingCmdsp></pSingCmdsp>
  288. <pMultCmdsp></pMultCmdsp>
  289. <SystemViewers>
  290. <Entry>
  291. <Name>System Viewer\GPIOA</Name>
  292. <WinId>35904</WinId>
  293. </Entry>
  294. <Entry>
  295. <Name>System Viewer\GPIOC</Name>
  296. <WinId>35905</WinId>
  297. </Entry>
  298. </SystemViewers>
  299. <DebugDescription>
  300. <Enable>1</Enable>
  301. <EnableFlashSeq>1</EnableFlashSeq>
  302. <EnableLog>0</EnableLog>
  303. <Protocol>2</Protocol>
  304. <DbgClock>10000000</DbgClock>
  305. </DebugDescription>
  306. </TargetOption>
  307. </Target>
  308. <Target>
  309. <TargetName>mini7_V2_debug</TargetName>
  310. <ToolsetNumber>0x4</ToolsetNumber>
  311. <ToolsetName>ARM-ADS</ToolsetName>
  312. <TargetOption>
  313. <CLKADS>8000000</CLKADS>
  314. <OPTTT>
  315. <gFlags>1</gFlags>
  316. <BeepAtEnd>1</BeepAtEnd>
  317. <RunSim>0</RunSim>
  318. <RunTarget>1</RunTarget>
  319. <RunAbUc>0</RunAbUc>
  320. </OPTTT>
  321. <OPTHX>
  322. <HexSelection>1</HexSelection>
  323. <FlashByte>65535</FlashByte>
  324. <HexRangeLowAddress>0</HexRangeLowAddress>
  325. <HexRangeHighAddress>0</HexRangeHighAddress>
  326. <HexOffset>0</HexOffset>
  327. </OPTHX>
  328. <OPTLEX>
  329. <PageWidth>79</PageWidth>
  330. <PageLength>66</PageLength>
  331. <TabStop>8</TabStop>
  332. <ListingPath></ListingPath>
  333. </OPTLEX>
  334. <ListingPage>
  335. <CreateCListing>1</CreateCListing>
  336. <CreateAListing>1</CreateAListing>
  337. <CreateLListing>1</CreateLListing>
  338. <CreateIListing>0</CreateIListing>
  339. <AsmCond>1</AsmCond>
  340. <AsmSymb>1</AsmSymb>
  341. <AsmXref>0</AsmXref>
  342. <CCond>1</CCond>
  343. <CCode>0</CCode>
  344. <CListInc>0</CListInc>
  345. <CSymb>0</CSymb>
  346. <LinkerCodeListing>0</LinkerCodeListing>
  347. </ListingPage>
  348. <OPTXL>
  349. <LMap>1</LMap>
  350. <LComments>1</LComments>
  351. <LGenerateSymbols>1</LGenerateSymbols>
  352. <LLibSym>1</LLibSym>
  353. <LLines>1</LLines>
  354. <LLocSym>1</LLocSym>
  355. <LPubSym>1</LPubSym>
  356. <LXref>0</LXref>
  357. <LExpSel>0</LExpSel>
  358. </OPTXL>
  359. <OPTFL>
  360. <tvExp>1</tvExp>
  361. <tvExpOptDlg>0</tvExpOptDlg>
  362. <IsCurrentTarget>0</IsCurrentTarget>
  363. </OPTFL>
  364. <CpuCode>18</CpuCode>
  365. <DebugOpt>
  366. <uSim>0</uSim>
  367. <uTrg>1</uTrg>
  368. <sLdApp>1</sLdApp>
  369. <sGomain>1</sGomain>
  370. <sRbreak>1</sRbreak>
  371. <sRwatch>1</sRwatch>
  372. <sRmem>1</sRmem>
  373. <sRfunc>1</sRfunc>
  374. <sRbox>1</sRbox>
  375. <tLdApp>1</tLdApp>
  376. <tGomain>1</tGomain>
  377. <tRbreak>1</tRbreak>
  378. <tRwatch>1</tRwatch>
  379. <tRmem>1</tRmem>
  380. <tRfunc>1</tRfunc>
  381. <tRbox>1</tRbox>
  382. <tRtrace>1</tRtrace>
  383. <sRSysVw>1</sRSysVw>
  384. <tRSysVw>1</tRSysVw>
  385. <sRunDeb>0</sRunDeb>
  386. <sLrtime>0</sLrtime>
  387. <bEvRecOn>1</bEvRecOn>
  388. <bSchkAxf>0</bSchkAxf>
  389. <bTchkAxf>0</bTchkAxf>
  390. <nTsel>6</nTsel>
  391. <sDll></sDll>
  392. <sDllPa></sDllPa>
  393. <sDlgDll></sDlgDll>
  394. <sDlgPa></sDlgPa>
  395. <sIfile></sIfile>
  396. <tDll></tDll>
  397. <tDllPa></tDllPa>
  398. <tDlgDll></tDlgDll>
  399. <tDlgPa></tDlgPa>
  400. <tIfile></tIfile>
  401. <pMon>STLink\ST-LINKIII-KEIL_SWO.dll</pMon>
  402. </DebugOpt>
  403. <TargetDriverDllRegistry>
  404. <SetRegEntry>
  405. <Number>0</Number>
  406. <Key>ARMRTXEVENTFLAGS</Key>
  407. <Name>-L70 -Z18 -C0 -M0 -T1</Name>
  408. </SetRegEntry>
  409. <SetRegEntry>
  410. <Number>0</Number>
  411. <Key>DLGTARM</Key>
  412. <Name>(1010=76,112,526,669,0)(1007=106,145,293,420,0)(1008=91,129,467,365,0)(1009=121,161,379,749,0)</Name>
  413. </SetRegEntry>
  414. <SetRegEntry>
  415. <Number>0</Number>
  416. <Key>ARMDBGFLAGS</Key>
  417. <Name></Name>
  418. </SetRegEntry>
  419. <SetRegEntry>
  420. <Number>0</Number>
  421. <Key>DLGUARM</Key>
  422. <Name>(105=-1,-1,-1,-1,0)</Name>
  423. </SetRegEntry>
  424. <SetRegEntry>
  425. <Number>0</Number>
  426. <Key>UL2CM3</Key>
  427. <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32F10x_512 -FS08000000 -FL080000 -FP0($$Device:STM32F103RE$Flash\STM32F10x_512.FLM))</Name>
  428. </SetRegEntry>
  429. <SetRegEntry>
  430. <Number>0</Number>
  431. <Key>ST-LINKIII-KEIL_SWO</Key>
  432. <Name>-U-O142 -O2254 -SF4000 -C0 -A0 -I0 -HNlocalhost -HP7184 -P1 -N00("ARM CoreSight SW-DP") -D00(1BA01477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC800 -FN1 -FF0STM32F10x_512.FLM -FS08000000 -FL080000 -FP0($$Device:STM32F103RE$Flash\STM32F10x_512.FLM)</Name>
  433. </SetRegEntry>
  434. </TargetDriverDllRegistry>
  435. <Breakpoint>
  436. <Bp>
  437. <Number>0</Number>
  438. <Type>0</Type>
  439. <LineNumber>547</LineNumber>
  440. <EnabledFlag>1</EnabledFlag>
  441. <Address>134255526</Address>
  442. <ByteObject>0</ByteObject>
  443. <HtxType>0</HtxType>
  444. <ManyObjects>0</ManyObjects>
  445. <SizeOfObject>0</SizeOfObject>
  446. <BreakByAccess>0</BreakByAccess>
  447. <BreakIfRCount>1</BreakIfRCount>
  448. <Filename>..\DriverInterface\ESP32_WROOM_32D.c</Filename>
  449. <ExecCommand></ExecCommand>
  450. <Expression>\\mini7_V2\../DriverInterface/ESP32_WROOM_32D.c\547</Expression>
  451. </Bp>
  452. <Bp>
  453. <Number>1</Number>
  454. <Type>0</Type>
  455. <LineNumber>167</LineNumber>
  456. <EnabledFlag>1</EnabledFlag>
  457. <Address>134276032</Address>
  458. <ByteObject>0</ByteObject>
  459. <HtxType>0</HtxType>
  460. <ManyObjects>0</ManyObjects>
  461. <SizeOfObject>0</SizeOfObject>
  462. <BreakByAccess>0</BreakByAccess>
  463. <BreakIfRCount>1</BreakIfRCount>
  464. <Filename>..\DriverInterface\van_BSP_Scanner.c</Filename>
  465. <ExecCommand></ExecCommand>
  466. <Expression>\\mini7_V2\../DriverInterface/van_BSP_Scanner.c\167</Expression>
  467. </Bp>
  468. </Breakpoint>
  469. <WatchWindow1>
  470. <Ww>
  471. <count>0</count>
  472. <WinNumber>1</WinNumber>
  473. <ItemText>ADC1_Converted_Value[i*2+ch]</ItemText>
  474. </Ww>
  475. <Ww>
  476. <count>1</count>
  477. <WinNumber>1</WinNumber>
  478. <ItemText>g_cmd_rx_buf</ItemText>
  479. </Ww>
  480. <Ww>
  481. <count>2</count>
  482. <WinNumber>1</WinNumber>
  483. <ItemText>g_wifi_rx_last</ItemText>
  484. </Ww>
  485. <Ww>
  486. <count>3</count>
  487. <WinNumber>1</WinNumber>
  488. <ItemText>g_wifi_rx_head</ItemText>
  489. </Ww>
  490. <Ww>
  491. <count>4</count>
  492. <WinNumber>1</WinNumber>
  493. <ItemText>MAC_ADDR</ItemText>
  494. </Ww>
  495. <Ww>
  496. <count>5</count>
  497. <WinNumber>1</WinNumber>
  498. <ItemText>g_wifi_rx_buf</ItemText>
  499. </Ww>
  500. <Ww>
  501. <count>6</count>
  502. <WinNumber>1</WinNumber>
  503. <ItemText>cmd_rx_header</ItemText>
  504. </Ww>
  505. <Ww>
  506. <count>7</count>
  507. <WinNumber>1</WinNumber>
  508. <ItemText>sysinf</ItemText>
  509. </Ww>
  510. <Ww>
  511. <count>8</count>
  512. <WinNumber>1</WinNumber>
  513. <ItemText>g_cmd_rx_buf</ItemText>
  514. </Ww>
  515. <Ww>
  516. <count>9</count>
  517. <WinNumber>1</WinNumber>
  518. <ItemText>wifi_set_ssid</ItemText>
  519. </Ww>
  520. </WatchWindow1>
  521. <WatchWindow2>
  522. <Ww>
  523. <count>0</count>
  524. <WinNumber>2</WinNumber>
  525. <ItemText>error_info</ItemText>
  526. </Ww>
  527. <Ww>
  528. <count>1</count>
  529. <WinNumber>2</WinNumber>
  530. <ItemText>wifi_tx_buf</ItemText>
  531. </Ww>
  532. <Ww>
  533. <count>2</count>
  534. <WinNumber>2</WinNumber>
  535. <ItemText>wifi_tx_len</ItemText>
  536. </Ww>
  537. <Ww>
  538. <count>3</count>
  539. <WinNumber>2</WinNumber>
  540. <ItemText>g_uart2_rx_buf</ItemText>
  541. </Ww>
  542. <Ww>
  543. <count>4</count>
  544. <WinNumber>2</WinNumber>
  545. <ItemText>sysinf</ItemText>
  546. </Ww>
  547. </WatchWindow2>
  548. <MemoryWindow1>
  549. <Mm>
  550. <WinNumber>1</WinNumber>
  551. <SubType>0</SubType>
  552. <ItemText>0x0807f800</ItemText>
  553. <AccSizeX>0</AccSizeX>
  554. </Mm>
  555. </MemoryWindow1>
  556. <Tracepoint>
  557. <THDelay>0</THDelay>
  558. </Tracepoint>
  559. <DebugFlag>
  560. <trace>0</trace>
  561. <periodic>1</periodic>
  562. <aLwin>1</aLwin>
  563. <aCover>0</aCover>
  564. <aSer1>0</aSer1>
  565. <aSer2>0</aSer2>
  566. <aPa>0</aPa>
  567. <viewmode>1</viewmode>
  568. <vrSel>0</vrSel>
  569. <aSym>0</aSym>
  570. <aTbox>0</aTbox>
  571. <AscS1>0</AscS1>
  572. <AscS2>0</AscS2>
  573. <AscS3>0</AscS3>
  574. <aSer3>0</aSer3>
  575. <eProf>0</eProf>
  576. <aLa>0</aLa>
  577. <aPa1>0</aPa1>
  578. <AscS4>0</AscS4>
  579. <aSer4>0</aSer4>
  580. <StkLoc>1</StkLoc>
  581. <TrcWin>0</TrcWin>
  582. <newCpu>0</newCpu>
  583. <uProt>0</uProt>
  584. </DebugFlag>
  585. <LintExecutable></LintExecutable>
  586. <LintConfigFile></LintConfigFile>
  587. <bLintAuto>0</bLintAuto>
  588. <bAutoGenD>0</bAutoGenD>
  589. <LntExFlags>0</LntExFlags>
  590. <pMisraName></pMisraName>
  591. <pszMrule></pszMrule>
  592. <pSingCmds></pSingCmds>
  593. <pMultCmds></pMultCmds>
  594. <pMisraNamep></pMisraNamep>
  595. <pszMrulep></pszMrulep>
  596. <pSingCmdsp></pSingCmdsp>
  597. <pMultCmdsp></pMultCmdsp>
  598. <DebugDescription>
  599. <Enable>1</Enable>
  600. <EnableFlashSeq>1</EnableFlashSeq>
  601. <EnableLog>0</EnableLog>
  602. <Protocol>2</Protocol>
  603. <DbgClock>10000000</DbgClock>
  604. </DebugDescription>
  605. </TargetOption>
  606. </Target>
  607. <Group>
  608. <GroupName>Application/MDK-ARM</GroupName>
  609. <tvExp>1</tvExp>
  610. <tvExpOptDlg>0</tvExpOptDlg>
  611. <cbSel>0</cbSel>
  612. <RteFlg>0</RteFlg>
  613. <File>
  614. <GroupNumber>1</GroupNumber>
  615. <FileNumber>1</FileNumber>
  616. <FileType>2</FileType>
  617. <tvExp>0</tvExp>
  618. <tvExpOptDlg>0</tvExpOptDlg>
  619. <bDave2>0</bDave2>
  620. <PathWithFileName>startup_stm32f103xe.s</PathWithFileName>
  621. <FilenameWithoutPath>startup_stm32f103xe.s</FilenameWithoutPath>
  622. <RteFlg>0</RteFlg>
  623. <bShared>0</bShared>
  624. </File>
  625. </Group>
  626. <Group>
  627. <GroupName>Application/User/Core</GroupName>
  628. <tvExp>1</tvExp>
  629. <tvExpOptDlg>0</tvExpOptDlg>
  630. <cbSel>0</cbSel>
  631. <RteFlg>0</RteFlg>
  632. <File>
  633. <GroupNumber>2</GroupNumber>
  634. <FileNumber>2</FileNumber>
  635. <FileType>1</FileType>
  636. <tvExp>0</tvExp>
  637. <tvExpOptDlg>0</tvExpOptDlg>
  638. <bDave2>0</bDave2>
  639. <PathWithFileName>../Core/Src/main.c</PathWithFileName>
  640. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  641. <RteFlg>0</RteFlg>
  642. <bShared>0</bShared>
  643. </File>
  644. <File>
  645. <GroupNumber>2</GroupNumber>
  646. <FileNumber>3</FileNumber>
  647. <FileType>1</FileType>
  648. <tvExp>0</tvExp>
  649. <tvExpOptDlg>0</tvExpOptDlg>
  650. <bDave2>0</bDave2>
  651. <PathWithFileName>../Core/Src/gpio.c</PathWithFileName>
  652. <FilenameWithoutPath>gpio.c</FilenameWithoutPath>
  653. <RteFlg>0</RteFlg>
  654. <bShared>0</bShared>
  655. </File>
  656. <File>
  657. <GroupNumber>2</GroupNumber>
  658. <FileNumber>4</FileNumber>
  659. <FileType>1</FileType>
  660. <tvExp>0</tvExp>
  661. <tvExpOptDlg>0</tvExpOptDlg>
  662. <bDave2>0</bDave2>
  663. <PathWithFileName>../Core/Src/adc.c</PathWithFileName>
  664. <FilenameWithoutPath>adc.c</FilenameWithoutPath>
  665. <RteFlg>0</RteFlg>
  666. <bShared>0</bShared>
  667. </File>
  668. <File>
  669. <GroupNumber>2</GroupNumber>
  670. <FileNumber>5</FileNumber>
  671. <FileType>1</FileType>
  672. <tvExp>0</tvExp>
  673. <tvExpOptDlg>0</tvExpOptDlg>
  674. <bDave2>0</bDave2>
  675. <PathWithFileName>../Core/Src/dma.c</PathWithFileName>
  676. <FilenameWithoutPath>dma.c</FilenameWithoutPath>
  677. <RteFlg>0</RteFlg>
  678. <bShared>0</bShared>
  679. </File>
  680. <File>
  681. <GroupNumber>2</GroupNumber>
  682. <FileNumber>6</FileNumber>
  683. <FileType>1</FileType>
  684. <tvExp>0</tvExp>
  685. <tvExpOptDlg>0</tvExpOptDlg>
  686. <bDave2>0</bDave2>
  687. <PathWithFileName>../Core/Src/i2c.c</PathWithFileName>
  688. <FilenameWithoutPath>i2c.c</FilenameWithoutPath>
  689. <RteFlg>0</RteFlg>
  690. <bShared>0</bShared>
  691. </File>
  692. <File>
  693. <GroupNumber>2</GroupNumber>
  694. <FileNumber>7</FileNumber>
  695. <FileType>1</FileType>
  696. <tvExp>0</tvExp>
  697. <tvExpOptDlg>0</tvExpOptDlg>
  698. <bDave2>0</bDave2>
  699. <PathWithFileName>../Core/Src/iwdg.c</PathWithFileName>
  700. <FilenameWithoutPath>iwdg.c</FilenameWithoutPath>
  701. <RteFlg>0</RteFlg>
  702. <bShared>0</bShared>
  703. </File>
  704. <File>
  705. <GroupNumber>2</GroupNumber>
  706. <FileNumber>8</FileNumber>
  707. <FileType>1</FileType>
  708. <tvExp>0</tvExp>
  709. <tvExpOptDlg>0</tvExpOptDlg>
  710. <bDave2>0</bDave2>
  711. <PathWithFileName>../Core/Src/tim.c</PathWithFileName>
  712. <FilenameWithoutPath>tim.c</FilenameWithoutPath>
  713. <RteFlg>0</RteFlg>
  714. <bShared>0</bShared>
  715. </File>
  716. <File>
  717. <GroupNumber>2</GroupNumber>
  718. <FileNumber>9</FileNumber>
  719. <FileType>1</FileType>
  720. <tvExp>0</tvExp>
  721. <tvExpOptDlg>0</tvExpOptDlg>
  722. <bDave2>0</bDave2>
  723. <PathWithFileName>../Core/Src/usart.c</PathWithFileName>
  724. <FilenameWithoutPath>usart.c</FilenameWithoutPath>
  725. <RteFlg>0</RteFlg>
  726. <bShared>0</bShared>
  727. </File>
  728. <File>
  729. <GroupNumber>2</GroupNumber>
  730. <FileNumber>10</FileNumber>
  731. <FileType>1</FileType>
  732. <tvExp>0</tvExp>
  733. <tvExpOptDlg>0</tvExpOptDlg>
  734. <bDave2>0</bDave2>
  735. <PathWithFileName>../Core/Src/stm32f1xx_it.c</PathWithFileName>
  736. <FilenameWithoutPath>stm32f1xx_it.c</FilenameWithoutPath>
  737. <RteFlg>0</RteFlg>
  738. <bShared>0</bShared>
  739. </File>
  740. <File>
  741. <GroupNumber>2</GroupNumber>
  742. <FileNumber>11</FileNumber>
  743. <FileType>1</FileType>
  744. <tvExp>0</tvExp>
  745. <tvExpOptDlg>0</tvExpOptDlg>
  746. <bDave2>0</bDave2>
  747. <PathWithFileName>../Core/Src/stm32f1xx_hal_msp.c</PathWithFileName>
  748. <FilenameWithoutPath>stm32f1xx_hal_msp.c</FilenameWithoutPath>
  749. <RteFlg>0</RteFlg>
  750. <bShared>0</bShared>
  751. </File>
  752. </Group>
  753. <Group>
  754. <GroupName>Drivers/STM32F1xx_HAL_Driver</GroupName>
  755. <tvExp>0</tvExp>
  756. <tvExpOptDlg>0</tvExpOptDlg>
  757. <cbSel>0</cbSel>
  758. <RteFlg>0</RteFlg>
  759. <File>
  760. <GroupNumber>3</GroupNumber>
  761. <FileNumber>12</FileNumber>
  762. <FileType>1</FileType>
  763. <tvExp>0</tvExp>
  764. <tvExpOptDlg>0</tvExpOptDlg>
  765. <bDave2>0</bDave2>
  766. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c</PathWithFileName>
  767. <FilenameWithoutPath>stm32f1xx_hal_gpio_ex.c</FilenameWithoutPath>
  768. <RteFlg>0</RteFlg>
  769. <bShared>0</bShared>
  770. </File>
  771. <File>
  772. <GroupNumber>3</GroupNumber>
  773. <FileNumber>13</FileNumber>
  774. <FileType>1</FileType>
  775. <tvExp>0</tvExp>
  776. <tvExpOptDlg>0</tvExpOptDlg>
  777. <bDave2>0</bDave2>
  778. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c</PathWithFileName>
  779. <FilenameWithoutPath>stm32f1xx_hal_adc.c</FilenameWithoutPath>
  780. <RteFlg>0</RteFlg>
  781. <bShared>0</bShared>
  782. </File>
  783. <File>
  784. <GroupNumber>3</GroupNumber>
  785. <FileNumber>14</FileNumber>
  786. <FileType>1</FileType>
  787. <tvExp>0</tvExp>
  788. <tvExpOptDlg>0</tvExpOptDlg>
  789. <bDave2>0</bDave2>
  790. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c</PathWithFileName>
  791. <FilenameWithoutPath>stm32f1xx_hal_adc_ex.c</FilenameWithoutPath>
  792. <RteFlg>0</RteFlg>
  793. <bShared>0</bShared>
  794. </File>
  795. <File>
  796. <GroupNumber>3</GroupNumber>
  797. <FileNumber>15</FileNumber>
  798. <FileType>1</FileType>
  799. <tvExp>0</tvExp>
  800. <tvExpOptDlg>0</tvExpOptDlg>
  801. <bDave2>0</bDave2>
  802. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c</PathWithFileName>
  803. <FilenameWithoutPath>stm32f1xx_hal.c</FilenameWithoutPath>
  804. <RteFlg>0</RteFlg>
  805. <bShared>0</bShared>
  806. </File>
  807. <File>
  808. <GroupNumber>3</GroupNumber>
  809. <FileNumber>16</FileNumber>
  810. <FileType>1</FileType>
  811. <tvExp>0</tvExp>
  812. <tvExpOptDlg>0</tvExpOptDlg>
  813. <bDave2>0</bDave2>
  814. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c</PathWithFileName>
  815. <FilenameWithoutPath>stm32f1xx_hal_rcc.c</FilenameWithoutPath>
  816. <RteFlg>0</RteFlg>
  817. <bShared>0</bShared>
  818. </File>
  819. <File>
  820. <GroupNumber>3</GroupNumber>
  821. <FileNumber>17</FileNumber>
  822. <FileType>1</FileType>
  823. <tvExp>0</tvExp>
  824. <tvExpOptDlg>0</tvExpOptDlg>
  825. <bDave2>0</bDave2>
  826. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c</PathWithFileName>
  827. <FilenameWithoutPath>stm32f1xx_hal_rcc_ex.c</FilenameWithoutPath>
  828. <RteFlg>0</RteFlg>
  829. <bShared>0</bShared>
  830. </File>
  831. <File>
  832. <GroupNumber>3</GroupNumber>
  833. <FileNumber>18</FileNumber>
  834. <FileType>1</FileType>
  835. <tvExp>0</tvExp>
  836. <tvExpOptDlg>0</tvExpOptDlg>
  837. <bDave2>0</bDave2>
  838. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c</PathWithFileName>
  839. <FilenameWithoutPath>stm32f1xx_hal_gpio.c</FilenameWithoutPath>
  840. <RteFlg>0</RteFlg>
  841. <bShared>0</bShared>
  842. </File>
  843. <File>
  844. <GroupNumber>3</GroupNumber>
  845. <FileNumber>19</FileNumber>
  846. <FileType>1</FileType>
  847. <tvExp>0</tvExp>
  848. <tvExpOptDlg>0</tvExpOptDlg>
  849. <bDave2>0</bDave2>
  850. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c</PathWithFileName>
  851. <FilenameWithoutPath>stm32f1xx_hal_dma.c</FilenameWithoutPath>
  852. <RteFlg>0</RteFlg>
  853. <bShared>0</bShared>
  854. </File>
  855. <File>
  856. <GroupNumber>3</GroupNumber>
  857. <FileNumber>20</FileNumber>
  858. <FileType>1</FileType>
  859. <tvExp>0</tvExp>
  860. <tvExpOptDlg>0</tvExpOptDlg>
  861. <bDave2>0</bDave2>
  862. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c</PathWithFileName>
  863. <FilenameWithoutPath>stm32f1xx_hal_cortex.c</FilenameWithoutPath>
  864. <RteFlg>0</RteFlg>
  865. <bShared>0</bShared>
  866. </File>
  867. <File>
  868. <GroupNumber>3</GroupNumber>
  869. <FileNumber>21</FileNumber>
  870. <FileType>1</FileType>
  871. <tvExp>0</tvExp>
  872. <tvExpOptDlg>0</tvExpOptDlg>
  873. <bDave2>0</bDave2>
  874. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c</PathWithFileName>
  875. <FilenameWithoutPath>stm32f1xx_hal_pwr.c</FilenameWithoutPath>
  876. <RteFlg>0</RteFlg>
  877. <bShared>0</bShared>
  878. </File>
  879. <File>
  880. <GroupNumber>3</GroupNumber>
  881. <FileNumber>22</FileNumber>
  882. <FileType>1</FileType>
  883. <tvExp>0</tvExp>
  884. <tvExpOptDlg>0</tvExpOptDlg>
  885. <bDave2>0</bDave2>
  886. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c</PathWithFileName>
  887. <FilenameWithoutPath>stm32f1xx_hal_flash.c</FilenameWithoutPath>
  888. <RteFlg>0</RteFlg>
  889. <bShared>0</bShared>
  890. </File>
  891. <File>
  892. <GroupNumber>3</GroupNumber>
  893. <FileNumber>23</FileNumber>
  894. <FileType>1</FileType>
  895. <tvExp>0</tvExp>
  896. <tvExpOptDlg>0</tvExpOptDlg>
  897. <bDave2>0</bDave2>
  898. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c</PathWithFileName>
  899. <FilenameWithoutPath>stm32f1xx_hal_flash_ex.c</FilenameWithoutPath>
  900. <RteFlg>0</RteFlg>
  901. <bShared>0</bShared>
  902. </File>
  903. <File>
  904. <GroupNumber>3</GroupNumber>
  905. <FileNumber>24</FileNumber>
  906. <FileType>1</FileType>
  907. <tvExp>0</tvExp>
  908. <tvExpOptDlg>0</tvExpOptDlg>
  909. <bDave2>0</bDave2>
  910. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c</PathWithFileName>
  911. <FilenameWithoutPath>stm32f1xx_hal_exti.c</FilenameWithoutPath>
  912. <RteFlg>0</RteFlg>
  913. <bShared>0</bShared>
  914. </File>
  915. <File>
  916. <GroupNumber>3</GroupNumber>
  917. <FileNumber>25</FileNumber>
  918. <FileType>1</FileType>
  919. <tvExp>0</tvExp>
  920. <tvExpOptDlg>0</tvExpOptDlg>
  921. <bDave2>0</bDave2>
  922. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c</PathWithFileName>
  923. <FilenameWithoutPath>stm32f1xx_hal_i2c.c</FilenameWithoutPath>
  924. <RteFlg>0</RteFlg>
  925. <bShared>0</bShared>
  926. </File>
  927. <File>
  928. <GroupNumber>3</GroupNumber>
  929. <FileNumber>26</FileNumber>
  930. <FileType>1</FileType>
  931. <tvExp>0</tvExp>
  932. <tvExpOptDlg>0</tvExpOptDlg>
  933. <bDave2>0</bDave2>
  934. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_iwdg.c</PathWithFileName>
  935. <FilenameWithoutPath>stm32f1xx_hal_iwdg.c</FilenameWithoutPath>
  936. <RteFlg>0</RteFlg>
  937. <bShared>0</bShared>
  938. </File>
  939. <File>
  940. <GroupNumber>3</GroupNumber>
  941. <FileNumber>27</FileNumber>
  942. <FileType>1</FileType>
  943. <tvExp>0</tvExp>
  944. <tvExpOptDlg>0</tvExpOptDlg>
  945. <bDave2>0</bDave2>
  946. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c</PathWithFileName>
  947. <FilenameWithoutPath>stm32f1xx_hal_tim.c</FilenameWithoutPath>
  948. <RteFlg>0</RteFlg>
  949. <bShared>0</bShared>
  950. </File>
  951. <File>
  952. <GroupNumber>3</GroupNumber>
  953. <FileNumber>28</FileNumber>
  954. <FileType>1</FileType>
  955. <tvExp>0</tvExp>
  956. <tvExpOptDlg>0</tvExpOptDlg>
  957. <bDave2>0</bDave2>
  958. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c</PathWithFileName>
  959. <FilenameWithoutPath>stm32f1xx_hal_tim_ex.c</FilenameWithoutPath>
  960. <RteFlg>0</RteFlg>
  961. <bShared>0</bShared>
  962. </File>
  963. <File>
  964. <GroupNumber>3</GroupNumber>
  965. <FileNumber>29</FileNumber>
  966. <FileType>1</FileType>
  967. <tvExp>0</tvExp>
  968. <tvExpOptDlg>0</tvExpOptDlg>
  969. <bDave2>0</bDave2>
  970. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c</PathWithFileName>
  971. <FilenameWithoutPath>stm32f1xx_hal_uart.c</FilenameWithoutPath>
  972. <RteFlg>0</RteFlg>
  973. <bShared>0</bShared>
  974. </File>
  975. </Group>
  976. <Group>
  977. <GroupName>Drivers/CMSIS</GroupName>
  978. <tvExp>1</tvExp>
  979. <tvExpOptDlg>0</tvExpOptDlg>
  980. <cbSel>0</cbSel>
  981. <RteFlg>0</RteFlg>
  982. <File>
  983. <GroupNumber>4</GroupNumber>
  984. <FileNumber>30</FileNumber>
  985. <FileType>1</FileType>
  986. <tvExp>0</tvExp>
  987. <tvExpOptDlg>0</tvExpOptDlg>
  988. <bDave2>0</bDave2>
  989. <PathWithFileName>../Core/Src/system_stm32f1xx.c</PathWithFileName>
  990. <FilenameWithoutPath>system_stm32f1xx.c</FilenameWithoutPath>
  991. <RteFlg>0</RteFlg>
  992. <bShared>0</bShared>
  993. </File>
  994. </Group>
  995. <Group>
  996. <GroupName>BoardInterface</GroupName>
  997. <tvExp>1</tvExp>
  998. <tvExpOptDlg>0</tvExpOptDlg>
  999. <cbSel>0</cbSel>
  1000. <RteFlg>0</RteFlg>
  1001. <File>
  1002. <GroupNumber>5</GroupNumber>
  1003. <FileNumber>31</FileNumber>
  1004. <FileType>1</FileType>
  1005. <tvExp>0</tvExp>
  1006. <tvExpOptDlg>0</tvExpOptDlg>
  1007. <bDave2>0</bDave2>
  1008. <PathWithFileName>..\BoardInterface\onechip_load_inf.c</PathWithFileName>
  1009. <FilenameWithoutPath>onechip_load_inf.c</FilenameWithoutPath>
  1010. <RteFlg>0</RteFlg>
  1011. <bShared>0</bShared>
  1012. </File>
  1013. </Group>
  1014. <Group>
  1015. <GroupName>tshell</GroupName>
  1016. <tvExp>1</tvExp>
  1017. <tvExpOptDlg>0</tvExpOptDlg>
  1018. <cbSel>0</cbSel>
  1019. <RteFlg>0</RteFlg>
  1020. <File>
  1021. <GroupNumber>6</GroupNumber>
  1022. <FileNumber>32</FileNumber>
  1023. <FileType>1</FileType>
  1024. <tvExp>0</tvExp>
  1025. <tvExpOptDlg>0</tvExpOptDlg>
  1026. <bDave2>0</bDave2>
  1027. <PathWithFileName>..\tshell\van_bsp_debug_shell.c</PathWithFileName>
  1028. <FilenameWithoutPath>van_bsp_debug_shell.c</FilenameWithoutPath>
  1029. <RteFlg>0</RteFlg>
  1030. <bShared>0</bShared>
  1031. </File>
  1032. <File>
  1033. <GroupNumber>6</GroupNumber>
  1034. <FileNumber>33</FileNumber>
  1035. <FileType>1</FileType>
  1036. <tvExp>0</tvExp>
  1037. <tvExpOptDlg>0</tvExpOptDlg>
  1038. <bDave2>0</bDave2>
  1039. <PathWithFileName>..\tshell\van_bsp_debug_uart.c</PathWithFileName>
  1040. <FilenameWithoutPath>van_bsp_debug_uart.c</FilenameWithoutPath>
  1041. <RteFlg>0</RteFlg>
  1042. <bShared>0</bShared>
  1043. </File>
  1044. <File>
  1045. <GroupNumber>6</GroupNumber>
  1046. <FileNumber>34</FileNumber>
  1047. <FileType>1</FileType>
  1048. <tvExp>0</tvExp>
  1049. <tvExpOptDlg>0</tvExpOptDlg>
  1050. <bDave2>0</bDave2>
  1051. <PathWithFileName>..\tshell\van_com_algorithm.c</PathWithFileName>
  1052. <FilenameWithoutPath>van_com_algorithm.c</FilenameWithoutPath>
  1053. <RteFlg>0</RteFlg>
  1054. <bShared>0</bShared>
  1055. </File>
  1056. </Group>
  1057. <Group>
  1058. <GroupName>DriverInterface</GroupName>
  1059. <tvExp>1</tvExp>
  1060. <tvExpOptDlg>0</tvExpOptDlg>
  1061. <cbSel>0</cbSel>
  1062. <RteFlg>0</RteFlg>
  1063. <File>
  1064. <GroupNumber>7</GroupNumber>
  1065. <FileNumber>35</FileNumber>
  1066. <FileType>1</FileType>
  1067. <tvExp>0</tvExp>
  1068. <tvExpOptDlg>0</tvExpOptDlg>
  1069. <bDave2>0</bDave2>
  1070. <PathWithFileName>..\DriverInterface\VAN_ITCallBack.c</PathWithFileName>
  1071. <FilenameWithoutPath>VAN_ITCallBack.c</FilenameWithoutPath>
  1072. <RteFlg>0</RteFlg>
  1073. <bShared>0</bShared>
  1074. </File>
  1075. <File>
  1076. <GroupNumber>7</GroupNumber>
  1077. <FileNumber>36</FileNumber>
  1078. <FileType>1</FileType>
  1079. <tvExp>0</tvExp>
  1080. <tvExpOptDlg>0</tvExpOptDlg>
  1081. <bDave2>0</bDave2>
  1082. <PathWithFileName>..\DriverInterface\pt1000.c</PathWithFileName>
  1083. <FilenameWithoutPath>pt1000.c</FilenameWithoutPath>
  1084. <RteFlg>0</RteFlg>
  1085. <bShared>0</bShared>
  1086. </File>
  1087. <File>
  1088. <GroupNumber>7</GroupNumber>
  1089. <FileNumber>37</FileNumber>
  1090. <FileType>1</FileType>
  1091. <tvExp>0</tvExp>
  1092. <tvExpOptDlg>0</tvExpOptDlg>
  1093. <bDave2>0</bDave2>
  1094. <PathWithFileName>..\DriverInterface\van_BSP_Com_Pwm.c</PathWithFileName>
  1095. <FilenameWithoutPath>van_BSP_Com_Pwm.c</FilenameWithoutPath>
  1096. <RteFlg>0</RteFlg>
  1097. <bShared>0</bShared>
  1098. </File>
  1099. <File>
  1100. <GroupNumber>7</GroupNumber>
  1101. <FileNumber>38</FileNumber>
  1102. <FileType>1</FileType>
  1103. <tvExp>0</tvExp>
  1104. <tvExpOptDlg>0</tvExpOptDlg>
  1105. <bDave2>0</bDave2>
  1106. <PathWithFileName>..\DriverInterface\van_BSP_Scanner.c</PathWithFileName>
  1107. <FilenameWithoutPath>van_BSP_Scanner.c</FilenameWithoutPath>
  1108. <RteFlg>0</RteFlg>
  1109. <bShared>0</bShared>
  1110. </File>
  1111. <File>
  1112. <GroupNumber>7</GroupNumber>
  1113. <FileNumber>39</FileNumber>
  1114. <FileType>1</FileType>
  1115. <tvExp>0</tvExp>
  1116. <tvExpOptDlg>0</tvExpOptDlg>
  1117. <bDave2>0</bDave2>
  1118. <PathWithFileName>..\DriverInterface\cJSON.c</PathWithFileName>
  1119. <FilenameWithoutPath>cJSON.c</FilenameWithoutPath>
  1120. <RteFlg>0</RteFlg>
  1121. <bShared>0</bShared>
  1122. </File>
  1123. <File>
  1124. <GroupNumber>7</GroupNumber>
  1125. <FileNumber>40</FileNumber>
  1126. <FileType>1</FileType>
  1127. <tvExp>0</tvExp>
  1128. <tvExpOptDlg>0</tvExpOptDlg>
  1129. <bDave2>0</bDave2>
  1130. <PathWithFileName>..\DriverInterface\ws2812.c</PathWithFileName>
  1131. <FilenameWithoutPath>ws2812.c</FilenameWithoutPath>
  1132. <RteFlg>0</RteFlg>
  1133. <bShared>0</bShared>
  1134. </File>
  1135. <File>
  1136. <GroupNumber>7</GroupNumber>
  1137. <FileNumber>41</FileNumber>
  1138. <FileType>1</FileType>
  1139. <tvExp>0</tvExp>
  1140. <tvExpOptDlg>0</tvExpOptDlg>
  1141. <bDave2>0</bDave2>
  1142. <PathWithFileName>..\DriverInterface\rgb381.c</PathWithFileName>
  1143. <FilenameWithoutPath>rgb381.c</FilenameWithoutPath>
  1144. <RteFlg>0</RteFlg>
  1145. <bShared>0</bShared>
  1146. </File>
  1147. <File>
  1148. <GroupNumber>7</GroupNumber>
  1149. <FileNumber>42</FileNumber>
  1150. <FileType>1</FileType>
  1151. <tvExp>0</tvExp>
  1152. <tvExpOptDlg>0</tvExpOptDlg>
  1153. <bDave2>0</bDave2>
  1154. <PathWithFileName>..\DriverInterface\ESP32_WROOM_32D.c</PathWithFileName>
  1155. <FilenameWithoutPath>ESP32_WROOM_32D.c</FilenameWithoutPath>
  1156. <RteFlg>0</RteFlg>
  1157. <bShared>0</bShared>
  1158. </File>
  1159. <File>
  1160. <GroupNumber>7</GroupNumber>
  1161. <FileNumber>43</FileNumber>
  1162. <FileType>1</FileType>
  1163. <tvExp>0</tvExp>
  1164. <tvExpOptDlg>0</tvExpOptDlg>
  1165. <bDave2>0</bDave2>
  1166. <PathWithFileName>..\DriverInterface\van_BSP_ESPUart.c</PathWithFileName>
  1167. <FilenameWithoutPath>van_BSP_ESPUart.c</FilenameWithoutPath>
  1168. <RteFlg>0</RteFlg>
  1169. <bShared>0</bShared>
  1170. </File>
  1171. <File>
  1172. <GroupNumber>7</GroupNumber>
  1173. <FileNumber>44</FileNumber>
  1174. <FileType>1</FileType>
  1175. <tvExp>0</tvExp>
  1176. <tvExpOptDlg>0</tvExpOptDlg>
  1177. <bDave2>0</bDave2>
  1178. <PathWithFileName>..\DriverInterface\usr_motor.c</PathWithFileName>
  1179. <FilenameWithoutPath>usr_motor.c</FilenameWithoutPath>
  1180. <RteFlg>0</RteFlg>
  1181. <bShared>0</bShared>
  1182. </File>
  1183. <File>
  1184. <GroupNumber>7</GroupNumber>
  1185. <FileNumber>45</FileNumber>
  1186. <FileType>1</FileType>
  1187. <tvExp>0</tvExp>
  1188. <tvExpOptDlg>0</tvExpOptDlg>
  1189. <bDave2>0</bDave2>
  1190. <PathWithFileName>..\DriverInterface\communication.c</PathWithFileName>
  1191. <FilenameWithoutPath>communication.c</FilenameWithoutPath>
  1192. <RteFlg>0</RteFlg>
  1193. <bShared>0</bShared>
  1194. </File>
  1195. <File>
  1196. <GroupNumber>7</GroupNumber>
  1197. <FileNumber>46</FileNumber>
  1198. <FileType>1</FileType>
  1199. <tvExp>0</tvExp>
  1200. <tvExpOptDlg>0</tvExpOptDlg>
  1201. <bDave2>0</bDave2>
  1202. <PathWithFileName>..\DriverInterface\onchip_flash.c</PathWithFileName>
  1203. <FilenameWithoutPath>onchip_flash.c</FilenameWithoutPath>
  1204. <RteFlg>0</RteFlg>
  1205. <bShared>0</bShared>
  1206. </File>
  1207. <File>
  1208. <GroupNumber>7</GroupNumber>
  1209. <FileNumber>47</FileNumber>
  1210. <FileType>1</FileType>
  1211. <tvExp>0</tvExp>
  1212. <tvExpOptDlg>0</tvExpOptDlg>
  1213. <bDave2>0</bDave2>
  1214. <PathWithFileName>..\DriverInterface\usr_lysis.c</PathWithFileName>
  1215. <FilenameWithoutPath>usr_lysis.c</FilenameWithoutPath>
  1216. <RteFlg>0</RteFlg>
  1217. <bShared>0</bShared>
  1218. </File>
  1219. <File>
  1220. <GroupNumber>7</GroupNumber>
  1221. <FileNumber>48</FileNumber>
  1222. <FileType>1</FileType>
  1223. <tvExp>0</tvExp>
  1224. <tvExpOptDlg>0</tvExpOptDlg>
  1225. <bDave2>0</bDave2>
  1226. <PathWithFileName>..\DriverInterface\state_mini.c</PathWithFileName>
  1227. <FilenameWithoutPath>state_mini.c</FilenameWithoutPath>
  1228. <RteFlg>0</RteFlg>
  1229. <bShared>0</bShared>
  1230. </File>
  1231. <File>
  1232. <GroupNumber>7</GroupNumber>
  1233. <FileNumber>49</FileNumber>
  1234. <FileType>1</FileType>
  1235. <tvExp>0</tvExp>
  1236. <tvExpOptDlg>0</tvExpOptDlg>
  1237. <bDave2>0</bDave2>
  1238. <PathWithFileName>..\DriverInterface\user_heater.c</PathWithFileName>
  1239. <FilenameWithoutPath>user_heater.c</FilenameWithoutPath>
  1240. <RteFlg>0</RteFlg>
  1241. <bShared>0</bShared>
  1242. </File>
  1243. <File>
  1244. <GroupNumber>7</GroupNumber>
  1245. <FileNumber>50</FileNumber>
  1246. <FileType>1</FileType>
  1247. <tvExp>0</tvExp>
  1248. <tvExpOptDlg>0</tvExpOptDlg>
  1249. <bDave2>0</bDave2>
  1250. <PathWithFileName>..\DriverInterface\van_BSP_Temp_mts01.c</PathWithFileName>
  1251. <FilenameWithoutPath>van_BSP_Temp_mts01.c</FilenameWithoutPath>
  1252. <RteFlg>0</RteFlg>
  1253. <bShared>0</bShared>
  1254. </File>
  1255. </Group>
  1256. <Group>
  1257. <GroupName>::CMSIS</GroupName>
  1258. <tvExp>0</tvExp>
  1259. <tvExpOptDlg>0</tvExpOptDlg>
  1260. <cbSel>0</cbSel>
  1261. <RteFlg>1</RteFlg>
  1262. </Group>
  1263. </ProjectOpt>