dtu_lan_gateway.uvoptx 56 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722
  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>dtu_lan_gateway</TargetName>
  21. <ToolsetNumber>0x4</ToolsetNumber>
  22. <ToolsetName>ARM-ADS</ToolsetName>
  23. <TargetOption>
  24. <CLKADS>25000000</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>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>0</tRfunc>
  92. <tRbox>1</tRbox>
  93. <tRtrace>1</tRtrace>
  94. <sRSysVw>1</sRSysVw>
  95. <tRSysVw>1</tRSysVw>
  96. <sRunDeb>0</sRunDeb>
  97. <sLrtime>0</sLrtime>
  98. <bEvRecOn>1</bEvRecOn>
  99. <bSchkAxf>0</bSchkAxf>
  100. <bTchkAxf>0</bTchkAxf>
  101. <nTsel>3</nTsel>
  102. <sDll></sDll>
  103. <sDllPa></sDllPa>
  104. <sDlgDll></sDlgDll>
  105. <sDlgPa></sDlgPa>
  106. <sIfile></sIfile>
  107. <tDll></tDll>
  108. <tDllPa></tDllPa>
  109. <tDlgDll></tDlgDll>
  110. <tDlgPa></tDlgPa>
  111. <tIfile></tIfile>
  112. <pMon>BIN\CMSIS_AGDI.dll</pMon>
  113. </DebugOpt>
  114. <TargetDriverDllRegistry>
  115. <SetRegEntry>
  116. <Number>0</Number>
  117. <Key>ARMRTXEVENTFLAGS</Key>
  118. <Name>-L70 -Z18 -C0 -M0 -T1</Name>
  119. </SetRegEntry>
  120. <SetRegEntry>
  121. <Number>0</Number>
  122. <Key>DLGTARM</Key>
  123. <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
  124. </SetRegEntry>
  125. <SetRegEntry>
  126. <Number>0</Number>
  127. <Key>ARMDBGFLAGS</Key>
  128. <Name></Name>
  129. </SetRegEntry>
  130. <SetRegEntry>
  131. <Number>0</Number>
  132. <Key>DLGUARM</Key>
  133. <Name></Name>
  134. </SetRegEntry>
  135. <SetRegEntry>
  136. <Number>0</Number>
  137. <Key>CMSIS_AGDI</Key>
  138. <Name>-X"Any" -UAny -O206 -S8 -C0 -P00000000 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(0) -TO65554 -TC10000000 -TT10000000 -TP20 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN1 -FF0STM32F2xx_1024.FLM -FS08000000 -FL0100000 -FP0($$Device:STM32F207ZGTx$CMSIS\Flash\STM32F2xx_1024.FLM)</Name>
  139. </SetRegEntry>
  140. <SetRegEntry>
  141. <Number>0</Number>
  142. <Key>JL2CM3</Key>
  143. <Name>-U69407005 -O111 -S8 -ZTIFSpeedSel50000 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC1000 -FN1 -FF0STM32F2xx_1024.FLM -FS08000000 -FL0100000 -FP0($$Device:STM32F207ZGTx$CMSIS\Flash\STM32F2xx_1024.FLM)</Name>
  144. </SetRegEntry>
  145. <SetRegEntry>
  146. <Number>0</Number>
  147. <Key>UL2CM3</Key>
  148. <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32F2xx_1024 -FS08000000 -FL0100000 -FP0($$Device:STM32F207ZGTx$CMSIS\Flash\STM32F2xx_1024.FLM))</Name>
  149. </SetRegEntry>
  150. </TargetDriverDllRegistry>
  151. <Breakpoint>
  152. <Bp>
  153. <Number>0</Number>
  154. <Type>0</Type>
  155. <LineNumber>1159</LineNumber>
  156. <EnabledFlag>1</EnabledFlag>
  157. <Address>134231092</Address>
  158. <ByteObject>0</ByteObject>
  159. <HtxType>0</HtxType>
  160. <ManyObjects>0</ManyObjects>
  161. <SizeOfObject>0</SizeOfObject>
  162. <BreakByAccess>0</BreakByAccess>
  163. <BreakIfRCount>1</BreakIfRCount>
  164. <Filename>..\HARDWARE\source\nandflash.c</Filename>
  165. <ExecCommand></ExecCommand>
  166. <Expression>\\dtu_lan_gateway\../HARDWARE/source/nandflash.c\1159</Expression>
  167. </Bp>
  168. <Bp>
  169. <Number>1</Number>
  170. <Type>0</Type>
  171. <LineNumber>39</LineNumber>
  172. <EnabledFlag>1</EnabledFlag>
  173. <Address>134246406</Address>
  174. <ByteObject>0</ByteObject>
  175. <HtxType>0</HtxType>
  176. <ManyObjects>0</ManyObjects>
  177. <SizeOfObject>0</SizeOfObject>
  178. <BreakByAccess>0</BreakByAccess>
  179. <BreakIfRCount>1</BreakIfRCount>
  180. <Filename>C:\Users\16936\Desktop\dtu_lan_gateway_hal\Middlewares\Third_Party\FatFS\src\diskio.c</Filename>
  181. <ExecCommand></ExecCommand>
  182. <Expression>\\dtu_lan_gateway\../Middlewares/Third_Party/FatFS/src/diskio.c\39</Expression>
  183. </Bp>
  184. <Bp>
  185. <Number>2</Number>
  186. <Type>0</Type>
  187. <LineNumber>73</LineNumber>
  188. <EnabledFlag>1</EnabledFlag>
  189. <Address>134246246</Address>
  190. <ByteObject>0</ByteObject>
  191. <HtxType>0</HtxType>
  192. <ManyObjects>0</ManyObjects>
  193. <SizeOfObject>0</SizeOfObject>
  194. <BreakByAccess>0</BreakByAccess>
  195. <BreakIfRCount>1</BreakIfRCount>
  196. <Filename>C:\Users\16936\Desktop\dtu_lan_gateway_hal\Middlewares\Third_Party\FatFS\src\diskio.c</Filename>
  197. <ExecCommand></ExecCommand>
  198. <Expression>\\dtu_lan_gateway\../Middlewares/Third_Party/FatFS/src/diskio.c\73</Expression>
  199. </Bp>
  200. <Bp>
  201. <Number>3</Number>
  202. <Type>0</Type>
  203. <LineNumber>110</LineNumber>
  204. <EnabledFlag>1</EnabledFlag>
  205. <Address>134246388</Address>
  206. <ByteObject>0</ByteObject>
  207. <HtxType>0</HtxType>
  208. <ManyObjects>0</ManyObjects>
  209. <SizeOfObject>0</SizeOfObject>
  210. <BreakByAccess>0</BreakByAccess>
  211. <BreakIfRCount>1</BreakIfRCount>
  212. <Filename>C:\Users\16936\Desktop\dtu_lan_gateway_hal\Middlewares\Third_Party\FatFS\src\diskio.c</Filename>
  213. <ExecCommand></ExecCommand>
  214. <Expression>\\dtu_lan_gateway\../Middlewares/Third_Party/FatFS/src/diskio.c\110</Expression>
  215. </Bp>
  216. <Bp>
  217. <Number>4</Number>
  218. <Type>0</Type>
  219. <LineNumber>4202</LineNumber>
  220. <EnabledFlag>1</EnabledFlag>
  221. <Address>134255216</Address>
  222. <ByteObject>0</ByteObject>
  223. <HtxType>0</HtxType>
  224. <ManyObjects>0</ManyObjects>
  225. <SizeOfObject>0</SizeOfObject>
  226. <BreakByAccess>0</BreakByAccess>
  227. <BreakIfRCount>1</BreakIfRCount>
  228. <Filename>C:\Users\16936\Desktop\dtu_lan_gateway_hal\Middlewares\Third_Party\FatFS\src\ff.c</Filename>
  229. <ExecCommand></ExecCommand>
  230. <Expression>\\dtu_lan_gateway\../Middlewares/Third_Party/FatFS/src/ff.c\4202</Expression>
  231. </Bp>
  232. </Breakpoint>
  233. <MemoryWindow1>
  234. <Mm>
  235. <WinNumber>1</WinNumber>
  236. <SubType>8</SubType>
  237. <ItemText>stream</ItemText>
  238. <AccSizeX>0</AccSizeX>
  239. </Mm>
  240. </MemoryWindow1>
  241. <Tracepoint>
  242. <THDelay>0</THDelay>
  243. </Tracepoint>
  244. <DebugFlag>
  245. <trace>0</trace>
  246. <periodic>1</periodic>
  247. <aLwin>1</aLwin>
  248. <aCover>0</aCover>
  249. <aSer1>0</aSer1>
  250. <aSer2>0</aSer2>
  251. <aPa>0</aPa>
  252. <viewmode>1</viewmode>
  253. <vrSel>0</vrSel>
  254. <aSym>0</aSym>
  255. <aTbox>0</aTbox>
  256. <AscS1>0</AscS1>
  257. <AscS2>0</AscS2>
  258. <AscS3>0</AscS3>
  259. <aSer3>0</aSer3>
  260. <eProf>0</eProf>
  261. <aLa>0</aLa>
  262. <aPa1>0</aPa1>
  263. <AscS4>0</AscS4>
  264. <aSer4>0</aSer4>
  265. <StkLoc>0</StkLoc>
  266. <TrcWin>0</TrcWin>
  267. <newCpu>0</newCpu>
  268. <uProt>0</uProt>
  269. </DebugFlag>
  270. <LintExecutable></LintExecutable>
  271. <LintConfigFile></LintConfigFile>
  272. <bLintAuto>0</bLintAuto>
  273. <bAutoGenD>0</bAutoGenD>
  274. <LntExFlags>0</LntExFlags>
  275. <pMisraName></pMisraName>
  276. <pszMrule></pszMrule>
  277. <pSingCmds></pSingCmds>
  278. <pMultCmds></pMultCmds>
  279. <pMisraNamep></pMisraNamep>
  280. <pszMrulep></pszMrulep>
  281. <pSingCmdsp></pSingCmdsp>
  282. <pMultCmdsp></pMultCmdsp>
  283. <DebugDescription>
  284. <Enable>1</Enable>
  285. <EnableFlashSeq>1</EnableFlashSeq>
  286. <EnableLog>0</EnableLog>
  287. <Protocol>2</Protocol>
  288. <DbgClock>10000000</DbgClock>
  289. </DebugDescription>
  290. </TargetOption>
  291. </Target>
  292. <Group>
  293. <GroupName>USER</GroupName>
  294. <tvExp>0</tvExp>
  295. <tvExpOptDlg>0</tvExpOptDlg>
  296. <cbSel>0</cbSel>
  297. <RteFlg>0</RteFlg>
  298. <File>
  299. <GroupNumber>1</GroupNumber>
  300. <FileNumber>1</FileNumber>
  301. <FileType>1</FileType>
  302. <tvExp>0</tvExp>
  303. <tvExpOptDlg>0</tvExpOptDlg>
  304. <bDave2>0</bDave2>
  305. <PathWithFileName>..\USER\source\main.c</PathWithFileName>
  306. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  307. <RteFlg>0</RteFlg>
  308. <bShared>0</bShared>
  309. </File>
  310. <File>
  311. <GroupNumber>1</GroupNumber>
  312. <FileNumber>2</FileNumber>
  313. <FileType>1</FileType>
  314. <tvExp>0</tvExp>
  315. <tvExpOptDlg>0</tvExpOptDlg>
  316. <bDave2>0</bDave2>
  317. <PathWithFileName>..\USER\source\app_ethernet.c</PathWithFileName>
  318. <FilenameWithoutPath>app_ethernet.c</FilenameWithoutPath>
  319. <RteFlg>0</RteFlg>
  320. <bShared>0</bShared>
  321. </File>
  322. <File>
  323. <GroupNumber>1</GroupNumber>
  324. <FileNumber>3</FileNumber>
  325. <FileType>1</FileType>
  326. <tvExp>0</tvExp>
  327. <tvExpOptDlg>0</tvExpOptDlg>
  328. <bDave2>0</bDave2>
  329. <PathWithFileName>..\USER\source\ethernetif.c</PathWithFileName>
  330. <FilenameWithoutPath>ethernetif.c</FilenameWithoutPath>
  331. <RteFlg>0</RteFlg>
  332. <bShared>0</bShared>
  333. </File>
  334. <File>
  335. <GroupNumber>1</GroupNumber>
  336. <FileNumber>4</FileNumber>
  337. <FileType>1</FileType>
  338. <tvExp>0</tvExp>
  339. <tvExpOptDlg>0</tvExpOptDlg>
  340. <bDave2>0</bDave2>
  341. <PathWithFileName>..\USER\source\stm32f2xx_it.c</PathWithFileName>
  342. <FilenameWithoutPath>stm32f2xx_it.c</FilenameWithoutPath>
  343. <RteFlg>0</RteFlg>
  344. <bShared>0</bShared>
  345. </File>
  346. <File>
  347. <GroupNumber>1</GroupNumber>
  348. <FileNumber>5</FileNumber>
  349. <FileType>1</FileType>
  350. <tvExp>0</tvExp>
  351. <tvExpOptDlg>0</tvExpOptDlg>
  352. <bDave2>0</bDave2>
  353. <PathWithFileName>..\USER\source\stm32f2xx_hal_timebase_tim.c</PathWithFileName>
  354. <FilenameWithoutPath>stm32f2xx_hal_timebase_tim.c</FilenameWithoutPath>
  355. <RteFlg>0</RteFlg>
  356. <bShared>0</bShared>
  357. </File>
  358. </Group>
  359. <Group>
  360. <GroupName>SYSTEM</GroupName>
  361. <tvExp>0</tvExp>
  362. <tvExpOptDlg>0</tvExpOptDlg>
  363. <cbSel>0</cbSel>
  364. <RteFlg>0</RteFlg>
  365. <File>
  366. <GroupNumber>2</GroupNumber>
  367. <FileNumber>6</FileNumber>
  368. <FileType>1</FileType>
  369. <tvExp>0</tvExp>
  370. <tvExpOptDlg>0</tvExpOptDlg>
  371. <bDave2>0</bDave2>
  372. <PathWithFileName>..\SYSTEM\source\log.c</PathWithFileName>
  373. <FilenameWithoutPath>log.c</FilenameWithoutPath>
  374. <RteFlg>0</RteFlg>
  375. <bShared>0</bShared>
  376. </File>
  377. <File>
  378. <GroupNumber>2</GroupNumber>
  379. <FileNumber>7</FileNumber>
  380. <FileType>1</FileType>
  381. <tvExp>0</tvExp>
  382. <tvExpOptDlg>0</tvExpOptDlg>
  383. <bDave2>0</bDave2>
  384. <PathWithFileName>..\SYSTEM\source\udp.c</PathWithFileName>
  385. <FilenameWithoutPath>udp.c</FilenameWithoutPath>
  386. <RteFlg>0</RteFlg>
  387. <bShared>0</bShared>
  388. </File>
  389. <File>
  390. <GroupNumber>2</GroupNumber>
  391. <FileNumber>8</FileNumber>
  392. <FileType>1</FileType>
  393. <tvExp>0</tvExp>
  394. <tvExpOptDlg>0</tvExpOptDlg>
  395. <bDave2>0</bDave2>
  396. <PathWithFileName>..\SYSTEM\source\myFile.c</PathWithFileName>
  397. <FilenameWithoutPath>myFile.c</FilenameWithoutPath>
  398. <RteFlg>0</RteFlg>
  399. <bShared>0</bShared>
  400. </File>
  401. </Group>
  402. <Group>
  403. <GroupName>HARDWARE</GroupName>
  404. <tvExp>0</tvExp>
  405. <tvExpOptDlg>0</tvExpOptDlg>
  406. <cbSel>0</cbSel>
  407. <RteFlg>0</RteFlg>
  408. <File>
  409. <GroupNumber>3</GroupNumber>
  410. <FileNumber>9</FileNumber>
  411. <FileType>1</FileType>
  412. <tvExp>0</tvExp>
  413. <tvExpOptDlg>0</tvExpOptDlg>
  414. <bDave2>0</bDave2>
  415. <PathWithFileName>..\HARDWARE\source\bsp_fsmc_sram.c</PathWithFileName>
  416. <FilenameWithoutPath>bsp_fsmc_sram.c</FilenameWithoutPath>
  417. <RteFlg>0</RteFlg>
  418. <bShared>0</bShared>
  419. </File>
  420. <File>
  421. <GroupNumber>3</GroupNumber>
  422. <FileNumber>10</FileNumber>
  423. <FileType>1</FileType>
  424. <tvExp>0</tvExp>
  425. <tvExpOptDlg>0</tvExpOptDlg>
  426. <bDave2>0</bDave2>
  427. <PathWithFileName>..\HARDWARE\source\bsp_fsmc_nandflash.c</PathWithFileName>
  428. <FilenameWithoutPath>bsp_fsmc_nandflash.c</FilenameWithoutPath>
  429. <RteFlg>0</RteFlg>
  430. <bShared>0</bShared>
  431. </File>
  432. <File>
  433. <GroupNumber>3</GroupNumber>
  434. <FileNumber>11</FileNumber>
  435. <FileType>1</FileType>
  436. <tvExp>0</tvExp>
  437. <tvExpOptDlg>0</tvExpOptDlg>
  438. <bDave2>0</bDave2>
  439. <PathWithFileName>..\HARDWARE\source\nandflash.c</PathWithFileName>
  440. <FilenameWithoutPath>nandflash.c</FilenameWithoutPath>
  441. <RteFlg>0</RteFlg>
  442. <bShared>0</bShared>
  443. </File>
  444. </Group>
  445. <Group>
  446. <GroupName>Drivers/CMSIS</GroupName>
  447. <tvExp>0</tvExp>
  448. <tvExpOptDlg>0</tvExpOptDlg>
  449. <cbSel>0</cbSel>
  450. <RteFlg>0</RteFlg>
  451. <File>
  452. <GroupNumber>4</GroupNumber>
  453. <FileNumber>12</FileNumber>
  454. <FileType>1</FileType>
  455. <tvExp>0</tvExp>
  456. <tvExpOptDlg>0</tvExpOptDlg>
  457. <bDave2>0</bDave2>
  458. <PathWithFileName>..\Drivers\CMSIS\source\system_stm32f2xx.c</PathWithFileName>
  459. <FilenameWithoutPath>system_stm32f2xx.c</FilenameWithoutPath>
  460. <RteFlg>0</RteFlg>
  461. <bShared>0</bShared>
  462. </File>
  463. <File>
  464. <GroupNumber>4</GroupNumber>
  465. <FileNumber>13</FileNumber>
  466. <FileType>2</FileType>
  467. <tvExp>0</tvExp>
  468. <tvExpOptDlg>0</tvExpOptDlg>
  469. <bDave2>0</bDave2>
  470. <PathWithFileName>..\Drivers\CMSIS\source\startup_stm32f207xx.s</PathWithFileName>
  471. <FilenameWithoutPath>startup_stm32f207xx.s</FilenameWithoutPath>
  472. <RteFlg>0</RteFlg>
  473. <bShared>0</bShared>
  474. </File>
  475. </Group>
  476. <Group>
  477. <GroupName>Drivers/STM32F2xx_HAL_Driver</GroupName>
  478. <tvExp>0</tvExp>
  479. <tvExpOptDlg>0</tvExpOptDlg>
  480. <cbSel>0</cbSel>
  481. <RteFlg>0</RteFlg>
  482. <File>
  483. <GroupNumber>5</GroupNumber>
  484. <FileNumber>14</FileNumber>
  485. <FileType>1</FileType>
  486. <tvExp>0</tvExp>
  487. <tvExpOptDlg>0</tvExpOptDlg>
  488. <bDave2>0</bDave2>
  489. <PathWithFileName>..\Drivers\STM32F2xx_HAL_Driver\Src\stm32f2xx_hal.c</PathWithFileName>
  490. <FilenameWithoutPath>stm32f2xx_hal.c</FilenameWithoutPath>
  491. <RteFlg>0</RteFlg>
  492. <bShared>0</bShared>
  493. </File>
  494. <File>
  495. <GroupNumber>5</GroupNumber>
  496. <FileNumber>15</FileNumber>
  497. <FileType>1</FileType>
  498. <tvExp>0</tvExp>
  499. <tvExpOptDlg>0</tvExpOptDlg>
  500. <bDave2>0</bDave2>
  501. <PathWithFileName>..\Drivers\STM32F2xx_HAL_Driver\Src\stm32f2xx_hal_adc.c</PathWithFileName>
  502. <FilenameWithoutPath>stm32f2xx_hal_adc.c</FilenameWithoutPath>
  503. <RteFlg>0</RteFlg>
  504. <bShared>0</bShared>
  505. </File>
  506. <File>
  507. <GroupNumber>5</GroupNumber>
  508. <FileNumber>16</FileNumber>
  509. <FileType>1</FileType>
  510. <tvExp>0</tvExp>
  511. <tvExpOptDlg>0</tvExpOptDlg>
  512. <bDave2>0</bDave2>
  513. <PathWithFileName>..\Drivers\STM32F2xx_HAL_Driver\Src\stm32f2xx_hal_cortex.c</PathWithFileName>
  514. <FilenameWithoutPath>stm32f2xx_hal_cortex.c</FilenameWithoutPath>
  515. <RteFlg>0</RteFlg>
  516. <bShared>0</bShared>
  517. </File>
  518. <File>
  519. <GroupNumber>5</GroupNumber>
  520. <FileNumber>17</FileNumber>
  521. <FileType>1</FileType>
  522. <tvExp>0</tvExp>
  523. <tvExpOptDlg>0</tvExpOptDlg>
  524. <bDave2>0</bDave2>
  525. <PathWithFileName>..\Drivers\STM32F2xx_HAL_Driver\Src\stm32f2xx_hal_dma.c</PathWithFileName>
  526. <FilenameWithoutPath>stm32f2xx_hal_dma.c</FilenameWithoutPath>
  527. <RteFlg>0</RteFlg>
  528. <bShared>0</bShared>
  529. </File>
  530. <File>
  531. <GroupNumber>5</GroupNumber>
  532. <FileNumber>18</FileNumber>
  533. <FileType>1</FileType>
  534. <tvExp>0</tvExp>
  535. <tvExpOptDlg>0</tvExpOptDlg>
  536. <bDave2>0</bDave2>
  537. <PathWithFileName>..\Drivers\STM32F2xx_HAL_Driver\Src\stm32f2xx_hal_eth.c</PathWithFileName>
  538. <FilenameWithoutPath>stm32f2xx_hal_eth.c</FilenameWithoutPath>
  539. <RteFlg>0</RteFlg>
  540. <bShared>0</bShared>
  541. </File>
  542. <File>
  543. <GroupNumber>5</GroupNumber>
  544. <FileNumber>19</FileNumber>
  545. <FileType>1</FileType>
  546. <tvExp>0</tvExp>
  547. <tvExpOptDlg>0</tvExpOptDlg>
  548. <bDave2>0</bDave2>
  549. <PathWithFileName>..\Drivers\STM32F2xx_HAL_Driver\Src\stm32f2xx_hal_flash.c</PathWithFileName>
  550. <FilenameWithoutPath>stm32f2xx_hal_flash.c</FilenameWithoutPath>
  551. <RteFlg>0</RteFlg>
  552. <bShared>0</bShared>
  553. </File>
  554. <File>
  555. <GroupNumber>5</GroupNumber>
  556. <FileNumber>20</FileNumber>
  557. <FileType>1</FileType>
  558. <tvExp>0</tvExp>
  559. <tvExpOptDlg>0</tvExpOptDlg>
  560. <bDave2>0</bDave2>
  561. <PathWithFileName>..\Drivers\STM32F2xx_HAL_Driver\Src\stm32f2xx_hal_flash_ex.c</PathWithFileName>
  562. <FilenameWithoutPath>stm32f2xx_hal_flash_ex.c</FilenameWithoutPath>
  563. <RteFlg>0</RteFlg>
  564. <bShared>0</bShared>
  565. </File>
  566. <File>
  567. <GroupNumber>5</GroupNumber>
  568. <FileNumber>21</FileNumber>
  569. <FileType>1</FileType>
  570. <tvExp>0</tvExp>
  571. <tvExpOptDlg>0</tvExpOptDlg>
  572. <bDave2>0</bDave2>
  573. <PathWithFileName>..\Drivers\STM32F2xx_HAL_Driver\Src\stm32f2xx_hal_i2c.c</PathWithFileName>
  574. <FilenameWithoutPath>stm32f2xx_hal_i2c.c</FilenameWithoutPath>
  575. <RteFlg>0</RteFlg>
  576. <bShared>0</bShared>
  577. </File>
  578. <File>
  579. <GroupNumber>5</GroupNumber>
  580. <FileNumber>22</FileNumber>
  581. <FileType>1</FileType>
  582. <tvExp>0</tvExp>
  583. <tvExpOptDlg>0</tvExpOptDlg>
  584. <bDave2>0</bDave2>
  585. <PathWithFileName>..\Drivers\STM32F2xx_HAL_Driver\Src\stm32f2xx_hal_i2s.c</PathWithFileName>
  586. <FilenameWithoutPath>stm32f2xx_hal_i2s.c</FilenameWithoutPath>
  587. <RteFlg>0</RteFlg>
  588. <bShared>0</bShared>
  589. </File>
  590. <File>
  591. <GroupNumber>5</GroupNumber>
  592. <FileNumber>23</FileNumber>
  593. <FileType>1</FileType>
  594. <tvExp>0</tvExp>
  595. <tvExpOptDlg>0</tvExpOptDlg>
  596. <bDave2>0</bDave2>
  597. <PathWithFileName>..\Drivers\STM32F2xx_HAL_Driver\Src\stm32f2xx_hal_pwr.c</PathWithFileName>
  598. <FilenameWithoutPath>stm32f2xx_hal_pwr.c</FilenameWithoutPath>
  599. <RteFlg>0</RteFlg>
  600. <bShared>0</bShared>
  601. </File>
  602. <File>
  603. <GroupNumber>5</GroupNumber>
  604. <FileNumber>24</FileNumber>
  605. <FileType>1</FileType>
  606. <tvExp>0</tvExp>
  607. <tvExpOptDlg>0</tvExpOptDlg>
  608. <bDave2>0</bDave2>
  609. <PathWithFileName>..\Drivers\STM32F2xx_HAL_Driver\Src\stm32f2xx_hal_sram.c</PathWithFileName>
  610. <FilenameWithoutPath>stm32f2xx_hal_sram.c</FilenameWithoutPath>
  611. <RteFlg>0</RteFlg>
  612. <bShared>0</bShared>
  613. </File>
  614. <File>
  615. <GroupNumber>5</GroupNumber>
  616. <FileNumber>25</FileNumber>
  617. <FileType>1</FileType>
  618. <tvExp>0</tvExp>
  619. <tvExpOptDlg>0</tvExpOptDlg>
  620. <bDave2>0</bDave2>
  621. <PathWithFileName>..\Drivers\STM32F2xx_HAL_Driver\Src\stm32f2xx_hal_rcc.c</PathWithFileName>
  622. <FilenameWithoutPath>stm32f2xx_hal_rcc.c</FilenameWithoutPath>
  623. <RteFlg>0</RteFlg>
  624. <bShared>0</bShared>
  625. </File>
  626. <File>
  627. <GroupNumber>5</GroupNumber>
  628. <FileNumber>26</FileNumber>
  629. <FileType>1</FileType>
  630. <tvExp>0</tvExp>
  631. <tvExpOptDlg>0</tvExpOptDlg>
  632. <bDave2>0</bDave2>
  633. <PathWithFileName>..\Drivers\STM32F2xx_HAL_Driver\Src\stm32f2xx_hal_gpio.c</PathWithFileName>
  634. <FilenameWithoutPath>stm32f2xx_hal_gpio.c</FilenameWithoutPath>
  635. <RteFlg>0</RteFlg>
  636. <bShared>0</bShared>
  637. </File>
  638. <File>
  639. <GroupNumber>5</GroupNumber>
  640. <FileNumber>27</FileNumber>
  641. <FileType>1</FileType>
  642. <tvExp>0</tvExp>
  643. <tvExpOptDlg>0</tvExpOptDlg>
  644. <bDave2>0</bDave2>
  645. <PathWithFileName>..\Drivers\STM32F2xx_HAL_Driver\Src\stm32f2xx_hal_usart.c</PathWithFileName>
  646. <FilenameWithoutPath>stm32f2xx_hal_usart.c</FilenameWithoutPath>
  647. <RteFlg>0</RteFlg>
  648. <bShared>0</bShared>
  649. </File>
  650. <File>
  651. <GroupNumber>5</GroupNumber>
  652. <FileNumber>28</FileNumber>
  653. <FileType>1</FileType>
  654. <tvExp>0</tvExp>
  655. <tvExpOptDlg>0</tvExpOptDlg>
  656. <bDave2>0</bDave2>
  657. <PathWithFileName>..\Drivers\STM32F2xx_HAL_Driver\Src\stm32f2xx_hal_tim.c</PathWithFileName>
  658. <FilenameWithoutPath>stm32f2xx_hal_tim.c</FilenameWithoutPath>
  659. <RteFlg>0</RteFlg>
  660. <bShared>0</bShared>
  661. </File>
  662. <File>
  663. <GroupNumber>5</GroupNumber>
  664. <FileNumber>29</FileNumber>
  665. <FileType>1</FileType>
  666. <tvExp>0</tvExp>
  667. <tvExpOptDlg>0</tvExpOptDlg>
  668. <bDave2>0</bDave2>
  669. <PathWithFileName>..\Drivers\STM32F2xx_HAL_Driver\Src\stm32f2xx_hal_tim_ex.c</PathWithFileName>
  670. <FilenameWithoutPath>stm32f2xx_hal_tim_ex.c</FilenameWithoutPath>
  671. <RteFlg>0</RteFlg>
  672. <bShared>0</bShared>
  673. </File>
  674. <File>
  675. <GroupNumber>5</GroupNumber>
  676. <FileNumber>30</FileNumber>
  677. <FileType>1</FileType>
  678. <tvExp>0</tvExp>
  679. <tvExpOptDlg>0</tvExpOptDlg>
  680. <bDave2>0</bDave2>
  681. <PathWithFileName>..\Drivers\STM32F2xx_HAL_Driver\Src\stm32f2xx_hal_adc_ex.c</PathWithFileName>
  682. <FilenameWithoutPath>stm32f2xx_hal_adc_ex.c</FilenameWithoutPath>
  683. <RteFlg>0</RteFlg>
  684. <bShared>0</bShared>
  685. </File>
  686. <File>
  687. <GroupNumber>5</GroupNumber>
  688. <FileNumber>31</FileNumber>
  689. <FileType>1</FileType>
  690. <tvExp>0</tvExp>
  691. <tvExpOptDlg>0</tvExpOptDlg>
  692. <bDave2>0</bDave2>
  693. <PathWithFileName>..\Drivers\STM32F2xx_HAL_Driver\Src\stm32f2xx_ll_fsmc.c</PathWithFileName>
  694. <FilenameWithoutPath>stm32f2xx_ll_fsmc.c</FilenameWithoutPath>
  695. <RteFlg>0</RteFlg>
  696. <bShared>0</bShared>
  697. </File>
  698. <File>
  699. <GroupNumber>5</GroupNumber>
  700. <FileNumber>32</FileNumber>
  701. <FileType>1</FileType>
  702. <tvExp>0</tvExp>
  703. <tvExpOptDlg>0</tvExpOptDlg>
  704. <bDave2>0</bDave2>
  705. <PathWithFileName>..\Drivers\STM32F2xx_HAL_Driver\Src\stm32f2xx_hal_nand.c</PathWithFileName>
  706. <FilenameWithoutPath>stm32f2xx_hal_nand.c</FilenameWithoutPath>
  707. <RteFlg>0</RteFlg>
  708. <bShared>0</bShared>
  709. </File>
  710. </Group>
  711. <Group>
  712. <GroupName>Middlewares/Lwip/Netif</GroupName>
  713. <tvExp>0</tvExp>
  714. <tvExpOptDlg>0</tvExpOptDlg>
  715. <cbSel>0</cbSel>
  716. <RteFlg>0</RteFlg>
  717. <File>
  718. <GroupNumber>6</GroupNumber>
  719. <FileNumber>33</FileNumber>
  720. <FileType>1</FileType>
  721. <tvExp>0</tvExp>
  722. <tvExpOptDlg>0</tvExpOptDlg>
  723. <bDave2>0</bDave2>
  724. <PathWithFileName>..\Middlewares\Third_Party\LwIP\system\OS\sys_arch.c</PathWithFileName>
  725. <FilenameWithoutPath>sys_arch.c</FilenameWithoutPath>
  726. <RteFlg>0</RteFlg>
  727. <bShared>0</bShared>
  728. </File>
  729. <File>
  730. <GroupNumber>6</GroupNumber>
  731. <FileNumber>34</FileNumber>
  732. <FileType>1</FileType>
  733. <tvExp>0</tvExp>
  734. <tvExpOptDlg>0</tvExpOptDlg>
  735. <bDave2>0</bDave2>
  736. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\netif\ethernet.c</PathWithFileName>
  737. <FilenameWithoutPath>ethernet.c</FilenameWithoutPath>
  738. <RteFlg>0</RteFlg>
  739. <bShared>0</bShared>
  740. </File>
  741. </Group>
  742. <Group>
  743. <GroupName>Middlewares/Lwip/Core/IPv4</GroupName>
  744. <tvExp>0</tvExp>
  745. <tvExpOptDlg>0</tvExpOptDlg>
  746. <cbSel>0</cbSel>
  747. <RteFlg>0</RteFlg>
  748. <File>
  749. <GroupNumber>7</GroupNumber>
  750. <FileNumber>35</FileNumber>
  751. <FileType>1</FileType>
  752. <tvExp>0</tvExp>
  753. <tvExpOptDlg>0</tvExpOptDlg>
  754. <bDave2>0</bDave2>
  755. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\core\ipv4\autoip.c</PathWithFileName>
  756. <FilenameWithoutPath>autoip.c</FilenameWithoutPath>
  757. <RteFlg>0</RteFlg>
  758. <bShared>0</bShared>
  759. </File>
  760. <File>
  761. <GroupNumber>7</GroupNumber>
  762. <FileNumber>36</FileNumber>
  763. <FileType>1</FileType>
  764. <tvExp>0</tvExp>
  765. <tvExpOptDlg>0</tvExpOptDlg>
  766. <bDave2>0</bDave2>
  767. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\core\ipv4\dhcp.c</PathWithFileName>
  768. <FilenameWithoutPath>dhcp.c</FilenameWithoutPath>
  769. <RteFlg>0</RteFlg>
  770. <bShared>0</bShared>
  771. </File>
  772. <File>
  773. <GroupNumber>7</GroupNumber>
  774. <FileNumber>37</FileNumber>
  775. <FileType>1</FileType>
  776. <tvExp>0</tvExp>
  777. <tvExpOptDlg>0</tvExpOptDlg>
  778. <bDave2>0</bDave2>
  779. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\core\ipv4\etharp.c</PathWithFileName>
  780. <FilenameWithoutPath>etharp.c</FilenameWithoutPath>
  781. <RteFlg>0</RteFlg>
  782. <bShared>0</bShared>
  783. </File>
  784. <File>
  785. <GroupNumber>7</GroupNumber>
  786. <FileNumber>38</FileNumber>
  787. <FileType>1</FileType>
  788. <tvExp>0</tvExp>
  789. <tvExpOptDlg>0</tvExpOptDlg>
  790. <bDave2>0</bDave2>
  791. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\core\ipv4\igmp.c</PathWithFileName>
  792. <FilenameWithoutPath>igmp.c</FilenameWithoutPath>
  793. <RteFlg>0</RteFlg>
  794. <bShared>0</bShared>
  795. </File>
  796. <File>
  797. <GroupNumber>7</GroupNumber>
  798. <FileNumber>39</FileNumber>
  799. <FileType>1</FileType>
  800. <tvExp>0</tvExp>
  801. <tvExpOptDlg>0</tvExpOptDlg>
  802. <bDave2>0</bDave2>
  803. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\core\ipv4\ip4.c</PathWithFileName>
  804. <FilenameWithoutPath>ip4.c</FilenameWithoutPath>
  805. <RteFlg>0</RteFlg>
  806. <bShared>0</bShared>
  807. </File>
  808. <File>
  809. <GroupNumber>7</GroupNumber>
  810. <FileNumber>40</FileNumber>
  811. <FileType>1</FileType>
  812. <tvExp>0</tvExp>
  813. <tvExpOptDlg>0</tvExpOptDlg>
  814. <bDave2>0</bDave2>
  815. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\core\ipv4\ip4_addr.c</PathWithFileName>
  816. <FilenameWithoutPath>ip4_addr.c</FilenameWithoutPath>
  817. <RteFlg>0</RteFlg>
  818. <bShared>0</bShared>
  819. </File>
  820. <File>
  821. <GroupNumber>7</GroupNumber>
  822. <FileNumber>41</FileNumber>
  823. <FileType>1</FileType>
  824. <tvExp>0</tvExp>
  825. <tvExpOptDlg>0</tvExpOptDlg>
  826. <bDave2>0</bDave2>
  827. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\core\ipv4\ip4_frag.c</PathWithFileName>
  828. <FilenameWithoutPath>ip4_frag.c</FilenameWithoutPath>
  829. <RteFlg>0</RteFlg>
  830. <bShared>0</bShared>
  831. </File>
  832. <File>
  833. <GroupNumber>7</GroupNumber>
  834. <FileNumber>42</FileNumber>
  835. <FileType>1</FileType>
  836. <tvExp>0</tvExp>
  837. <tvExpOptDlg>0</tvExpOptDlg>
  838. <bDave2>0</bDave2>
  839. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\core\ipv4\icmp.c</PathWithFileName>
  840. <FilenameWithoutPath>icmp.c</FilenameWithoutPath>
  841. <RteFlg>0</RteFlg>
  842. <bShared>0</bShared>
  843. </File>
  844. </Group>
  845. <Group>
  846. <GroupName>Middlewares/Lwip/Api</GroupName>
  847. <tvExp>0</tvExp>
  848. <tvExpOptDlg>0</tvExpOptDlg>
  849. <cbSel>0</cbSel>
  850. <RteFlg>0</RteFlg>
  851. <File>
  852. <GroupNumber>8</GroupNumber>
  853. <FileNumber>43</FileNumber>
  854. <FileType>1</FileType>
  855. <tvExp>0</tvExp>
  856. <tvExpOptDlg>0</tvExpOptDlg>
  857. <bDave2>0</bDave2>
  858. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\api\api_lib.c</PathWithFileName>
  859. <FilenameWithoutPath>api_lib.c</FilenameWithoutPath>
  860. <RteFlg>0</RteFlg>
  861. <bShared>0</bShared>
  862. </File>
  863. <File>
  864. <GroupNumber>8</GroupNumber>
  865. <FileNumber>44</FileNumber>
  866. <FileType>1</FileType>
  867. <tvExp>0</tvExp>
  868. <tvExpOptDlg>0</tvExpOptDlg>
  869. <bDave2>0</bDave2>
  870. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\api\api_msg.c</PathWithFileName>
  871. <FilenameWithoutPath>api_msg.c</FilenameWithoutPath>
  872. <RteFlg>0</RteFlg>
  873. <bShared>0</bShared>
  874. </File>
  875. <File>
  876. <GroupNumber>8</GroupNumber>
  877. <FileNumber>45</FileNumber>
  878. <FileType>1</FileType>
  879. <tvExp>0</tvExp>
  880. <tvExpOptDlg>0</tvExpOptDlg>
  881. <bDave2>0</bDave2>
  882. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\api\err.c</PathWithFileName>
  883. <FilenameWithoutPath>err.c</FilenameWithoutPath>
  884. <RteFlg>0</RteFlg>
  885. <bShared>0</bShared>
  886. </File>
  887. <File>
  888. <GroupNumber>8</GroupNumber>
  889. <FileNumber>46</FileNumber>
  890. <FileType>1</FileType>
  891. <tvExp>0</tvExp>
  892. <tvExpOptDlg>0</tvExpOptDlg>
  893. <bDave2>0</bDave2>
  894. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\api\netbuf.c</PathWithFileName>
  895. <FilenameWithoutPath>netbuf.c</FilenameWithoutPath>
  896. <RteFlg>0</RteFlg>
  897. <bShared>0</bShared>
  898. </File>
  899. <File>
  900. <GroupNumber>8</GroupNumber>
  901. <FileNumber>47</FileNumber>
  902. <FileType>1</FileType>
  903. <tvExp>0</tvExp>
  904. <tvExpOptDlg>0</tvExpOptDlg>
  905. <bDave2>0</bDave2>
  906. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\api\netdb.c</PathWithFileName>
  907. <FilenameWithoutPath>netdb.c</FilenameWithoutPath>
  908. <RteFlg>0</RteFlg>
  909. <bShared>0</bShared>
  910. </File>
  911. <File>
  912. <GroupNumber>8</GroupNumber>
  913. <FileNumber>48</FileNumber>
  914. <FileType>1</FileType>
  915. <tvExp>0</tvExp>
  916. <tvExpOptDlg>0</tvExpOptDlg>
  917. <bDave2>0</bDave2>
  918. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\api\netifapi.c</PathWithFileName>
  919. <FilenameWithoutPath>netifapi.c</FilenameWithoutPath>
  920. <RteFlg>0</RteFlg>
  921. <bShared>0</bShared>
  922. </File>
  923. <File>
  924. <GroupNumber>8</GroupNumber>
  925. <FileNumber>49</FileNumber>
  926. <FileType>1</FileType>
  927. <tvExp>0</tvExp>
  928. <tvExpOptDlg>0</tvExpOptDlg>
  929. <bDave2>0</bDave2>
  930. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\api\sockets.c</PathWithFileName>
  931. <FilenameWithoutPath>sockets.c</FilenameWithoutPath>
  932. <RteFlg>0</RteFlg>
  933. <bShared>0</bShared>
  934. </File>
  935. <File>
  936. <GroupNumber>8</GroupNumber>
  937. <FileNumber>50</FileNumber>
  938. <FileType>1</FileType>
  939. <tvExp>0</tvExp>
  940. <tvExpOptDlg>0</tvExpOptDlg>
  941. <bDave2>0</bDave2>
  942. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\api\tcpip.c</PathWithFileName>
  943. <FilenameWithoutPath>tcpip.c</FilenameWithoutPath>
  944. <RteFlg>0</RteFlg>
  945. <bShared>0</bShared>
  946. </File>
  947. </Group>
  948. <Group>
  949. <GroupName>Middlewares/Lwip/Core</GroupName>
  950. <tvExp>0</tvExp>
  951. <tvExpOptDlg>0</tvExpOptDlg>
  952. <cbSel>0</cbSel>
  953. <RteFlg>0</RteFlg>
  954. <File>
  955. <GroupNumber>9</GroupNumber>
  956. <FileNumber>51</FileNumber>
  957. <FileType>1</FileType>
  958. <tvExp>0</tvExp>
  959. <tvExpOptDlg>0</tvExpOptDlg>
  960. <bDave2>0</bDave2>
  961. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\core\def.c</PathWithFileName>
  962. <FilenameWithoutPath>def.c</FilenameWithoutPath>
  963. <RteFlg>0</RteFlg>
  964. <bShared>0</bShared>
  965. </File>
  966. <File>
  967. <GroupNumber>9</GroupNumber>
  968. <FileNumber>52</FileNumber>
  969. <FileType>1</FileType>
  970. <tvExp>0</tvExp>
  971. <tvExpOptDlg>0</tvExpOptDlg>
  972. <bDave2>0</bDave2>
  973. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\core\dns.c</PathWithFileName>
  974. <FilenameWithoutPath>dns.c</FilenameWithoutPath>
  975. <RteFlg>0</RteFlg>
  976. <bShared>0</bShared>
  977. </File>
  978. <File>
  979. <GroupNumber>9</GroupNumber>
  980. <FileNumber>53</FileNumber>
  981. <FileType>1</FileType>
  982. <tvExp>0</tvExp>
  983. <tvExpOptDlg>0</tvExpOptDlg>
  984. <bDave2>0</bDave2>
  985. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\core\inet_chksum.c</PathWithFileName>
  986. <FilenameWithoutPath>inet_chksum.c</FilenameWithoutPath>
  987. <RteFlg>0</RteFlg>
  988. <bShared>0</bShared>
  989. </File>
  990. <File>
  991. <GroupNumber>9</GroupNumber>
  992. <FileNumber>54</FileNumber>
  993. <FileType>1</FileType>
  994. <tvExp>0</tvExp>
  995. <tvExpOptDlg>0</tvExpOptDlg>
  996. <bDave2>0</bDave2>
  997. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\core\init.c</PathWithFileName>
  998. <FilenameWithoutPath>init.c</FilenameWithoutPath>
  999. <RteFlg>0</RteFlg>
  1000. <bShared>0</bShared>
  1001. </File>
  1002. <File>
  1003. <GroupNumber>9</GroupNumber>
  1004. <FileNumber>55</FileNumber>
  1005. <FileType>1</FileType>
  1006. <tvExp>0</tvExp>
  1007. <tvExpOptDlg>0</tvExpOptDlg>
  1008. <bDave2>0</bDave2>
  1009. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\core\ip.c</PathWithFileName>
  1010. <FilenameWithoutPath>ip.c</FilenameWithoutPath>
  1011. <RteFlg>0</RteFlg>
  1012. <bShared>0</bShared>
  1013. </File>
  1014. <File>
  1015. <GroupNumber>9</GroupNumber>
  1016. <FileNumber>56</FileNumber>
  1017. <FileType>1</FileType>
  1018. <tvExp>0</tvExp>
  1019. <tvExpOptDlg>0</tvExpOptDlg>
  1020. <bDave2>0</bDave2>
  1021. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\core\mem.c</PathWithFileName>
  1022. <FilenameWithoutPath>mem.c</FilenameWithoutPath>
  1023. <RteFlg>0</RteFlg>
  1024. <bShared>0</bShared>
  1025. </File>
  1026. <File>
  1027. <GroupNumber>9</GroupNumber>
  1028. <FileNumber>57</FileNumber>
  1029. <FileType>1</FileType>
  1030. <tvExp>0</tvExp>
  1031. <tvExpOptDlg>0</tvExpOptDlg>
  1032. <bDave2>0</bDave2>
  1033. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\core\memp.c</PathWithFileName>
  1034. <FilenameWithoutPath>memp.c</FilenameWithoutPath>
  1035. <RteFlg>0</RteFlg>
  1036. <bShared>0</bShared>
  1037. </File>
  1038. <File>
  1039. <GroupNumber>9</GroupNumber>
  1040. <FileNumber>58</FileNumber>
  1041. <FileType>1</FileType>
  1042. <tvExp>0</tvExp>
  1043. <tvExpOptDlg>0</tvExpOptDlg>
  1044. <bDave2>0</bDave2>
  1045. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\core\netif.c</PathWithFileName>
  1046. <FilenameWithoutPath>netif.c</FilenameWithoutPath>
  1047. <RteFlg>0</RteFlg>
  1048. <bShared>0</bShared>
  1049. </File>
  1050. <File>
  1051. <GroupNumber>9</GroupNumber>
  1052. <FileNumber>59</FileNumber>
  1053. <FileType>1</FileType>
  1054. <tvExp>0</tvExp>
  1055. <tvExpOptDlg>0</tvExpOptDlg>
  1056. <bDave2>0</bDave2>
  1057. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\core\pbuf.c</PathWithFileName>
  1058. <FilenameWithoutPath>pbuf.c</FilenameWithoutPath>
  1059. <RteFlg>0</RteFlg>
  1060. <bShared>0</bShared>
  1061. </File>
  1062. <File>
  1063. <GroupNumber>9</GroupNumber>
  1064. <FileNumber>60</FileNumber>
  1065. <FileType>1</FileType>
  1066. <tvExp>0</tvExp>
  1067. <tvExpOptDlg>0</tvExpOptDlg>
  1068. <bDave2>0</bDave2>
  1069. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\core\raw.c</PathWithFileName>
  1070. <FilenameWithoutPath>raw.c</FilenameWithoutPath>
  1071. <RteFlg>0</RteFlg>
  1072. <bShared>0</bShared>
  1073. </File>
  1074. <File>
  1075. <GroupNumber>9</GroupNumber>
  1076. <FileNumber>61</FileNumber>
  1077. <FileType>1</FileType>
  1078. <tvExp>0</tvExp>
  1079. <tvExpOptDlg>0</tvExpOptDlg>
  1080. <bDave2>0</bDave2>
  1081. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\core\stats.c</PathWithFileName>
  1082. <FilenameWithoutPath>stats.c</FilenameWithoutPath>
  1083. <RteFlg>0</RteFlg>
  1084. <bShared>0</bShared>
  1085. </File>
  1086. <File>
  1087. <GroupNumber>9</GroupNumber>
  1088. <FileNumber>62</FileNumber>
  1089. <FileType>1</FileType>
  1090. <tvExp>0</tvExp>
  1091. <tvExpOptDlg>0</tvExpOptDlg>
  1092. <bDave2>0</bDave2>
  1093. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\core\sys.c</PathWithFileName>
  1094. <FilenameWithoutPath>sys.c</FilenameWithoutPath>
  1095. <RteFlg>0</RteFlg>
  1096. <bShared>0</bShared>
  1097. </File>
  1098. <File>
  1099. <GroupNumber>9</GroupNumber>
  1100. <FileNumber>63</FileNumber>
  1101. <FileType>1</FileType>
  1102. <tvExp>0</tvExp>
  1103. <tvExpOptDlg>0</tvExpOptDlg>
  1104. <bDave2>0</bDave2>
  1105. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\core\tcp.c</PathWithFileName>
  1106. <FilenameWithoutPath>tcp.c</FilenameWithoutPath>
  1107. <RteFlg>0</RteFlg>
  1108. <bShared>0</bShared>
  1109. </File>
  1110. <File>
  1111. <GroupNumber>9</GroupNumber>
  1112. <FileNumber>64</FileNumber>
  1113. <FileType>1</FileType>
  1114. <tvExp>0</tvExp>
  1115. <tvExpOptDlg>0</tvExpOptDlg>
  1116. <bDave2>0</bDave2>
  1117. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\core\tcp_in.c</PathWithFileName>
  1118. <FilenameWithoutPath>tcp_in.c</FilenameWithoutPath>
  1119. <RteFlg>0</RteFlg>
  1120. <bShared>0</bShared>
  1121. </File>
  1122. <File>
  1123. <GroupNumber>9</GroupNumber>
  1124. <FileNumber>65</FileNumber>
  1125. <FileType>1</FileType>
  1126. <tvExp>0</tvExp>
  1127. <tvExpOptDlg>0</tvExpOptDlg>
  1128. <bDave2>0</bDave2>
  1129. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\core\tcp_out.c</PathWithFileName>
  1130. <FilenameWithoutPath>tcp_out.c</FilenameWithoutPath>
  1131. <RteFlg>0</RteFlg>
  1132. <bShared>0</bShared>
  1133. </File>
  1134. <File>
  1135. <GroupNumber>9</GroupNumber>
  1136. <FileNumber>66</FileNumber>
  1137. <FileType>1</FileType>
  1138. <tvExp>0</tvExp>
  1139. <tvExpOptDlg>0</tvExpOptDlg>
  1140. <bDave2>0</bDave2>
  1141. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\core\timeouts.c</PathWithFileName>
  1142. <FilenameWithoutPath>timeouts.c</FilenameWithoutPath>
  1143. <RteFlg>0</RteFlg>
  1144. <bShared>0</bShared>
  1145. </File>
  1146. <File>
  1147. <GroupNumber>9</GroupNumber>
  1148. <FileNumber>67</FileNumber>
  1149. <FileType>1</FileType>
  1150. <tvExp>0</tvExp>
  1151. <tvExpOptDlg>0</tvExpOptDlg>
  1152. <bDave2>0</bDave2>
  1153. <PathWithFileName>..\Middlewares\Third_Party\LwIP\src\core\udp.c</PathWithFileName>
  1154. <FilenameWithoutPath>udp.c</FilenameWithoutPath>
  1155. <RteFlg>0</RteFlg>
  1156. <bShared>0</bShared>
  1157. </File>
  1158. </Group>
  1159. <Group>
  1160. <GroupName>Middlewares/FreeRTOS</GroupName>
  1161. <tvExp>0</tvExp>
  1162. <tvExpOptDlg>0</tvExpOptDlg>
  1163. <cbSel>0</cbSel>
  1164. <RteFlg>0</RteFlg>
  1165. <File>
  1166. <GroupNumber>10</GroupNumber>
  1167. <FileNumber>68</FileNumber>
  1168. <FileType>1</FileType>
  1169. <tvExp>0</tvExp>
  1170. <tvExpOptDlg>0</tvExpOptDlg>
  1171. <bDave2>0</bDave2>
  1172. <PathWithFileName>..\Middlewares\Third_Party\FreeRTOS\Source\croutine.c</PathWithFileName>
  1173. <FilenameWithoutPath>croutine.c</FilenameWithoutPath>
  1174. <RteFlg>0</RteFlg>
  1175. <bShared>0</bShared>
  1176. </File>
  1177. <File>
  1178. <GroupNumber>10</GroupNumber>
  1179. <FileNumber>69</FileNumber>
  1180. <FileType>1</FileType>
  1181. <tvExp>0</tvExp>
  1182. <tvExpOptDlg>0</tvExpOptDlg>
  1183. <bDave2>0</bDave2>
  1184. <PathWithFileName>..\Middlewares\Third_Party\FreeRTOS\Source\event_groups.c</PathWithFileName>
  1185. <FilenameWithoutPath>event_groups.c</FilenameWithoutPath>
  1186. <RteFlg>0</RteFlg>
  1187. <bShared>0</bShared>
  1188. </File>
  1189. <File>
  1190. <GroupNumber>10</GroupNumber>
  1191. <FileNumber>70</FileNumber>
  1192. <FileType>1</FileType>
  1193. <tvExp>0</tvExp>
  1194. <tvExpOptDlg>0</tvExpOptDlg>
  1195. <bDave2>0</bDave2>
  1196. <PathWithFileName>..\Middlewares\Third_Party\FreeRTOS\Source\list.c</PathWithFileName>
  1197. <FilenameWithoutPath>list.c</FilenameWithoutPath>
  1198. <RteFlg>0</RteFlg>
  1199. <bShared>0</bShared>
  1200. </File>
  1201. <File>
  1202. <GroupNumber>10</GroupNumber>
  1203. <FileNumber>71</FileNumber>
  1204. <FileType>1</FileType>
  1205. <tvExp>0</tvExp>
  1206. <tvExpOptDlg>0</tvExpOptDlg>
  1207. <bDave2>0</bDave2>
  1208. <PathWithFileName>..\Middlewares\Third_Party\FreeRTOS\Source\queue.c</PathWithFileName>
  1209. <FilenameWithoutPath>queue.c</FilenameWithoutPath>
  1210. <RteFlg>0</RteFlg>
  1211. <bShared>0</bShared>
  1212. </File>
  1213. <File>
  1214. <GroupNumber>10</GroupNumber>
  1215. <FileNumber>72</FileNumber>
  1216. <FileType>1</FileType>
  1217. <tvExp>0</tvExp>
  1218. <tvExpOptDlg>0</tvExpOptDlg>
  1219. <bDave2>0</bDave2>
  1220. <PathWithFileName>..\Middlewares\Third_Party\FreeRTOS\Source\stream_buffer.c</PathWithFileName>
  1221. <FilenameWithoutPath>stream_buffer.c</FilenameWithoutPath>
  1222. <RteFlg>0</RteFlg>
  1223. <bShared>0</bShared>
  1224. </File>
  1225. <File>
  1226. <GroupNumber>10</GroupNumber>
  1227. <FileNumber>73</FileNumber>
  1228. <FileType>1</FileType>
  1229. <tvExp>0</tvExp>
  1230. <tvExpOptDlg>0</tvExpOptDlg>
  1231. <bDave2>0</bDave2>
  1232. <PathWithFileName>..\Middlewares\Third_Party\FreeRTOS\Source\tasks.c</PathWithFileName>
  1233. <FilenameWithoutPath>tasks.c</FilenameWithoutPath>
  1234. <RteFlg>0</RteFlg>
  1235. <bShared>0</bShared>
  1236. </File>
  1237. <File>
  1238. <GroupNumber>10</GroupNumber>
  1239. <FileNumber>74</FileNumber>
  1240. <FileType>1</FileType>
  1241. <tvExp>0</tvExp>
  1242. <tvExpOptDlg>0</tvExpOptDlg>
  1243. <bDave2>0</bDave2>
  1244. <PathWithFileName>..\Middlewares\Third_Party\FreeRTOS\Source\timers.c</PathWithFileName>
  1245. <FilenameWithoutPath>timers.c</FilenameWithoutPath>
  1246. <RteFlg>0</RteFlg>
  1247. <bShared>0</bShared>
  1248. </File>
  1249. </Group>
  1250. <Group>
  1251. <GroupName>Middlewares/FreeRTOS/portable</GroupName>
  1252. <tvExp>0</tvExp>
  1253. <tvExpOptDlg>0</tvExpOptDlg>
  1254. <cbSel>0</cbSel>
  1255. <RteFlg>0</RteFlg>
  1256. <File>
  1257. <GroupNumber>11</GroupNumber>
  1258. <FileNumber>75</FileNumber>
  1259. <FileType>1</FileType>
  1260. <tvExp>0</tvExp>
  1261. <tvExpOptDlg>0</tvExpOptDlg>
  1262. <bDave2>0</bDave2>
  1263. <PathWithFileName>..\Middlewares\Third_Party\FreeRTOS\Source\portable\MemMang\heap_4.c</PathWithFileName>
  1264. <FilenameWithoutPath>heap_4.c</FilenameWithoutPath>
  1265. <RteFlg>0</RteFlg>
  1266. <bShared>0</bShared>
  1267. </File>
  1268. <File>
  1269. <GroupNumber>11</GroupNumber>
  1270. <FileNumber>76</FileNumber>
  1271. <FileType>1</FileType>
  1272. <tvExp>0</tvExp>
  1273. <tvExpOptDlg>0</tvExpOptDlg>
  1274. <bDave2>0</bDave2>
  1275. <PathWithFileName>..\Middlewares\Third_Party\FreeRTOS\Source\portable\RVDS\ARM_CM3\port.c</PathWithFileName>
  1276. <FilenameWithoutPath>port.c</FilenameWithoutPath>
  1277. <RteFlg>0</RteFlg>
  1278. <bShared>0</bShared>
  1279. </File>
  1280. <File>
  1281. <GroupNumber>11</GroupNumber>
  1282. <FileNumber>77</FileNumber>
  1283. <FileType>1</FileType>
  1284. <tvExp>0</tvExp>
  1285. <tvExpOptDlg>0</tvExpOptDlg>
  1286. <bDave2>0</bDave2>
  1287. <PathWithFileName>..\Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS\cmsis_os.c</PathWithFileName>
  1288. <FilenameWithoutPath>cmsis_os.c</FilenameWithoutPath>
  1289. <RteFlg>0</RteFlg>
  1290. <bShared>0</bShared>
  1291. </File>
  1292. </Group>
  1293. <Group>
  1294. <GroupName>Middlewares/mqttClient</GroupName>
  1295. <tvExp>0</tvExp>
  1296. <tvExpOptDlg>0</tvExpOptDlg>
  1297. <cbSel>0</cbSel>
  1298. <RteFlg>0</RteFlg>
  1299. <File>
  1300. <GroupNumber>12</GroupNumber>
  1301. <FileNumber>78</FileNumber>
  1302. <FileType>1</FileType>
  1303. <tvExp>0</tvExp>
  1304. <tvExpOptDlg>0</tvExpOptDlg>
  1305. <bDave2>0</bDave2>
  1306. <PathWithFileName>..\Middlewares\Third_Party\mqttclient\mqttclient\mqttclient.c</PathWithFileName>
  1307. <FilenameWithoutPath>mqttclient.c</FilenameWithoutPath>
  1308. <RteFlg>0</RteFlg>
  1309. <bShared>0</bShared>
  1310. </File>
  1311. </Group>
  1312. <Group>
  1313. <GroupName>Middlewares/mqttClient/mqtt</GroupName>
  1314. <tvExp>0</tvExp>
  1315. <tvExpOptDlg>0</tvExpOptDlg>
  1316. <cbSel>0</cbSel>
  1317. <RteFlg>0</RteFlg>
  1318. <File>
  1319. <GroupNumber>13</GroupNumber>
  1320. <FileNumber>79</FileNumber>
  1321. <FileType>1</FileType>
  1322. <tvExp>0</tvExp>
  1323. <tvExpOptDlg>0</tvExpOptDlg>
  1324. <bDave2>0</bDave2>
  1325. <PathWithFileName>..\Middlewares\Third_Party\mqttclient\mqtt\MQTTConnectClient.c</PathWithFileName>
  1326. <FilenameWithoutPath>MQTTConnectClient.c</FilenameWithoutPath>
  1327. <RteFlg>0</RteFlg>
  1328. <bShared>0</bShared>
  1329. </File>
  1330. <File>
  1331. <GroupNumber>13</GroupNumber>
  1332. <FileNumber>80</FileNumber>
  1333. <FileType>1</FileType>
  1334. <tvExp>0</tvExp>
  1335. <tvExpOptDlg>0</tvExpOptDlg>
  1336. <bDave2>0</bDave2>
  1337. <PathWithFileName>..\Middlewares\Third_Party\mqttclient\mqtt\MQTTConnectServer.c</PathWithFileName>
  1338. <FilenameWithoutPath>MQTTConnectServer.c</FilenameWithoutPath>
  1339. <RteFlg>0</RteFlg>
  1340. <bShared>0</bShared>
  1341. </File>
  1342. <File>
  1343. <GroupNumber>13</GroupNumber>
  1344. <FileNumber>81</FileNumber>
  1345. <FileType>1</FileType>
  1346. <tvExp>0</tvExp>
  1347. <tvExpOptDlg>0</tvExpOptDlg>
  1348. <bDave2>0</bDave2>
  1349. <PathWithFileName>..\Middlewares\Third_Party\mqttclient\mqtt\MQTTDeserializePublish.c</PathWithFileName>
  1350. <FilenameWithoutPath>MQTTDeserializePublish.c</FilenameWithoutPath>
  1351. <RteFlg>0</RteFlg>
  1352. <bShared>0</bShared>
  1353. </File>
  1354. <File>
  1355. <GroupNumber>13</GroupNumber>
  1356. <FileNumber>82</FileNumber>
  1357. <FileType>1</FileType>
  1358. <tvExp>0</tvExp>
  1359. <tvExpOptDlg>0</tvExpOptDlg>
  1360. <bDave2>0</bDave2>
  1361. <PathWithFileName>..\Middlewares\Third_Party\mqttclient\mqtt\MQTTFormat.c</PathWithFileName>
  1362. <FilenameWithoutPath>MQTTFormat.c</FilenameWithoutPath>
  1363. <RteFlg>0</RteFlg>
  1364. <bShared>0</bShared>
  1365. </File>
  1366. <File>
  1367. <GroupNumber>13</GroupNumber>
  1368. <FileNumber>83</FileNumber>
  1369. <FileType>1</FileType>
  1370. <tvExp>0</tvExp>
  1371. <tvExpOptDlg>0</tvExpOptDlg>
  1372. <bDave2>0</bDave2>
  1373. <PathWithFileName>..\Middlewares\Third_Party\mqttclient\mqtt\MQTTPacket.c</PathWithFileName>
  1374. <FilenameWithoutPath>MQTTPacket.c</FilenameWithoutPath>
  1375. <RteFlg>0</RteFlg>
  1376. <bShared>0</bShared>
  1377. </File>
  1378. <File>
  1379. <GroupNumber>13</GroupNumber>
  1380. <FileNumber>84</FileNumber>
  1381. <FileType>1</FileType>
  1382. <tvExp>0</tvExp>
  1383. <tvExpOptDlg>0</tvExpOptDlg>
  1384. <bDave2>0</bDave2>
  1385. <PathWithFileName>..\Middlewares\Third_Party\mqttclient\mqtt\MQTTSerializePublish.c</PathWithFileName>
  1386. <FilenameWithoutPath>MQTTSerializePublish.c</FilenameWithoutPath>
  1387. <RteFlg>0</RteFlg>
  1388. <bShared>0</bShared>
  1389. </File>
  1390. <File>
  1391. <GroupNumber>13</GroupNumber>
  1392. <FileNumber>85</FileNumber>
  1393. <FileType>1</FileType>
  1394. <tvExp>0</tvExp>
  1395. <tvExpOptDlg>0</tvExpOptDlg>
  1396. <bDave2>0</bDave2>
  1397. <PathWithFileName>..\Middlewares\Third_Party\mqttclient\mqtt\MQTTSubscribeClient.c</PathWithFileName>
  1398. <FilenameWithoutPath>MQTTSubscribeClient.c</FilenameWithoutPath>
  1399. <RteFlg>0</RteFlg>
  1400. <bShared>0</bShared>
  1401. </File>
  1402. <File>
  1403. <GroupNumber>13</GroupNumber>
  1404. <FileNumber>86</FileNumber>
  1405. <FileType>1</FileType>
  1406. <tvExp>0</tvExp>
  1407. <tvExpOptDlg>0</tvExpOptDlg>
  1408. <bDave2>0</bDave2>
  1409. <PathWithFileName>..\Middlewares\Third_Party\mqttclient\mqtt\MQTTSubscribeServer.c</PathWithFileName>
  1410. <FilenameWithoutPath>MQTTSubscribeServer.c</FilenameWithoutPath>
  1411. <RteFlg>0</RteFlg>
  1412. <bShared>0</bShared>
  1413. </File>
  1414. <File>
  1415. <GroupNumber>13</GroupNumber>
  1416. <FileNumber>87</FileNumber>
  1417. <FileType>1</FileType>
  1418. <tvExp>0</tvExp>
  1419. <tvExpOptDlg>0</tvExpOptDlg>
  1420. <bDave2>0</bDave2>
  1421. <PathWithFileName>..\Middlewares\Third_Party\mqttclient\mqtt\MQTTUnsubscribeClient.c</PathWithFileName>
  1422. <FilenameWithoutPath>MQTTUnsubscribeClient.c</FilenameWithoutPath>
  1423. <RteFlg>0</RteFlg>
  1424. <bShared>0</bShared>
  1425. </File>
  1426. <File>
  1427. <GroupNumber>13</GroupNumber>
  1428. <FileNumber>88</FileNumber>
  1429. <FileType>1</FileType>
  1430. <tvExp>0</tvExp>
  1431. <tvExpOptDlg>0</tvExpOptDlg>
  1432. <bDave2>0</bDave2>
  1433. <PathWithFileName>..\Middlewares\Third_Party\mqttclient\mqtt\MQTTUnsubscribeServer.c</PathWithFileName>
  1434. <FilenameWithoutPath>MQTTUnsubscribeServer.c</FilenameWithoutPath>
  1435. <RteFlg>0</RteFlg>
  1436. <bShared>0</bShared>
  1437. </File>
  1438. </Group>
  1439. <Group>
  1440. <GroupName>Middlewares/mqttClient/salof</GroupName>
  1441. <tvExp>0</tvExp>
  1442. <tvExpOptDlg>0</tvExpOptDlg>
  1443. <cbSel>0</cbSel>
  1444. <RteFlg>0</RteFlg>
  1445. <File>
  1446. <GroupNumber>14</GroupNumber>
  1447. <FileNumber>89</FileNumber>
  1448. <FileType>1</FileType>
  1449. <tvExp>0</tvExp>
  1450. <tvExpOptDlg>0</tvExpOptDlg>
  1451. <bDave2>0</bDave2>
  1452. <PathWithFileName>..\Middlewares\Third_Party\mqttclient\common\log\arch\freertos\arch.c</PathWithFileName>
  1453. <FilenameWithoutPath>arch.c</FilenameWithoutPath>
  1454. <RteFlg>0</RteFlg>
  1455. <bShared>0</bShared>
  1456. </File>
  1457. <File>
  1458. <GroupNumber>14</GroupNumber>
  1459. <FileNumber>90</FileNumber>
  1460. <FileType>1</FileType>
  1461. <tvExp>0</tvExp>
  1462. <tvExpOptDlg>0</tvExpOptDlg>
  1463. <bDave2>0</bDave2>
  1464. <PathWithFileName>..\Middlewares\Third_Party\mqttclient\common\log\fifo.c</PathWithFileName>
  1465. <FilenameWithoutPath>fifo.c</FilenameWithoutPath>
  1466. <RteFlg>0</RteFlg>
  1467. <bShared>0</bShared>
  1468. </File>
  1469. <File>
  1470. <GroupNumber>14</GroupNumber>
  1471. <FileNumber>91</FileNumber>
  1472. <FileType>1</FileType>
  1473. <tvExp>0</tvExp>
  1474. <tvExpOptDlg>0</tvExpOptDlg>
  1475. <bDave2>0</bDave2>
  1476. <PathWithFileName>..\Middlewares\Third_Party\mqttclient\common\log\format.c</PathWithFileName>
  1477. <FilenameWithoutPath>format.c</FilenameWithoutPath>
  1478. <RteFlg>0</RteFlg>
  1479. <bShared>0</bShared>
  1480. </File>
  1481. <File>
  1482. <GroupNumber>14</GroupNumber>
  1483. <FileNumber>92</FileNumber>
  1484. <FileType>1</FileType>
  1485. <tvExp>0</tvExp>
  1486. <tvExpOptDlg>0</tvExpOptDlg>
  1487. <bDave2>0</bDave2>
  1488. <PathWithFileName>..\Middlewares\Third_Party\mqttclient\common\log\salof.c</PathWithFileName>
  1489. <FilenameWithoutPath>salof.c</FilenameWithoutPath>
  1490. <RteFlg>0</RteFlg>
  1491. <bShared>0</bShared>
  1492. </File>
  1493. </Group>
  1494. <Group>
  1495. <GroupName>Middlewares/mqttClient/common</GroupName>
  1496. <tvExp>0</tvExp>
  1497. <tvExpOptDlg>0</tvExpOptDlg>
  1498. <cbSel>0</cbSel>
  1499. <RteFlg>0</RteFlg>
  1500. <File>
  1501. <GroupNumber>15</GroupNumber>
  1502. <FileNumber>93</FileNumber>
  1503. <FileType>1</FileType>
  1504. <tvExp>0</tvExp>
  1505. <tvExpOptDlg>0</tvExpOptDlg>
  1506. <bDave2>0</bDave2>
  1507. <PathWithFileName>..\Middlewares\Third_Party\mqttclient\common\mqtt_list.c</PathWithFileName>
  1508. <FilenameWithoutPath>mqtt_list.c</FilenameWithoutPath>
  1509. <RteFlg>0</RteFlg>
  1510. <bShared>0</bShared>
  1511. </File>
  1512. <File>
  1513. <GroupNumber>15</GroupNumber>
  1514. <FileNumber>94</FileNumber>
  1515. <FileType>1</FileType>
  1516. <tvExp>0</tvExp>
  1517. <tvExpOptDlg>0</tvExpOptDlg>
  1518. <bDave2>0</bDave2>
  1519. <PathWithFileName>..\Middlewares\Third_Party\mqttclient\common\random.c</PathWithFileName>
  1520. <FilenameWithoutPath>random.c</FilenameWithoutPath>
  1521. <RteFlg>0</RteFlg>
  1522. <bShared>0</bShared>
  1523. </File>
  1524. </Group>
  1525. <Group>
  1526. <GroupName>Middlewares/mqttClient/network</GroupName>
  1527. <tvExp>0</tvExp>
  1528. <tvExpOptDlg>0</tvExpOptDlg>
  1529. <cbSel>0</cbSel>
  1530. <RteFlg>0</RteFlg>
  1531. <File>
  1532. <GroupNumber>16</GroupNumber>
  1533. <FileNumber>95</FileNumber>
  1534. <FileType>1</FileType>
  1535. <tvExp>0</tvExp>
  1536. <tvExpOptDlg>0</tvExpOptDlg>
  1537. <bDave2>0</bDave2>
  1538. <PathWithFileName>..\Middlewares\Third_Party\mqttclient\network\nettype_tcp.c</PathWithFileName>
  1539. <FilenameWithoutPath>nettype_tcp.c</FilenameWithoutPath>
  1540. <RteFlg>0</RteFlg>
  1541. <bShared>0</bShared>
  1542. </File>
  1543. <File>
  1544. <GroupNumber>16</GroupNumber>
  1545. <FileNumber>96</FileNumber>
  1546. <FileType>1</FileType>
  1547. <tvExp>0</tvExp>
  1548. <tvExpOptDlg>0</tvExpOptDlg>
  1549. <bDave2>0</bDave2>
  1550. <PathWithFileName>..\Middlewares\Third_Party\mqttclient\network\nettype_tls.c</PathWithFileName>
  1551. <FilenameWithoutPath>nettype_tls.c</FilenameWithoutPath>
  1552. <RteFlg>0</RteFlg>
  1553. <bShared>0</bShared>
  1554. </File>
  1555. <File>
  1556. <GroupNumber>16</GroupNumber>
  1557. <FileNumber>97</FileNumber>
  1558. <FileType>1</FileType>
  1559. <tvExp>0</tvExp>
  1560. <tvExpOptDlg>0</tvExpOptDlg>
  1561. <bDave2>0</bDave2>
  1562. <PathWithFileName>..\Middlewares\Third_Party\mqttclient\network\network.c</PathWithFileName>
  1563. <FilenameWithoutPath>network.c</FilenameWithoutPath>
  1564. <RteFlg>0</RteFlg>
  1565. <bShared>0</bShared>
  1566. </File>
  1567. </Group>
  1568. <Group>
  1569. <GroupName>Middlewares/mqttClient/platform</GroupName>
  1570. <tvExp>0</tvExp>
  1571. <tvExpOptDlg>0</tvExpOptDlg>
  1572. <cbSel>0</cbSel>
  1573. <RteFlg>0</RteFlg>
  1574. <File>
  1575. <GroupNumber>17</GroupNumber>
  1576. <FileNumber>98</FileNumber>
  1577. <FileType>1</FileType>
  1578. <tvExp>0</tvExp>
  1579. <tvExpOptDlg>0</tvExpOptDlg>
  1580. <bDave2>0</bDave2>
  1581. <PathWithFileName>..\Middlewares\Third_Party\mqttclient\platform\FreeRTOS\platform_memory.c</PathWithFileName>
  1582. <FilenameWithoutPath>platform_memory.c</FilenameWithoutPath>
  1583. <RteFlg>0</RteFlg>
  1584. <bShared>0</bShared>
  1585. </File>
  1586. <File>
  1587. <GroupNumber>17</GroupNumber>
  1588. <FileNumber>99</FileNumber>
  1589. <FileType>1</FileType>
  1590. <tvExp>0</tvExp>
  1591. <tvExpOptDlg>0</tvExpOptDlg>
  1592. <bDave2>0</bDave2>
  1593. <PathWithFileName>..\Middlewares\Third_Party\mqttclient\platform\FreeRTOS\platform_mutex.c</PathWithFileName>
  1594. <FilenameWithoutPath>platform_mutex.c</FilenameWithoutPath>
  1595. <RteFlg>0</RteFlg>
  1596. <bShared>0</bShared>
  1597. </File>
  1598. <File>
  1599. <GroupNumber>17</GroupNumber>
  1600. <FileNumber>100</FileNumber>
  1601. <FileType>1</FileType>
  1602. <tvExp>0</tvExp>
  1603. <tvExpOptDlg>0</tvExpOptDlg>
  1604. <bDave2>0</bDave2>
  1605. <PathWithFileName>..\Middlewares\Third_Party\mqttclient\platform\FreeRTOS\platform_net_socket.c</PathWithFileName>
  1606. <FilenameWithoutPath>platform_net_socket.c</FilenameWithoutPath>
  1607. <RteFlg>0</RteFlg>
  1608. <bShared>0</bShared>
  1609. </File>
  1610. <File>
  1611. <GroupNumber>17</GroupNumber>
  1612. <FileNumber>101</FileNumber>
  1613. <FileType>1</FileType>
  1614. <tvExp>0</tvExp>
  1615. <tvExpOptDlg>0</tvExpOptDlg>
  1616. <bDave2>0</bDave2>
  1617. <PathWithFileName>..\Middlewares\Third_Party\mqttclient\platform\FreeRTOS\platform_thread.c</PathWithFileName>
  1618. <FilenameWithoutPath>platform_thread.c</FilenameWithoutPath>
  1619. <RteFlg>0</RteFlg>
  1620. <bShared>0</bShared>
  1621. </File>
  1622. <File>
  1623. <GroupNumber>17</GroupNumber>
  1624. <FileNumber>102</FileNumber>
  1625. <FileType>1</FileType>
  1626. <tvExp>0</tvExp>
  1627. <tvExpOptDlg>0</tvExpOptDlg>
  1628. <bDave2>0</bDave2>
  1629. <PathWithFileName>..\Middlewares\Third_Party\mqttclient\platform\FreeRTOS\platform_timer.c</PathWithFileName>
  1630. <FilenameWithoutPath>platform_timer.c</FilenameWithoutPath>
  1631. <RteFlg>0</RteFlg>
  1632. <bShared>0</bShared>
  1633. </File>
  1634. </Group>
  1635. <Group>
  1636. <GroupName>Middlewares/mqttClient/config</GroupName>
  1637. <tvExp>0</tvExp>
  1638. <tvExpOptDlg>0</tvExpOptDlg>
  1639. <cbSel>0</cbSel>
  1640. <RteFlg>0</RteFlg>
  1641. <File>
  1642. <GroupNumber>18</GroupNumber>
  1643. <FileNumber>103</FileNumber>
  1644. <FileType>5</FileType>
  1645. <tvExp>0</tvExp>
  1646. <tvExpOptDlg>0</tvExpOptDlg>
  1647. <bDave2>0</bDave2>
  1648. <PathWithFileName>..\USER\include\mqtt_config.h</PathWithFileName>
  1649. <FilenameWithoutPath>mqtt_config.h</FilenameWithoutPath>
  1650. <RteFlg>0</RteFlg>
  1651. <bShared>0</bShared>
  1652. </File>
  1653. </Group>
  1654. <Group>
  1655. <GroupName>Middlewares/Fafts</GroupName>
  1656. <tvExp>0</tvExp>
  1657. <tvExpOptDlg>0</tvExpOptDlg>
  1658. <cbSel>0</cbSel>
  1659. <RteFlg>0</RteFlg>
  1660. <File>
  1661. <GroupNumber>19</GroupNumber>
  1662. <FileNumber>104</FileNumber>
  1663. <FileType>1</FileType>
  1664. <tvExp>0</tvExp>
  1665. <tvExpOptDlg>0</tvExpOptDlg>
  1666. <bDave2>0</bDave2>
  1667. <PathWithFileName>..\Middlewares\Third_Party\FatFS\src\ff.c</PathWithFileName>
  1668. <FilenameWithoutPath>ff.c</FilenameWithoutPath>
  1669. <RteFlg>0</RteFlg>
  1670. <bShared>0</bShared>
  1671. </File>
  1672. <File>
  1673. <GroupNumber>19</GroupNumber>
  1674. <FileNumber>105</FileNumber>
  1675. <FileType>1</FileType>
  1676. <tvExp>0</tvExp>
  1677. <tvExpOptDlg>0</tvExpOptDlg>
  1678. <bDave2>0</bDave2>
  1679. <PathWithFileName>..\Middlewares\Third_Party\FatFS\src\diskio.c</PathWithFileName>
  1680. <FilenameWithoutPath>diskio.c</FilenameWithoutPath>
  1681. <RteFlg>0</RteFlg>
  1682. <bShared>0</bShared>
  1683. </File>
  1684. <File>
  1685. <GroupNumber>19</GroupNumber>
  1686. <FileNumber>106</FileNumber>
  1687. <FileType>1</FileType>
  1688. <tvExp>0</tvExp>
  1689. <tvExpOptDlg>0</tvExpOptDlg>
  1690. <bDave2>0</bDave2>
  1691. <PathWithFileName>..\Middlewares\Third_Party\FatFS\src\option\cc936.c</PathWithFileName>
  1692. <FilenameWithoutPath>cc936.c</FilenameWithoutPath>
  1693. <RteFlg>0</RteFlg>
  1694. <bShared>0</bShared>
  1695. </File>
  1696. </Group>
  1697. </ProjectOpt>