lora_gateway.uvoptx 40 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297
  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>Target 1</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>4</nTsel>
  102. <sDll></sDll>
  103. <sDllPa></sDllPa>
  104. <sDlgDll></sDlgDll>
  105. <sDlgPa></sDlgPa>
  106. <sIfile></sIfile>
  107. <tDll></tDll>
  108. <tDllPa></tDllPa>
  109. <tDlgDll></tDlgDll>
  110. <tDlgPa></tDlgPa>
  111. <tIfile></tIfile>
  112. <pMon>Segger\JL2CM3.dll</pMon>
  113. </DebugOpt>
  114. <TargetDriverDllRegistry>
  115. <SetRegEntry>
  116. <Number>0</Number>
  117. <Key>JL2CM3</Key>
  118. <Name>-U69406807 -O78 -S6 -ZTIFSpeedSel500 -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>
  119. </SetRegEntry>
  120. <SetRegEntry>
  121. <Number>0</Number>
  122. <Key>ARMRTXEVENTFLAGS</Key>
  123. <Name>-L70 -Z18 -C0 -M0 -T1</Name>
  124. </SetRegEntry>
  125. <SetRegEntry>
  126. <Number>0</Number>
  127. <Key>DLGTARM</Key>
  128. <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
  129. </SetRegEntry>
  130. <SetRegEntry>
  131. <Number>0</Number>
  132. <Key>ARMDBGFLAGS</Key>
  133. <Name></Name>
  134. </SetRegEntry>
  135. <SetRegEntry>
  136. <Number>0</Number>
  137. <Key>DLGUARM</Key>
  138. <Name></Name>
  139. </SetRegEntry>
  140. <SetRegEntry>
  141. <Number>0</Number>
  142. <Key>CMSIS_AGDI</Key>
  143. <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>
  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. <MemoryWindow1>
  153. <Mm>
  154. <WinNumber>1</WinNumber>
  155. <SubType>0</SubType>
  156. <ItemText>lora_config_json</ItemText>
  157. <AccSizeX>0</AccSizeX>
  158. </Mm>
  159. </MemoryWindow1>
  160. <Tracepoint>
  161. <THDelay>0</THDelay>
  162. </Tracepoint>
  163. <DebugFlag>
  164. <trace>0</trace>
  165. <periodic>1</periodic>
  166. <aLwin>1</aLwin>
  167. <aCover>0</aCover>
  168. <aSer1>0</aSer1>
  169. <aSer2>0</aSer2>
  170. <aPa>0</aPa>
  171. <viewmode>1</viewmode>
  172. <vrSel>0</vrSel>
  173. <aSym>0</aSym>
  174. <aTbox>0</aTbox>
  175. <AscS1>0</AscS1>
  176. <AscS2>0</AscS2>
  177. <AscS3>0</AscS3>
  178. <aSer3>0</aSer3>
  179. <eProf>0</eProf>
  180. <aLa>0</aLa>
  181. <aPa1>0</aPa1>
  182. <AscS4>0</AscS4>
  183. <aSer4>0</aSer4>
  184. <StkLoc>0</StkLoc>
  185. <TrcWin>0</TrcWin>
  186. <newCpu>0</newCpu>
  187. <uProt>0</uProt>
  188. </DebugFlag>
  189. <LintExecutable></LintExecutable>
  190. <LintConfigFile></LintConfigFile>
  191. <bLintAuto>0</bLintAuto>
  192. <bAutoGenD>0</bAutoGenD>
  193. <LntExFlags>0</LntExFlags>
  194. <pMisraName></pMisraName>
  195. <pszMrule></pszMrule>
  196. <pSingCmds></pSingCmds>
  197. <pMultCmds></pMultCmds>
  198. <pMisraNamep></pMisraNamep>
  199. <pszMrulep></pszMrulep>
  200. <pSingCmdsp></pSingCmdsp>
  201. <pMultCmdsp></pMultCmdsp>
  202. <DebugDescription>
  203. <Enable>1</Enable>
  204. <EnableFlashSeq>0</EnableFlashSeq>
  205. <EnableLog>0</EnableLog>
  206. <Protocol>2</Protocol>
  207. <DbgClock>10000000</DbgClock>
  208. </DebugDescription>
  209. </TargetOption>
  210. </Target>
  211. <Group>
  212. <GroupName>USER</GroupName>
  213. <tvExp>0</tvExp>
  214. <tvExpOptDlg>0</tvExpOptDlg>
  215. <cbSel>0</cbSel>
  216. <RteFlg>0</RteFlg>
  217. <File>
  218. <GroupNumber>1</GroupNumber>
  219. <FileNumber>1</FileNumber>
  220. <FileType>1</FileType>
  221. <tvExp>0</tvExp>
  222. <tvExpOptDlg>0</tvExpOptDlg>
  223. <bDave2>0</bDave2>
  224. <PathWithFileName>..\USER\main.c</PathWithFileName>
  225. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  226. <RteFlg>0</RteFlg>
  227. <bShared>0</bShared>
  228. </File>
  229. <File>
  230. <GroupNumber>1</GroupNumber>
  231. <FileNumber>2</FileNumber>
  232. <FileType>1</FileType>
  233. <tvExp>0</tvExp>
  234. <tvExpOptDlg>0</tvExpOptDlg>
  235. <bDave2>0</bDave2>
  236. <PathWithFileName>..\USER\stm32f2xx_it.c</PathWithFileName>
  237. <FilenameWithoutPath>stm32f2xx_it.c</FilenameWithoutPath>
  238. <RteFlg>0</RteFlg>
  239. <bShared>0</bShared>
  240. </File>
  241. <File>
  242. <GroupNumber>1</GroupNumber>
  243. <FileNumber>3</FileNumber>
  244. <FileType>1</FileType>
  245. <tvExp>0</tvExp>
  246. <tvExpOptDlg>0</tvExpOptDlg>
  247. <bDave2>0</bDave2>
  248. <PathWithFileName>..\USER\system_stm32f2xx.c</PathWithFileName>
  249. <FilenameWithoutPath>system_stm32f2xx.c</FilenameWithoutPath>
  250. <RteFlg>0</RteFlg>
  251. <bShared>0</bShared>
  252. </File>
  253. <File>
  254. <GroupNumber>1</GroupNumber>
  255. <FileNumber>4</FileNumber>
  256. <FileType>1</FileType>
  257. <tvExp>0</tvExp>
  258. <tvExpOptDlg>0</tvExpOptDlg>
  259. <bDave2>0</bDave2>
  260. <PathWithFileName>..\USER\demo_nand_fatfs.c</PathWithFileName>
  261. <FilenameWithoutPath>demo_nand_fatfs.c</FilenameWithoutPath>
  262. <RteFlg>0</RteFlg>
  263. <bShared>0</bShared>
  264. </File>
  265. </Group>
  266. <Group>
  267. <GroupName>SYSTEM</GroupName>
  268. <tvExp>0</tvExp>
  269. <tvExpOptDlg>0</tvExpOptDlg>
  270. <cbSel>0</cbSel>
  271. <RteFlg>0</RteFlg>
  272. <File>
  273. <GroupNumber>2</GroupNumber>
  274. <FileNumber>5</FileNumber>
  275. <FileType>1</FileType>
  276. <tvExp>0</tvExp>
  277. <tvExpOptDlg>0</tvExpOptDlg>
  278. <bDave2>0</bDave2>
  279. <PathWithFileName>..\SYSTEM\source\task.c</PathWithFileName>
  280. <FilenameWithoutPath>task.c</FilenameWithoutPath>
  281. <RteFlg>0</RteFlg>
  282. <bShared>0</bShared>
  283. </File>
  284. <File>
  285. <GroupNumber>2</GroupNumber>
  286. <FileNumber>6</FileNumber>
  287. <FileType>1</FileType>
  288. <tvExp>0</tvExp>
  289. <tvExpOptDlg>0</tvExpOptDlg>
  290. <bDave2>0</bDave2>
  291. <PathWithFileName>..\SYSTEM\source\gateway_message.c</PathWithFileName>
  292. <FilenameWithoutPath>gateway_message.c</FilenameWithoutPath>
  293. <RteFlg>0</RteFlg>
  294. <bShared>0</bShared>
  295. </File>
  296. <File>
  297. <GroupNumber>2</GroupNumber>
  298. <FileNumber>7</FileNumber>
  299. <FileType>1</FileType>
  300. <tvExp>0</tvExp>
  301. <tvExpOptDlg>0</tvExpOptDlg>
  302. <bDave2>0</bDave2>
  303. <PathWithFileName>..\SYSTEM\source\myFile.c</PathWithFileName>
  304. <FilenameWithoutPath>myFile.c</FilenameWithoutPath>
  305. <RteFlg>0</RteFlg>
  306. <bShared>0</bShared>
  307. </File>
  308. <File>
  309. <GroupNumber>2</GroupNumber>
  310. <FileNumber>8</FileNumber>
  311. <FileType>1</FileType>
  312. <tvExp>0</tvExp>
  313. <tvExpOptDlg>0</tvExpOptDlg>
  314. <bDave2>0</bDave2>
  315. <PathWithFileName>..\SYSTEM\source\protocol.c</PathWithFileName>
  316. <FilenameWithoutPath>protocol.c</FilenameWithoutPath>
  317. <RteFlg>0</RteFlg>
  318. <bShared>0</bShared>
  319. </File>
  320. <File>
  321. <GroupNumber>2</GroupNumber>
  322. <FileNumber>9</FileNumber>
  323. <FileType>1</FileType>
  324. <tvExp>0</tvExp>
  325. <tvExpOptDlg>0</tvExpOptDlg>
  326. <bDave2>0</bDave2>
  327. <PathWithFileName>..\SYSTEM\source\node_message.c</PathWithFileName>
  328. <FilenameWithoutPath>node_message.c</FilenameWithoutPath>
  329. <RteFlg>0</RteFlg>
  330. <bShared>0</bShared>
  331. </File>
  332. <File>
  333. <GroupNumber>2</GroupNumber>
  334. <FileNumber>10</FileNumber>
  335. <FileType>1</FileType>
  336. <tvExp>0</tvExp>
  337. <tvExpOptDlg>0</tvExpOptDlg>
  338. <bDave2>0</bDave2>
  339. <PathWithFileName>..\SYSTEM\source\node_data_acquisition.c</PathWithFileName>
  340. <FilenameWithoutPath>node_data_acquisition.c</FilenameWithoutPath>
  341. <RteFlg>0</RteFlg>
  342. <bShared>0</bShared>
  343. </File>
  344. </Group>
  345. <Group>
  346. <GroupName>Libraries</GroupName>
  347. <tvExp>0</tvExp>
  348. <tvExpOptDlg>0</tvExpOptDlg>
  349. <cbSel>0</cbSel>
  350. <RteFlg>0</RteFlg>
  351. <File>
  352. <GroupNumber>3</GroupNumber>
  353. <FileNumber>11</FileNumber>
  354. <FileType>1</FileType>
  355. <tvExp>0</tvExp>
  356. <tvExpOptDlg>0</tvExpOptDlg>
  357. <bDave2>0</bDave2>
  358. <PathWithFileName>..\Libraries\src\misc.c</PathWithFileName>
  359. <FilenameWithoutPath>misc.c</FilenameWithoutPath>
  360. <RteFlg>0</RteFlg>
  361. <bShared>0</bShared>
  362. </File>
  363. <File>
  364. <GroupNumber>3</GroupNumber>
  365. <FileNumber>12</FileNumber>
  366. <FileType>1</FileType>
  367. <tvExp>0</tvExp>
  368. <tvExpOptDlg>0</tvExpOptDlg>
  369. <bDave2>0</bDave2>
  370. <PathWithFileName>..\Libraries\src\stm32f2xx_adc.c</PathWithFileName>
  371. <FilenameWithoutPath>stm32f2xx_adc.c</FilenameWithoutPath>
  372. <RteFlg>0</RteFlg>
  373. <bShared>0</bShared>
  374. </File>
  375. <File>
  376. <GroupNumber>3</GroupNumber>
  377. <FileNumber>13</FileNumber>
  378. <FileType>1</FileType>
  379. <tvExp>0</tvExp>
  380. <tvExpOptDlg>0</tvExpOptDlg>
  381. <bDave2>0</bDave2>
  382. <PathWithFileName>..\Libraries\src\stm32f2xx_can.c</PathWithFileName>
  383. <FilenameWithoutPath>stm32f2xx_can.c</FilenameWithoutPath>
  384. <RteFlg>0</RteFlg>
  385. <bShared>0</bShared>
  386. </File>
  387. <File>
  388. <GroupNumber>3</GroupNumber>
  389. <FileNumber>14</FileNumber>
  390. <FileType>1</FileType>
  391. <tvExp>0</tvExp>
  392. <tvExpOptDlg>0</tvExpOptDlg>
  393. <bDave2>0</bDave2>
  394. <PathWithFileName>..\Libraries\src\stm32f2xx_crc.c</PathWithFileName>
  395. <FilenameWithoutPath>stm32f2xx_crc.c</FilenameWithoutPath>
  396. <RteFlg>0</RteFlg>
  397. <bShared>0</bShared>
  398. </File>
  399. <File>
  400. <GroupNumber>3</GroupNumber>
  401. <FileNumber>15</FileNumber>
  402. <FileType>1</FileType>
  403. <tvExp>0</tvExp>
  404. <tvExpOptDlg>0</tvExpOptDlg>
  405. <bDave2>0</bDave2>
  406. <PathWithFileName>..\Libraries\src\stm32f2xx_cryp.c</PathWithFileName>
  407. <FilenameWithoutPath>stm32f2xx_cryp.c</FilenameWithoutPath>
  408. <RteFlg>0</RteFlg>
  409. <bShared>0</bShared>
  410. </File>
  411. <File>
  412. <GroupNumber>3</GroupNumber>
  413. <FileNumber>16</FileNumber>
  414. <FileType>1</FileType>
  415. <tvExp>0</tvExp>
  416. <tvExpOptDlg>0</tvExpOptDlg>
  417. <bDave2>0</bDave2>
  418. <PathWithFileName>..\Libraries\src\stm32f2xx_cryp_aes.c</PathWithFileName>
  419. <FilenameWithoutPath>stm32f2xx_cryp_aes.c</FilenameWithoutPath>
  420. <RteFlg>0</RteFlg>
  421. <bShared>0</bShared>
  422. </File>
  423. <File>
  424. <GroupNumber>3</GroupNumber>
  425. <FileNumber>17</FileNumber>
  426. <FileType>1</FileType>
  427. <tvExp>0</tvExp>
  428. <tvExpOptDlg>0</tvExpOptDlg>
  429. <bDave2>0</bDave2>
  430. <PathWithFileName>..\Libraries\src\stm32f2xx_cryp_des.c</PathWithFileName>
  431. <FilenameWithoutPath>stm32f2xx_cryp_des.c</FilenameWithoutPath>
  432. <RteFlg>0</RteFlg>
  433. <bShared>0</bShared>
  434. </File>
  435. <File>
  436. <GroupNumber>3</GroupNumber>
  437. <FileNumber>18</FileNumber>
  438. <FileType>1</FileType>
  439. <tvExp>0</tvExp>
  440. <tvExpOptDlg>0</tvExpOptDlg>
  441. <bDave2>0</bDave2>
  442. <PathWithFileName>..\Libraries\src\stm32f2xx_cryp_tdes.c</PathWithFileName>
  443. <FilenameWithoutPath>stm32f2xx_cryp_tdes.c</FilenameWithoutPath>
  444. <RteFlg>0</RteFlg>
  445. <bShared>0</bShared>
  446. </File>
  447. <File>
  448. <GroupNumber>3</GroupNumber>
  449. <FileNumber>19</FileNumber>
  450. <FileType>1</FileType>
  451. <tvExp>0</tvExp>
  452. <tvExpOptDlg>0</tvExpOptDlg>
  453. <bDave2>0</bDave2>
  454. <PathWithFileName>..\Libraries\src\stm32f2xx_dac.c</PathWithFileName>
  455. <FilenameWithoutPath>stm32f2xx_dac.c</FilenameWithoutPath>
  456. <RteFlg>0</RteFlg>
  457. <bShared>0</bShared>
  458. </File>
  459. <File>
  460. <GroupNumber>3</GroupNumber>
  461. <FileNumber>20</FileNumber>
  462. <FileType>1</FileType>
  463. <tvExp>0</tvExp>
  464. <tvExpOptDlg>0</tvExpOptDlg>
  465. <bDave2>0</bDave2>
  466. <PathWithFileName>..\Libraries\src\stm32f2xx_dbgmcu.c</PathWithFileName>
  467. <FilenameWithoutPath>stm32f2xx_dbgmcu.c</FilenameWithoutPath>
  468. <RteFlg>0</RteFlg>
  469. <bShared>0</bShared>
  470. </File>
  471. <File>
  472. <GroupNumber>3</GroupNumber>
  473. <FileNumber>21</FileNumber>
  474. <FileType>1</FileType>
  475. <tvExp>0</tvExp>
  476. <tvExpOptDlg>0</tvExpOptDlg>
  477. <bDave2>0</bDave2>
  478. <PathWithFileName>..\Libraries\src\stm32f2xx_dcmi.c</PathWithFileName>
  479. <FilenameWithoutPath>stm32f2xx_dcmi.c</FilenameWithoutPath>
  480. <RteFlg>0</RteFlg>
  481. <bShared>0</bShared>
  482. </File>
  483. <File>
  484. <GroupNumber>3</GroupNumber>
  485. <FileNumber>22</FileNumber>
  486. <FileType>1</FileType>
  487. <tvExp>0</tvExp>
  488. <tvExpOptDlg>0</tvExpOptDlg>
  489. <bDave2>0</bDave2>
  490. <PathWithFileName>..\Libraries\src\stm32f2xx_dma.c</PathWithFileName>
  491. <FilenameWithoutPath>stm32f2xx_dma.c</FilenameWithoutPath>
  492. <RteFlg>0</RteFlg>
  493. <bShared>0</bShared>
  494. </File>
  495. <File>
  496. <GroupNumber>3</GroupNumber>
  497. <FileNumber>23</FileNumber>
  498. <FileType>1</FileType>
  499. <tvExp>0</tvExp>
  500. <tvExpOptDlg>0</tvExpOptDlg>
  501. <bDave2>0</bDave2>
  502. <PathWithFileName>..\Libraries\src\stm32f2xx_exti.c</PathWithFileName>
  503. <FilenameWithoutPath>stm32f2xx_exti.c</FilenameWithoutPath>
  504. <RteFlg>0</RteFlg>
  505. <bShared>0</bShared>
  506. </File>
  507. <File>
  508. <GroupNumber>3</GroupNumber>
  509. <FileNumber>24</FileNumber>
  510. <FileType>1</FileType>
  511. <tvExp>0</tvExp>
  512. <tvExpOptDlg>0</tvExpOptDlg>
  513. <bDave2>0</bDave2>
  514. <PathWithFileName>..\Libraries\src\stm32f2xx_flash.c</PathWithFileName>
  515. <FilenameWithoutPath>stm32f2xx_flash.c</FilenameWithoutPath>
  516. <RteFlg>0</RteFlg>
  517. <bShared>0</bShared>
  518. </File>
  519. <File>
  520. <GroupNumber>3</GroupNumber>
  521. <FileNumber>25</FileNumber>
  522. <FileType>1</FileType>
  523. <tvExp>0</tvExp>
  524. <tvExpOptDlg>0</tvExpOptDlg>
  525. <bDave2>0</bDave2>
  526. <PathWithFileName>..\Libraries\src\stm32f2xx_fsmc.c</PathWithFileName>
  527. <FilenameWithoutPath>stm32f2xx_fsmc.c</FilenameWithoutPath>
  528. <RteFlg>0</RteFlg>
  529. <bShared>0</bShared>
  530. </File>
  531. <File>
  532. <GroupNumber>3</GroupNumber>
  533. <FileNumber>26</FileNumber>
  534. <FileType>1</FileType>
  535. <tvExp>0</tvExp>
  536. <tvExpOptDlg>0</tvExpOptDlg>
  537. <bDave2>0</bDave2>
  538. <PathWithFileName>..\Libraries\src\stm32f2xx_gpio.c</PathWithFileName>
  539. <FilenameWithoutPath>stm32f2xx_gpio.c</FilenameWithoutPath>
  540. <RteFlg>0</RteFlg>
  541. <bShared>0</bShared>
  542. </File>
  543. <File>
  544. <GroupNumber>3</GroupNumber>
  545. <FileNumber>27</FileNumber>
  546. <FileType>1</FileType>
  547. <tvExp>0</tvExp>
  548. <tvExpOptDlg>0</tvExpOptDlg>
  549. <bDave2>0</bDave2>
  550. <PathWithFileName>..\Libraries\src\stm32f2xx_hash.c</PathWithFileName>
  551. <FilenameWithoutPath>stm32f2xx_hash.c</FilenameWithoutPath>
  552. <RteFlg>0</RteFlg>
  553. <bShared>0</bShared>
  554. </File>
  555. <File>
  556. <GroupNumber>3</GroupNumber>
  557. <FileNumber>28</FileNumber>
  558. <FileType>1</FileType>
  559. <tvExp>0</tvExp>
  560. <tvExpOptDlg>0</tvExpOptDlg>
  561. <bDave2>0</bDave2>
  562. <PathWithFileName>..\Libraries\src\stm32f2xx_hash_md5.c</PathWithFileName>
  563. <FilenameWithoutPath>stm32f2xx_hash_md5.c</FilenameWithoutPath>
  564. <RteFlg>0</RteFlg>
  565. <bShared>0</bShared>
  566. </File>
  567. <File>
  568. <GroupNumber>3</GroupNumber>
  569. <FileNumber>29</FileNumber>
  570. <FileType>1</FileType>
  571. <tvExp>0</tvExp>
  572. <tvExpOptDlg>0</tvExpOptDlg>
  573. <bDave2>0</bDave2>
  574. <PathWithFileName>..\Libraries\src\stm32f2xx_hash_sha1.c</PathWithFileName>
  575. <FilenameWithoutPath>stm32f2xx_hash_sha1.c</FilenameWithoutPath>
  576. <RteFlg>0</RteFlg>
  577. <bShared>0</bShared>
  578. </File>
  579. <File>
  580. <GroupNumber>3</GroupNumber>
  581. <FileNumber>30</FileNumber>
  582. <FileType>1</FileType>
  583. <tvExp>0</tvExp>
  584. <tvExpOptDlg>0</tvExpOptDlg>
  585. <bDave2>0</bDave2>
  586. <PathWithFileName>..\Libraries\src\stm32f2xx_i2c.c</PathWithFileName>
  587. <FilenameWithoutPath>stm32f2xx_i2c.c</FilenameWithoutPath>
  588. <RteFlg>0</RteFlg>
  589. <bShared>0</bShared>
  590. </File>
  591. <File>
  592. <GroupNumber>3</GroupNumber>
  593. <FileNumber>31</FileNumber>
  594. <FileType>1</FileType>
  595. <tvExp>0</tvExp>
  596. <tvExpOptDlg>0</tvExpOptDlg>
  597. <bDave2>0</bDave2>
  598. <PathWithFileName>..\Libraries\src\stm32f2xx_iwdg.c</PathWithFileName>
  599. <FilenameWithoutPath>stm32f2xx_iwdg.c</FilenameWithoutPath>
  600. <RteFlg>0</RteFlg>
  601. <bShared>0</bShared>
  602. </File>
  603. <File>
  604. <GroupNumber>3</GroupNumber>
  605. <FileNumber>32</FileNumber>
  606. <FileType>1</FileType>
  607. <tvExp>0</tvExp>
  608. <tvExpOptDlg>0</tvExpOptDlg>
  609. <bDave2>0</bDave2>
  610. <PathWithFileName>..\Libraries\src\stm32f2xx_pwr.c</PathWithFileName>
  611. <FilenameWithoutPath>stm32f2xx_pwr.c</FilenameWithoutPath>
  612. <RteFlg>0</RteFlg>
  613. <bShared>0</bShared>
  614. </File>
  615. <File>
  616. <GroupNumber>3</GroupNumber>
  617. <FileNumber>33</FileNumber>
  618. <FileType>1</FileType>
  619. <tvExp>0</tvExp>
  620. <tvExpOptDlg>0</tvExpOptDlg>
  621. <bDave2>0</bDave2>
  622. <PathWithFileName>..\Libraries\src\stm32f2xx_rcc.c</PathWithFileName>
  623. <FilenameWithoutPath>stm32f2xx_rcc.c</FilenameWithoutPath>
  624. <RteFlg>0</RteFlg>
  625. <bShared>0</bShared>
  626. </File>
  627. <File>
  628. <GroupNumber>3</GroupNumber>
  629. <FileNumber>34</FileNumber>
  630. <FileType>1</FileType>
  631. <tvExp>0</tvExp>
  632. <tvExpOptDlg>0</tvExpOptDlg>
  633. <bDave2>0</bDave2>
  634. <PathWithFileName>..\Libraries\src\stm32f2xx_rng.c</PathWithFileName>
  635. <FilenameWithoutPath>stm32f2xx_rng.c</FilenameWithoutPath>
  636. <RteFlg>0</RteFlg>
  637. <bShared>0</bShared>
  638. </File>
  639. <File>
  640. <GroupNumber>3</GroupNumber>
  641. <FileNumber>35</FileNumber>
  642. <FileType>1</FileType>
  643. <tvExp>0</tvExp>
  644. <tvExpOptDlg>0</tvExpOptDlg>
  645. <bDave2>0</bDave2>
  646. <PathWithFileName>..\Libraries\src\stm32f2xx_rtc.c</PathWithFileName>
  647. <FilenameWithoutPath>stm32f2xx_rtc.c</FilenameWithoutPath>
  648. <RteFlg>0</RteFlg>
  649. <bShared>0</bShared>
  650. </File>
  651. <File>
  652. <GroupNumber>3</GroupNumber>
  653. <FileNumber>36</FileNumber>
  654. <FileType>1</FileType>
  655. <tvExp>0</tvExp>
  656. <tvExpOptDlg>0</tvExpOptDlg>
  657. <bDave2>0</bDave2>
  658. <PathWithFileName>..\Libraries\src\stm32f2xx_sdio.c</PathWithFileName>
  659. <FilenameWithoutPath>stm32f2xx_sdio.c</FilenameWithoutPath>
  660. <RteFlg>0</RteFlg>
  661. <bShared>0</bShared>
  662. </File>
  663. <File>
  664. <GroupNumber>3</GroupNumber>
  665. <FileNumber>37</FileNumber>
  666. <FileType>1</FileType>
  667. <tvExp>0</tvExp>
  668. <tvExpOptDlg>0</tvExpOptDlg>
  669. <bDave2>0</bDave2>
  670. <PathWithFileName>..\Libraries\src\stm32f2xx_spi.c</PathWithFileName>
  671. <FilenameWithoutPath>stm32f2xx_spi.c</FilenameWithoutPath>
  672. <RteFlg>0</RteFlg>
  673. <bShared>0</bShared>
  674. </File>
  675. <File>
  676. <GroupNumber>3</GroupNumber>
  677. <FileNumber>38</FileNumber>
  678. <FileType>1</FileType>
  679. <tvExp>0</tvExp>
  680. <tvExpOptDlg>0</tvExpOptDlg>
  681. <bDave2>0</bDave2>
  682. <PathWithFileName>..\Libraries\src\stm32f2xx_syscfg.c</PathWithFileName>
  683. <FilenameWithoutPath>stm32f2xx_syscfg.c</FilenameWithoutPath>
  684. <RteFlg>0</RteFlg>
  685. <bShared>0</bShared>
  686. </File>
  687. <File>
  688. <GroupNumber>3</GroupNumber>
  689. <FileNumber>39</FileNumber>
  690. <FileType>1</FileType>
  691. <tvExp>0</tvExp>
  692. <tvExpOptDlg>0</tvExpOptDlg>
  693. <bDave2>0</bDave2>
  694. <PathWithFileName>..\Libraries\src\stm32f2xx_tim.c</PathWithFileName>
  695. <FilenameWithoutPath>stm32f2xx_tim.c</FilenameWithoutPath>
  696. <RteFlg>0</RteFlg>
  697. <bShared>0</bShared>
  698. </File>
  699. <File>
  700. <GroupNumber>3</GroupNumber>
  701. <FileNumber>40</FileNumber>
  702. <FileType>1</FileType>
  703. <tvExp>0</tvExp>
  704. <tvExpOptDlg>0</tvExpOptDlg>
  705. <bDave2>0</bDave2>
  706. <PathWithFileName>..\Libraries\src\stm32f2xx_usart.c</PathWithFileName>
  707. <FilenameWithoutPath>stm32f2xx_usart.c</FilenameWithoutPath>
  708. <RteFlg>0</RteFlg>
  709. <bShared>0</bShared>
  710. </File>
  711. <File>
  712. <GroupNumber>3</GroupNumber>
  713. <FileNumber>41</FileNumber>
  714. <FileType>1</FileType>
  715. <tvExp>0</tvExp>
  716. <tvExpOptDlg>0</tvExpOptDlg>
  717. <bDave2>0</bDave2>
  718. <PathWithFileName>..\Libraries\src\stm32f2xx_wwdg.c</PathWithFileName>
  719. <FilenameWithoutPath>stm32f2xx_wwdg.c</FilenameWithoutPath>
  720. <RteFlg>0</RteFlg>
  721. <bShared>0</bShared>
  722. </File>
  723. </Group>
  724. <Group>
  725. <GroupName>CORE</GroupName>
  726. <tvExp>0</tvExp>
  727. <tvExpOptDlg>0</tvExpOptDlg>
  728. <cbSel>0</cbSel>
  729. <RteFlg>0</RteFlg>
  730. <File>
  731. <GroupNumber>4</GroupNumber>
  732. <FileNumber>42</FileNumber>
  733. <FileType>2</FileType>
  734. <tvExp>0</tvExp>
  735. <tvExpOptDlg>0</tvExpOptDlg>
  736. <bDave2>0</bDave2>
  737. <PathWithFileName>..\CORE\startup_stm32f2xx.s</PathWithFileName>
  738. <FilenameWithoutPath>startup_stm32f2xx.s</FilenameWithoutPath>
  739. <RteFlg>0</RteFlg>
  740. <bShared>0</bShared>
  741. </File>
  742. </Group>
  743. <Group>
  744. <GroupName>HARDWARE</GroupName>
  745. <tvExp>0</tvExp>
  746. <tvExpOptDlg>0</tvExpOptDlg>
  747. <cbSel>0</cbSel>
  748. <RteFlg>0</RteFlg>
  749. <File>
  750. <GroupNumber>5</GroupNumber>
  751. <FileNumber>43</FileNumber>
  752. <FileType>1</FileType>
  753. <tvExp>0</tvExp>
  754. <tvExpOptDlg>0</tvExpOptDlg>
  755. <bDave2>0</bDave2>
  756. <PathWithFileName>..\HARDWARE\sources\sram.c</PathWithFileName>
  757. <FilenameWithoutPath>sram.c</FilenameWithoutPath>
  758. <RteFlg>0</RteFlg>
  759. <bShared>0</bShared>
  760. </File>
  761. <File>
  762. <GroupNumber>5</GroupNumber>
  763. <FileNumber>44</FileNumber>
  764. <FileType>1</FileType>
  765. <tvExp>0</tvExp>
  766. <tvExpOptDlg>0</tvExpOptDlg>
  767. <bDave2>0</bDave2>
  768. <PathWithFileName>..\HARDWARE\sources\usart.c</PathWithFileName>
  769. <FilenameWithoutPath>usart.c</FilenameWithoutPath>
  770. <RteFlg>0</RteFlg>
  771. <bShared>0</bShared>
  772. </File>
  773. <File>
  774. <GroupNumber>5</GroupNumber>
  775. <FileNumber>45</FileNumber>
  776. <FileType>1</FileType>
  777. <tvExp>0</tvExp>
  778. <tvExpOptDlg>0</tvExpOptDlg>
  779. <bDave2>0</bDave2>
  780. <PathWithFileName>..\HARDWARE\sources\nandflash.c</PathWithFileName>
  781. <FilenameWithoutPath>nandflash.c</FilenameWithoutPath>
  782. <RteFlg>0</RteFlg>
  783. <bShared>0</bShared>
  784. </File>
  785. <File>
  786. <GroupNumber>5</GroupNumber>
  787. <FileNumber>46</FileNumber>
  788. <FileType>1</FileType>
  789. <tvExp>0</tvExp>
  790. <tvExpOptDlg>0</tvExpOptDlg>
  791. <bDave2>0</bDave2>
  792. <PathWithFileName>..\HARDWARE\sources\malloc.c</PathWithFileName>
  793. <FilenameWithoutPath>malloc.c</FilenameWithoutPath>
  794. <RteFlg>0</RteFlg>
  795. <bShared>0</bShared>
  796. </File>
  797. <File>
  798. <GroupNumber>5</GroupNumber>
  799. <FileNumber>47</FileNumber>
  800. <FileType>1</FileType>
  801. <tvExp>0</tvExp>
  802. <tvExpOptDlg>0</tvExpOptDlg>
  803. <bDave2>0</bDave2>
  804. <PathWithFileName>..\HARDWARE\sources\delay.c</PathWithFileName>
  805. <FilenameWithoutPath>delay.c</FilenameWithoutPath>
  806. <RteFlg>0</RteFlg>
  807. <bShared>0</bShared>
  808. </File>
  809. <File>
  810. <GroupNumber>5</GroupNumber>
  811. <FileNumber>48</FileNumber>
  812. <FileType>1</FileType>
  813. <tvExp>0</tvExp>
  814. <tvExpOptDlg>0</tvExpOptDlg>
  815. <bDave2>0</bDave2>
  816. <PathWithFileName>..\HARDWARE\sources\cJSON.c</PathWithFileName>
  817. <FilenameWithoutPath>cJSON.c</FilenameWithoutPath>
  818. <RteFlg>0</RteFlg>
  819. <bShared>0</bShared>
  820. </File>
  821. <File>
  822. <GroupNumber>5</GroupNumber>
  823. <FileNumber>49</FileNumber>
  824. <FileType>1</FileType>
  825. <tvExp>0</tvExp>
  826. <tvExpOptDlg>0</tvExpOptDlg>
  827. <bDave2>0</bDave2>
  828. <PathWithFileName>..\HARDWARE\sources\log.c</PathWithFileName>
  829. <FilenameWithoutPath>log.c</FilenameWithoutPath>
  830. <RteFlg>0</RteFlg>
  831. <bShared>0</bShared>
  832. </File>
  833. <File>
  834. <GroupNumber>5</GroupNumber>
  835. <FileNumber>50</FileNumber>
  836. <FileType>1</FileType>
  837. <tvExp>0</tvExp>
  838. <tvExpOptDlg>0</tvExpOptDlg>
  839. <bDave2>0</bDave2>
  840. <PathWithFileName>..\HARDWARE\sources\led.c</PathWithFileName>
  841. <FilenameWithoutPath>led.c</FilenameWithoutPath>
  842. <RteFlg>0</RteFlg>
  843. <bShared>0</bShared>
  844. </File>
  845. <File>
  846. <GroupNumber>5</GroupNumber>
  847. <FileNumber>51</FileNumber>
  848. <FileType>1</FileType>
  849. <tvExp>0</tvExp>
  850. <tvExpOptDlg>0</tvExpOptDlg>
  851. <bDave2>0</bDave2>
  852. <PathWithFileName>..\HARDWARE\sources\spi.c</PathWithFileName>
  853. <FilenameWithoutPath>spi.c</FilenameWithoutPath>
  854. <RteFlg>0</RteFlg>
  855. <bShared>0</bShared>
  856. </File>
  857. </Group>
  858. <Group>
  859. <GroupName>FatFS</GroupName>
  860. <tvExp>0</tvExp>
  861. <tvExpOptDlg>0</tvExpOptDlg>
  862. <cbSel>0</cbSel>
  863. <RteFlg>0</RteFlg>
  864. <File>
  865. <GroupNumber>6</GroupNumber>
  866. <FileNumber>52</FileNumber>
  867. <FileType>1</FileType>
  868. <tvExp>0</tvExp>
  869. <tvExpOptDlg>0</tvExpOptDlg>
  870. <bDave2>0</bDave2>
  871. <PathWithFileName>..\USER\FatFS\src\option\cc936.c</PathWithFileName>
  872. <FilenameWithoutPath>cc936.c</FilenameWithoutPath>
  873. <RteFlg>0</RteFlg>
  874. <bShared>0</bShared>
  875. </File>
  876. <File>
  877. <GroupNumber>6</GroupNumber>
  878. <FileNumber>53</FileNumber>
  879. <FileType>1</FileType>
  880. <tvExp>0</tvExp>
  881. <tvExpOptDlg>0</tvExpOptDlg>
  882. <bDave2>0</bDave2>
  883. <PathWithFileName>..\USER\FatFS\src\diskio.c</PathWithFileName>
  884. <FilenameWithoutPath>diskio.c</FilenameWithoutPath>
  885. <RteFlg>0</RteFlg>
  886. <bShared>0</bShared>
  887. </File>
  888. <File>
  889. <GroupNumber>6</GroupNumber>
  890. <FileNumber>54</FileNumber>
  891. <FileType>1</FileType>
  892. <tvExp>0</tvExp>
  893. <tvExpOptDlg>0</tvExpOptDlg>
  894. <bDave2>0</bDave2>
  895. <PathWithFileName>..\USER\FatFS\src\ff.c</PathWithFileName>
  896. <FilenameWithoutPath>ff.c</FilenameWithoutPath>
  897. <RteFlg>0</RteFlg>
  898. <bShared>0</bShared>
  899. </File>
  900. </Group>
  901. <Group>
  902. <GroupName>Sx1278</GroupName>
  903. <tvExp>0</tvExp>
  904. <tvExpOptDlg>0</tvExpOptDlg>
  905. <cbSel>0</cbSel>
  906. <RteFlg>0</RteFlg>
  907. <File>
  908. <GroupNumber>7</GroupNumber>
  909. <FileNumber>55</FileNumber>
  910. <FileType>1</FileType>
  911. <tvExp>0</tvExp>
  912. <tvExpOptDlg>0</tvExpOptDlg>
  913. <bDave2>0</bDave2>
  914. <PathWithFileName>..\Sx1278\radio\radio.c</PathWithFileName>
  915. <FilenameWithoutPath>radio.c</FilenameWithoutPath>
  916. <RteFlg>0</RteFlg>
  917. <bShared>0</bShared>
  918. </File>
  919. <File>
  920. <GroupNumber>7</GroupNumber>
  921. <FileNumber>56</FileNumber>
  922. <FileType>1</FileType>
  923. <tvExp>0</tvExp>
  924. <tvExpOptDlg>0</tvExpOptDlg>
  925. <bDave2>0</bDave2>
  926. <PathWithFileName>..\Sx1278\radio\sx1276.c</PathWithFileName>
  927. <FilenameWithoutPath>sx1276.c</FilenameWithoutPath>
  928. <RteFlg>0</RteFlg>
  929. <bShared>0</bShared>
  930. </File>
  931. <File>
  932. <GroupNumber>7</GroupNumber>
  933. <FileNumber>57</FileNumber>
  934. <FileType>1</FileType>
  935. <tvExp>0</tvExp>
  936. <tvExpOptDlg>0</tvExpOptDlg>
  937. <bDave2>0</bDave2>
  938. <PathWithFileName>..\Sx1278\radio\sx1276-Fsk.c</PathWithFileName>
  939. <FilenameWithoutPath>sx1276-Fsk.c</FilenameWithoutPath>
  940. <RteFlg>0</RteFlg>
  941. <bShared>0</bShared>
  942. </File>
  943. <File>
  944. <GroupNumber>7</GroupNumber>
  945. <FileNumber>58</FileNumber>
  946. <FileType>1</FileType>
  947. <tvExp>0</tvExp>
  948. <tvExpOptDlg>0</tvExpOptDlg>
  949. <bDave2>0</bDave2>
  950. <PathWithFileName>..\Sx1278\radio\sx1276-FskMisc.c</PathWithFileName>
  951. <FilenameWithoutPath>sx1276-FskMisc.c</FilenameWithoutPath>
  952. <RteFlg>0</RteFlg>
  953. <bShared>0</bShared>
  954. </File>
  955. <File>
  956. <GroupNumber>7</GroupNumber>
  957. <FileNumber>59</FileNumber>
  958. <FileType>1</FileType>
  959. <tvExp>0</tvExp>
  960. <tvExpOptDlg>0</tvExpOptDlg>
  961. <bDave2>0</bDave2>
  962. <PathWithFileName>..\Sx1278\radio\sx1276-LoRa.c</PathWithFileName>
  963. <FilenameWithoutPath>sx1276-LoRa.c</FilenameWithoutPath>
  964. <RteFlg>0</RteFlg>
  965. <bShared>0</bShared>
  966. </File>
  967. <File>
  968. <GroupNumber>7</GroupNumber>
  969. <FileNumber>60</FileNumber>
  970. <FileType>1</FileType>
  971. <tvExp>0</tvExp>
  972. <tvExpOptDlg>0</tvExpOptDlg>
  973. <bDave2>0</bDave2>
  974. <PathWithFileName>..\Sx1278\radio\sx1276-LoRaMisc.c</PathWithFileName>
  975. <FilenameWithoutPath>sx1276-LoRaMisc.c</FilenameWithoutPath>
  976. <RteFlg>0</RteFlg>
  977. <bShared>0</bShared>
  978. </File>
  979. <File>
  980. <GroupNumber>7</GroupNumber>
  981. <FileNumber>61</FileNumber>
  982. <FileType>1</FileType>
  983. <tvExp>0</tvExp>
  984. <tvExpOptDlg>0</tvExpOptDlg>
  985. <bDave2>0</bDave2>
  986. <PathWithFileName>..\Sx1278\radio\sx1276-Hal.c</PathWithFileName>
  987. <FilenameWithoutPath>sx1276-Hal.c</FilenameWithoutPath>
  988. <RteFlg>0</RteFlg>
  989. <bShared>0</bShared>
  990. </File>
  991. </Group>
  992. <Group>
  993. <GroupName>UCOSII_CORE</GroupName>
  994. <tvExp>0</tvExp>
  995. <tvExpOptDlg>0</tvExpOptDlg>
  996. <cbSel>0</cbSel>
  997. <RteFlg>0</RteFlg>
  998. <File>
  999. <GroupNumber>8</GroupNumber>
  1000. <FileNumber>62</FileNumber>
  1001. <FileType>1</FileType>
  1002. <tvExp>0</tvExp>
  1003. <tvExpOptDlg>0</tvExpOptDlg>
  1004. <bDave2>0</bDave2>
  1005. <PathWithFileName>..\UCOS-II\Source\os_core.c</PathWithFileName>
  1006. <FilenameWithoutPath>os_core.c</FilenameWithoutPath>
  1007. <RteFlg>0</RteFlg>
  1008. <bShared>0</bShared>
  1009. </File>
  1010. <File>
  1011. <GroupNumber>8</GroupNumber>
  1012. <FileNumber>63</FileNumber>
  1013. <FileType>1</FileType>
  1014. <tvExp>0</tvExp>
  1015. <tvExpOptDlg>0</tvExpOptDlg>
  1016. <bDave2>0</bDave2>
  1017. <PathWithFileName>..\UCOS-II\Source\os_flag.c</PathWithFileName>
  1018. <FilenameWithoutPath>os_flag.c</FilenameWithoutPath>
  1019. <RteFlg>0</RteFlg>
  1020. <bShared>0</bShared>
  1021. </File>
  1022. <File>
  1023. <GroupNumber>8</GroupNumber>
  1024. <FileNumber>64</FileNumber>
  1025. <FileType>1</FileType>
  1026. <tvExp>0</tvExp>
  1027. <tvExpOptDlg>0</tvExpOptDlg>
  1028. <bDave2>0</bDave2>
  1029. <PathWithFileName>..\UCOS-II\Source\os_mbox.c</PathWithFileName>
  1030. <FilenameWithoutPath>os_mbox.c</FilenameWithoutPath>
  1031. <RteFlg>0</RteFlg>
  1032. <bShared>0</bShared>
  1033. </File>
  1034. <File>
  1035. <GroupNumber>8</GroupNumber>
  1036. <FileNumber>65</FileNumber>
  1037. <FileType>1</FileType>
  1038. <tvExp>0</tvExp>
  1039. <tvExpOptDlg>0</tvExpOptDlg>
  1040. <bDave2>0</bDave2>
  1041. <PathWithFileName>..\UCOS-II\Source\os_mem.c</PathWithFileName>
  1042. <FilenameWithoutPath>os_mem.c</FilenameWithoutPath>
  1043. <RteFlg>0</RteFlg>
  1044. <bShared>0</bShared>
  1045. </File>
  1046. <File>
  1047. <GroupNumber>8</GroupNumber>
  1048. <FileNumber>66</FileNumber>
  1049. <FileType>1</FileType>
  1050. <tvExp>0</tvExp>
  1051. <tvExpOptDlg>0</tvExpOptDlg>
  1052. <bDave2>0</bDave2>
  1053. <PathWithFileName>..\UCOS-II\Source\os_mutex.c</PathWithFileName>
  1054. <FilenameWithoutPath>os_mutex.c</FilenameWithoutPath>
  1055. <RteFlg>0</RteFlg>
  1056. <bShared>0</bShared>
  1057. </File>
  1058. <File>
  1059. <GroupNumber>8</GroupNumber>
  1060. <FileNumber>67</FileNumber>
  1061. <FileType>1</FileType>
  1062. <tvExp>0</tvExp>
  1063. <tvExpOptDlg>0</tvExpOptDlg>
  1064. <bDave2>0</bDave2>
  1065. <PathWithFileName>..\UCOS-II\Source\os_q.c</PathWithFileName>
  1066. <FilenameWithoutPath>os_q.c</FilenameWithoutPath>
  1067. <RteFlg>0</RteFlg>
  1068. <bShared>0</bShared>
  1069. </File>
  1070. <File>
  1071. <GroupNumber>8</GroupNumber>
  1072. <FileNumber>68</FileNumber>
  1073. <FileType>1</FileType>
  1074. <tvExp>0</tvExp>
  1075. <tvExpOptDlg>0</tvExpOptDlg>
  1076. <bDave2>0</bDave2>
  1077. <PathWithFileName>..\UCOS-II\Source\os_sem.c</PathWithFileName>
  1078. <FilenameWithoutPath>os_sem.c</FilenameWithoutPath>
  1079. <RteFlg>0</RteFlg>
  1080. <bShared>0</bShared>
  1081. </File>
  1082. <File>
  1083. <GroupNumber>8</GroupNumber>
  1084. <FileNumber>69</FileNumber>
  1085. <FileType>1</FileType>
  1086. <tvExp>0</tvExp>
  1087. <tvExpOptDlg>0</tvExpOptDlg>
  1088. <bDave2>0</bDave2>
  1089. <PathWithFileName>..\UCOS-II\Source\os_task.c</PathWithFileName>
  1090. <FilenameWithoutPath>os_task.c</FilenameWithoutPath>
  1091. <RteFlg>0</RteFlg>
  1092. <bShared>0</bShared>
  1093. </File>
  1094. <File>
  1095. <GroupNumber>8</GroupNumber>
  1096. <FileNumber>70</FileNumber>
  1097. <FileType>1</FileType>
  1098. <tvExp>0</tvExp>
  1099. <tvExpOptDlg>0</tvExpOptDlg>
  1100. <bDave2>0</bDave2>
  1101. <PathWithFileName>..\UCOS-II\Source\os_time.c</PathWithFileName>
  1102. <FilenameWithoutPath>os_time.c</FilenameWithoutPath>
  1103. <RteFlg>0</RteFlg>
  1104. <bShared>0</bShared>
  1105. </File>
  1106. <File>
  1107. <GroupNumber>8</GroupNumber>
  1108. <FileNumber>71</FileNumber>
  1109. <FileType>1</FileType>
  1110. <tvExp>0</tvExp>
  1111. <tvExpOptDlg>0</tvExpOptDlg>
  1112. <bDave2>0</bDave2>
  1113. <PathWithFileName>..\UCOS-II\Source\os_tmr.c</PathWithFileName>
  1114. <FilenameWithoutPath>os_tmr.c</FilenameWithoutPath>
  1115. <RteFlg>0</RteFlg>
  1116. <bShared>0</bShared>
  1117. </File>
  1118. </Group>
  1119. <Group>
  1120. <GroupName>UCOSII_PORT</GroupName>
  1121. <tvExp>0</tvExp>
  1122. <tvExpOptDlg>0</tvExpOptDlg>
  1123. <cbSel>0</cbSel>
  1124. <RteFlg>0</RteFlg>
  1125. <File>
  1126. <GroupNumber>9</GroupNumber>
  1127. <FileNumber>72</FileNumber>
  1128. <FileType>5</FileType>
  1129. <tvExp>0</tvExp>
  1130. <tvExpOptDlg>0</tvExpOptDlg>
  1131. <bDave2>0</bDave2>
  1132. <PathWithFileName>..\UCOS-II\Ports\os_cpu.h</PathWithFileName>
  1133. <FilenameWithoutPath>os_cpu.h</FilenameWithoutPath>
  1134. <RteFlg>0</RteFlg>
  1135. <bShared>0</bShared>
  1136. </File>
  1137. <File>
  1138. <GroupNumber>9</GroupNumber>
  1139. <FileNumber>73</FileNumber>
  1140. <FileType>2</FileType>
  1141. <tvExp>0</tvExp>
  1142. <tvExpOptDlg>0</tvExpOptDlg>
  1143. <bDave2>0</bDave2>
  1144. <PathWithFileName>..\UCOS-II\Ports\os_cpu_a.asm</PathWithFileName>
  1145. <FilenameWithoutPath>os_cpu_a.asm</FilenameWithoutPath>
  1146. <RteFlg>0</RteFlg>
  1147. <bShared>0</bShared>
  1148. </File>
  1149. <File>
  1150. <GroupNumber>9</GroupNumber>
  1151. <FileNumber>74</FileNumber>
  1152. <FileType>1</FileType>
  1153. <tvExp>0</tvExp>
  1154. <tvExpOptDlg>0</tvExpOptDlg>
  1155. <bDave2>0</bDave2>
  1156. <PathWithFileName>..\UCOS-II\Ports\os_cpu_c.c</PathWithFileName>
  1157. <FilenameWithoutPath>os_cpu_c.c</FilenameWithoutPath>
  1158. <RteFlg>0</RteFlg>
  1159. <bShared>0</bShared>
  1160. </File>
  1161. </Group>
  1162. <Group>
  1163. <GroupName>UCOSII_CONFIG</GroupName>
  1164. <tvExp>0</tvExp>
  1165. <tvExpOptDlg>0</tvExpOptDlg>
  1166. <cbSel>0</cbSel>
  1167. <RteFlg>0</RteFlg>
  1168. <File>
  1169. <GroupNumber>10</GroupNumber>
  1170. <FileNumber>75</FileNumber>
  1171. <FileType>5</FileType>
  1172. <tvExp>0</tvExp>
  1173. <tvExpOptDlg>0</tvExpOptDlg>
  1174. <bDave2>0</bDave2>
  1175. <PathWithFileName>..\UCOS-II\CONFIG\includes.h</PathWithFileName>
  1176. <FilenameWithoutPath>includes.h</FilenameWithoutPath>
  1177. <RteFlg>0</RteFlg>
  1178. <bShared>0</bShared>
  1179. </File>
  1180. <File>
  1181. <GroupNumber>10</GroupNumber>
  1182. <FileNumber>76</FileNumber>
  1183. <FileType>5</FileType>
  1184. <tvExp>0</tvExp>
  1185. <tvExpOptDlg>0</tvExpOptDlg>
  1186. <bDave2>0</bDave2>
  1187. <PathWithFileName>..\UCOS-II\CONFIG\os_cfg.h</PathWithFileName>
  1188. <FilenameWithoutPath>os_cfg.h</FilenameWithoutPath>
  1189. <RteFlg>0</RteFlg>
  1190. <bShared>0</bShared>
  1191. </File>
  1192. </Group>
  1193. <Group>
  1194. <GroupName>DLT645</GroupName>
  1195. <tvExp>0</tvExp>
  1196. <tvExpOptDlg>0</tvExpOptDlg>
  1197. <cbSel>0</cbSel>
  1198. <RteFlg>0</RteFlg>
  1199. <File>
  1200. <GroupNumber>11</GroupNumber>
  1201. <FileNumber>77</FileNumber>
  1202. <FileType>1</FileType>
  1203. <tvExp>0</tvExp>
  1204. <tvExpOptDlg>0</tvExpOptDlg>
  1205. <bDave2>0</bDave2>
  1206. <PathWithFileName>..\dlt\src\dlt645.c</PathWithFileName>
  1207. <FilenameWithoutPath>dlt645.c</FilenameWithoutPath>
  1208. <RteFlg>0</RteFlg>
  1209. <bShared>0</bShared>
  1210. </File>
  1211. <File>
  1212. <GroupNumber>11</GroupNumber>
  1213. <FileNumber>78</FileNumber>
  1214. <FileType>1</FileType>
  1215. <tvExp>0</tvExp>
  1216. <tvExpOptDlg>0</tvExpOptDlg>
  1217. <bDave2>0</bDave2>
  1218. <PathWithFileName>..\dlt\src\dlt645_1997.c</PathWithFileName>
  1219. <FilenameWithoutPath>dlt645_1997.c</FilenameWithoutPath>
  1220. <RteFlg>0</RteFlg>
  1221. <bShared>0</bShared>
  1222. </File>
  1223. <File>
  1224. <GroupNumber>11</GroupNumber>
  1225. <FileNumber>79</FileNumber>
  1226. <FileType>1</FileType>
  1227. <tvExp>0</tvExp>
  1228. <tvExpOptDlg>0</tvExpOptDlg>
  1229. <bDave2>0</bDave2>
  1230. <PathWithFileName>..\dlt\src\dlt645_2007.c</PathWithFileName>
  1231. <FilenameWithoutPath>dlt645_2007.c</FilenameWithoutPath>
  1232. <RteFlg>0</RteFlg>
  1233. <bShared>0</bShared>
  1234. </File>
  1235. <File>
  1236. <GroupNumber>11</GroupNumber>
  1237. <FileNumber>80</FileNumber>
  1238. <FileType>1</FileType>
  1239. <tvExp>0</tvExp>
  1240. <tvExpOptDlg>0</tvExpOptDlg>
  1241. <bDave2>0</bDave2>
  1242. <PathWithFileName>..\dlt\src\dlt645_data.c</PathWithFileName>
  1243. <FilenameWithoutPath>dlt645_data.c</FilenameWithoutPath>
  1244. <RteFlg>0</RteFlg>
  1245. <bShared>0</bShared>
  1246. </File>
  1247. <File>
  1248. <GroupNumber>11</GroupNumber>
  1249. <FileNumber>81</FileNumber>
  1250. <FileType>1</FileType>
  1251. <tvExp>0</tvExp>
  1252. <tvExpOptDlg>0</tvExpOptDlg>
  1253. <bDave2>0</bDave2>
  1254. <PathWithFileName>..\dlt\port\dlt645_port.c</PathWithFileName>
  1255. <FilenameWithoutPath>dlt645_port.c</FilenameWithoutPath>
  1256. <RteFlg>0</RteFlg>
  1257. <bShared>0</bShared>
  1258. </File>
  1259. </Group>
  1260. <Group>
  1261. <GroupName>MODBUS</GroupName>
  1262. <tvExp>0</tvExp>
  1263. <tvExpOptDlg>0</tvExpOptDlg>
  1264. <cbSel>0</cbSel>
  1265. <RteFlg>0</RteFlg>
  1266. <File>
  1267. <GroupNumber>12</GroupNumber>
  1268. <FileNumber>82</FileNumber>
  1269. <FileType>1</FileType>
  1270. <tvExp>0</tvExp>
  1271. <tvExpOptDlg>0</tvExpOptDlg>
  1272. <bDave2>0</bDave2>
  1273. <PathWithFileName>..\modbus\mmodbus.c</PathWithFileName>
  1274. <FilenameWithoutPath>mmodbus.c</FilenameWithoutPath>
  1275. <RteFlg>0</RteFlg>
  1276. <bShared>0</bShared>
  1277. </File>
  1278. </Group>
  1279. </ProjectOpt>