SIM7600.uvoptx 56 KB

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