Project.uvoptx 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966
  1. <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
  2. <ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd">
  3. <SchemaVersion>1.0</SchemaVersion>
  4. <Header>### uVision Project, (C) Keil Software</Header>
  5. <Extensions>
  6. <cExt>*.c</cExt>
  7. <aExt>*.s*; *.src; *.a*</aExt>
  8. <oExt>*.obj; *.o</oExt>
  9. <lExt>*.lib</lExt>
  10. <tExt>*.txt; *.h; *.inc; *.md</tExt>
  11. <pExt>*.plm</pExt>
  12. <CppX>*.cpp; *.cc; *.cxx</CppX>
  13. <nMigrate>0</nMigrate>
  14. </Extensions>
  15. <DaveTm>
  16. <dwLowDateTime>0</dwLowDateTime>
  17. <dwHighDateTime>0</dwHighDateTime>
  18. </DaveTm>
  19. <Target>
  20. <TargetName>PECAHeadHost</TargetName>
  21. <ToolsetNumber>0x4</ToolsetNumber>
  22. <ToolsetName>ARM-ADS</ToolsetName>
  23. <TargetOption>
  24. <CLKADS>12000000</CLKADS>
  25. <OPTTT>
  26. <gFlags>1</gFlags>
  27. <BeepAtEnd>1</BeepAtEnd>
  28. <RunSim>0</RunSim>
  29. <RunTarget>1</RunTarget>
  30. <RunAbUc>0</RunAbUc>
  31. </OPTTT>
  32. <OPTHX>
  33. <HexSelection>1</HexSelection>
  34. <FlashByte>65535</FlashByte>
  35. <HexRangeLowAddress>0</HexRangeLowAddress>
  36. <HexRangeHighAddress>0</HexRangeHighAddress>
  37. <HexOffset>0</HexOffset>
  38. </OPTHX>
  39. <OPTLEX>
  40. <PageWidth>79</PageWidth>
  41. <PageLength>66</PageLength>
  42. <TabStop>8</TabStop>
  43. <ListingPath>.\</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. <nTsel>3</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>Segger\JL2CM3.dll</pMon>
  111. </DebugOpt>
  112. <TargetDriverDllRegistry>
  113. <SetRegEntry>
  114. <Number>0</Number>
  115. <Key>JL2CM3</Key>
  116. <Name>-U59701322 -O78 -S2 -ZTIFSpeedSel5000 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(1BA01477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO31 -FD20000000 -FC1000 -FN1 -FF0STM32F10x_512.FLM -FS08000000 -FL080000 -FP0($$Device:STM32F103VE$Flash\STM32F10x_512.FLM)</Name>
  117. </SetRegEntry>
  118. <SetRegEntry>
  119. <Number>0</Number>
  120. <Key>UL2CM3</Key>
  121. <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32F10x_512 -FS08000000 -FL080000 -FP0($$Device:STM32F103VE$Flash\STM32F10x_512.FLM))</Name>
  122. </SetRegEntry>
  123. </TargetDriverDllRegistry>
  124. <Breakpoint>
  125. <Bp>
  126. <Number>0</Number>
  127. <Type>0</Type>
  128. <LineNumber>172</LineNumber>
  129. <EnabledFlag>1</EnabledFlag>
  130. <Address>0</Address>
  131. <ByteObject>0</ByteObject>
  132. <HtxType>0</HtxType>
  133. <ManyObjects>0</ManyObjects>
  134. <SizeOfObject>0</SizeOfObject>
  135. <BreakByAccess>0</BreakByAccess>
  136. <BreakIfRCount>0</BreakIfRCount>
  137. <Filename>..\USER\ControlSystem.c</Filename>
  138. <ExecCommand></ExecCommand>
  139. <Expression></Expression>
  140. </Bp>
  141. <Bp>
  142. <Number>1</Number>
  143. <Type>0</Type>
  144. <LineNumber>173</LineNumber>
  145. <EnabledFlag>1</EnabledFlag>
  146. <Address>0</Address>
  147. <ByteObject>0</ByteObject>
  148. <HtxType>0</HtxType>
  149. <ManyObjects>0</ManyObjects>
  150. <SizeOfObject>0</SizeOfObject>
  151. <BreakByAccess>0</BreakByAccess>
  152. <BreakIfRCount>0</BreakIfRCount>
  153. <Filename>..\USER\ControlSystem.c</Filename>
  154. <ExecCommand></ExecCommand>
  155. <Expression></Expression>
  156. </Bp>
  157. </Breakpoint>
  158. <Tracepoint>
  159. <THDelay>0</THDelay>
  160. </Tracepoint>
  161. <DebugFlag>
  162. <trace>0</trace>
  163. <periodic>0</periodic>
  164. <aLwin>0</aLwin>
  165. <aCover>0</aCover>
  166. <aSer1>0</aSer1>
  167. <aSer2>0</aSer2>
  168. <aPa>0</aPa>
  169. <viewmode>0</viewmode>
  170. <vrSel>0</vrSel>
  171. <aSym>0</aSym>
  172. <aTbox>0</aTbox>
  173. <AscS1>0</AscS1>
  174. <AscS2>0</AscS2>
  175. <AscS3>0</AscS3>
  176. <aSer3>0</aSer3>
  177. <eProf>0</eProf>
  178. <aLa>0</aLa>
  179. <aPa1>0</aPa1>
  180. <AscS4>0</AscS4>
  181. <aSer4>0</aSer4>
  182. <StkLoc>0</StkLoc>
  183. <TrcWin>0</TrcWin>
  184. <newCpu>0</newCpu>
  185. <uProt>0</uProt>
  186. </DebugFlag>
  187. <LintExecutable></LintExecutable>
  188. <LintConfigFile></LintConfigFile>
  189. <bLintAuto>0</bLintAuto>
  190. <bAutoGenD>0</bAutoGenD>
  191. <LntExFlags>0</LntExFlags>
  192. <pMisraName></pMisraName>
  193. <pszMrule></pszMrule>
  194. <pSingCmds></pSingCmds>
  195. <pMultCmds></pMultCmds>
  196. <DebugDescription>
  197. <Enable>1</Enable>
  198. <EnableLog>0</EnableLog>
  199. <Protocol>2</Protocol>
  200. <DbgClock>10000000</DbgClock>
  201. </DebugDescription>
  202. </TargetOption>
  203. </Target>
  204. <Group>
  205. <GroupName>USER</GroupName>
  206. <tvExp>0</tvExp>
  207. <tvExpOptDlg>0</tvExpOptDlg>
  208. <cbSel>0</cbSel>
  209. <RteFlg>0</RteFlg>
  210. <File>
  211. <GroupNumber>1</GroupNumber>
  212. <FileNumber>1</FileNumber>
  213. <FileType>1</FileType>
  214. <tvExp>0</tvExp>
  215. <tvExpOptDlg>0</tvExpOptDlg>
  216. <bDave2>0</bDave2>
  217. <PathWithFileName>..\USER\main.c</PathWithFileName>
  218. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  219. <RteFlg>0</RteFlg>
  220. <bShared>0</bShared>
  221. </File>
  222. <File>
  223. <GroupNumber>1</GroupNumber>
  224. <FileNumber>2</FileNumber>
  225. <FileType>1</FileType>
  226. <tvExp>0</tvExp>
  227. <tvExpOptDlg>0</tvExpOptDlg>
  228. <bDave2>0</bDave2>
  229. <PathWithFileName>..\USER\Driver.c</PathWithFileName>
  230. <FilenameWithoutPath>Driver.c</FilenameWithoutPath>
  231. <RteFlg>0</RteFlg>
  232. <bShared>0</bShared>
  233. </File>
  234. <File>
  235. <GroupNumber>1</GroupNumber>
  236. <FileNumber>3</FileNumber>
  237. <FileType>1</FileType>
  238. <tvExp>0</tvExp>
  239. <tvExpOptDlg>0</tvExpOptDlg>
  240. <bDave2>0</bDave2>
  241. <PathWithFileName>..\USER\TypeDefine.c</PathWithFileName>
  242. <FilenameWithoutPath>TypeDefine.c</FilenameWithoutPath>
  243. <RteFlg>0</RteFlg>
  244. <bShared>0</bShared>
  245. </File>
  246. <File>
  247. <GroupNumber>1</GroupNumber>
  248. <FileNumber>4</FileNumber>
  249. <FileType>1</FileType>
  250. <tvExp>0</tvExp>
  251. <tvExpOptDlg>0</tvExpOptDlg>
  252. <bDave2>0</bDave2>
  253. <PathWithFileName>..\USER\stm32f10x_it.c</PathWithFileName>
  254. <FilenameWithoutPath>stm32f10x_it.c</FilenameWithoutPath>
  255. <RteFlg>0</RteFlg>
  256. <bShared>0</bShared>
  257. </File>
  258. <File>
  259. <GroupNumber>1</GroupNumber>
  260. <FileNumber>5</FileNumber>
  261. <FileType>1</FileType>
  262. <tvExp>0</tvExp>
  263. <tvExpOptDlg>0</tvExpOptDlg>
  264. <bDave2>0</bDave2>
  265. <PathWithFileName>..\USER\TimerSetup.c</PathWithFileName>
  266. <FilenameWithoutPath>TimerSetup.c</FilenameWithoutPath>
  267. <RteFlg>0</RteFlg>
  268. <bShared>0</bShared>
  269. </File>
  270. <File>
  271. <GroupNumber>1</GroupNumber>
  272. <FileNumber>6</FileNumber>
  273. <FileType>1</FileType>
  274. <tvExp>0</tvExp>
  275. <tvExpOptDlg>0</tvExpOptDlg>
  276. <bDave2>0</bDave2>
  277. <PathWithFileName>..\USER\RTCSetup.c</PathWithFileName>
  278. <FilenameWithoutPath>RTCSetup.c</FilenameWithoutPath>
  279. <RteFlg>0</RteFlg>
  280. <bShared>0</bShared>
  281. </File>
  282. <File>
  283. <GroupNumber>1</GroupNumber>
  284. <FileNumber>7</FileNumber>
  285. <FileType>1</FileType>
  286. <tvExp>0</tvExp>
  287. <tvExpOptDlg>0</tvExpOptDlg>
  288. <bDave2>0</bDave2>
  289. <PathWithFileName>..\USER\SPISetup.c</PathWithFileName>
  290. <FilenameWithoutPath>SPISetup.c</FilenameWithoutPath>
  291. <RteFlg>0</RteFlg>
  292. <bShared>0</bShared>
  293. </File>
  294. <File>
  295. <GroupNumber>1</GroupNumber>
  296. <FileNumber>8</FileNumber>
  297. <FileType>1</FileType>
  298. <tvExp>0</tvExp>
  299. <tvExpOptDlg>0</tvExpOptDlg>
  300. <bDave2>0</bDave2>
  301. <PathWithFileName>..\USER\ADS1110Setup.c</PathWithFileName>
  302. <FilenameWithoutPath>ADS1110Setup.c</FilenameWithoutPath>
  303. <RteFlg>0</RteFlg>
  304. <bShared>0</bShared>
  305. </File>
  306. <File>
  307. <GroupNumber>1</GroupNumber>
  308. <FileNumber>9</FileNumber>
  309. <FileType>1</FileType>
  310. <tvExp>0</tvExp>
  311. <tvExpOptDlg>0</tvExpOptDlg>
  312. <bDave2>0</bDave2>
  313. <PathWithFileName>..\USER\IICSetup.c</PathWithFileName>
  314. <FilenameWithoutPath>IICSetup.c</FilenameWithoutPath>
  315. <RteFlg>0</RteFlg>
  316. <bShared>0</bShared>
  317. </File>
  318. <File>
  319. <GroupNumber>1</GroupNumber>
  320. <FileNumber>10</FileNumber>
  321. <FileType>1</FileType>
  322. <tvExp>0</tvExp>
  323. <tvExpOptDlg>0</tvExpOptDlg>
  324. <bDave2>0</bDave2>
  325. <PathWithFileName>..\USER\USARTSetup.c</PathWithFileName>
  326. <FilenameWithoutPath>USARTSetup.c</FilenameWithoutPath>
  327. <RteFlg>0</RteFlg>
  328. <bShared>0</bShared>
  329. </File>
  330. <File>
  331. <GroupNumber>1</GroupNumber>
  332. <FileNumber>11</FileNumber>
  333. <FileType>1</FileType>
  334. <tvExp>0</tvExp>
  335. <tvExpOptDlg>0</tvExpOptDlg>
  336. <bDave2>0</bDave2>
  337. <PathWithFileName>..\USER\LCDSetup.c</PathWithFileName>
  338. <FilenameWithoutPath>LCDSetup.c</FilenameWithoutPath>
  339. <RteFlg>0</RteFlg>
  340. <bShared>0</bShared>
  341. </File>
  342. <File>
  343. <GroupNumber>1</GroupNumber>
  344. <FileNumber>12</FileNumber>
  345. <FileType>1</FileType>
  346. <tvExp>0</tvExp>
  347. <tvExpOptDlg>0</tvExpOptDlg>
  348. <bDave2>0</bDave2>
  349. <PathWithFileName>..\USER\History.c</PathWithFileName>
  350. <FilenameWithoutPath>History.c</FilenameWithoutPath>
  351. <RteFlg>0</RteFlg>
  352. <bShared>0</bShared>
  353. </File>
  354. <File>
  355. <GroupNumber>1</GroupNumber>
  356. <FileNumber>13</FileNumber>
  357. <FileType>1</FileType>
  358. <tvExp>0</tvExp>
  359. <tvExpOptDlg>0</tvExpOptDlg>
  360. <bDave2>0</bDave2>
  361. <PathWithFileName>..\USER\FlashSetup.c</PathWithFileName>
  362. <FilenameWithoutPath>FlashSetup.c</FilenameWithoutPath>
  363. <RteFlg>0</RteFlg>
  364. <bShared>0</bShared>
  365. </File>
  366. <File>
  367. <GroupNumber>1</GroupNumber>
  368. <FileNumber>14</FileNumber>
  369. <FileType>1</FileType>
  370. <tvExp>0</tvExp>
  371. <tvExpOptDlg>0</tvExpOptDlg>
  372. <bDave2>0</bDave2>
  373. <PathWithFileName>..\USER\ParameterSet.c</PathWithFileName>
  374. <FilenameWithoutPath>ParameterSet.c</FilenameWithoutPath>
  375. <RteFlg>0</RteFlg>
  376. <bShared>0</bShared>
  377. </File>
  378. <File>
  379. <GroupNumber>1</GroupNumber>
  380. <FileNumber>15</FileNumber>
  381. <FileType>1</FileType>
  382. <tvExp>0</tvExp>
  383. <tvExpOptDlg>0</tvExpOptDlg>
  384. <bDave2>0</bDave2>
  385. <PathWithFileName>..\USER\ADCSetup.c</PathWithFileName>
  386. <FilenameWithoutPath>ADCSetup.c</FilenameWithoutPath>
  387. <RteFlg>0</RteFlg>
  388. <bShared>0</bShared>
  389. </File>
  390. <File>
  391. <GroupNumber>1</GroupNumber>
  392. <FileNumber>16</FileNumber>
  393. <FileType>1</FileType>
  394. <tvExp>0</tvExp>
  395. <tvExpOptDlg>0</tvExpOptDlg>
  396. <bDave2>0</bDave2>
  397. <PathWithFileName>..\USER\ControlSystem.c</PathWithFileName>
  398. <FilenameWithoutPath>ControlSystem.c</FilenameWithoutPath>
  399. <RteFlg>0</RteFlg>
  400. <bShared>0</bShared>
  401. </File>
  402. <File>
  403. <GroupNumber>1</GroupNumber>
  404. <FileNumber>17</FileNumber>
  405. <FileType>1</FileType>
  406. <tvExp>0</tvExp>
  407. <tvExpOptDlg>0</tvExpOptDlg>
  408. <bDave2>0</bDave2>
  409. <PathWithFileName>..\USER\DrawLCDGUI.c</PathWithFileName>
  410. <FilenameWithoutPath>DrawLCDGUI.c</FilenameWithoutPath>
  411. <RteFlg>0</RteFlg>
  412. <bShared>0</bShared>
  413. </File>
  414. <File>
  415. <GroupNumber>1</GroupNumber>
  416. <FileNumber>18</FileNumber>
  417. <FileType>1</FileType>
  418. <tvExp>0</tvExp>
  419. <tvExpOptDlg>0</tvExpOptDlg>
  420. <bDave2>0</bDave2>
  421. <PathWithFileName>..\USER\SystemAlarm.c</PathWithFileName>
  422. <FilenameWithoutPath>SystemAlarm.c</FilenameWithoutPath>
  423. <RteFlg>0</RteFlg>
  424. <bShared>0</bShared>
  425. </File>
  426. <File>
  427. <GroupNumber>1</GroupNumber>
  428. <FileNumber>19</FileNumber>
  429. <FileType>1</FileType>
  430. <tvExp>0</tvExp>
  431. <tvExpOptDlg>0</tvExpOptDlg>
  432. <bDave2>0</bDave2>
  433. <PathWithFileName>..\USER\ZigbeeDataHandle.c</PathWithFileName>
  434. <FilenameWithoutPath>ZigbeeDataHandle.c</FilenameWithoutPath>
  435. <RteFlg>0</RteFlg>
  436. <bShared>0</bShared>
  437. </File>
  438. <File>
  439. <GroupNumber>1</GroupNumber>
  440. <FileNumber>20</FileNumber>
  441. <FileType>1</FileType>
  442. <tvExp>0</tvExp>
  443. <tvExpOptDlg>0</tvExpOptDlg>
  444. <bDave2>0</bDave2>
  445. <PathWithFileName>..\USER\CRC16.C</PathWithFileName>
  446. <FilenameWithoutPath>CRC16.C</FilenameWithoutPath>
  447. <RteFlg>0</RteFlg>
  448. <bShared>0</bShared>
  449. </File>
  450. <File>
  451. <GroupNumber>1</GroupNumber>
  452. <FileNumber>21</FileNumber>
  453. <FileType>1</FileType>
  454. <tvExp>0</tvExp>
  455. <tvExpOptDlg>0</tvExpOptDlg>
  456. <bDave2>0</bDave2>
  457. <PathWithFileName>..\USER\HostSlaveHandle.c</PathWithFileName>
  458. <FilenameWithoutPath>HostSlaveHandle.c</FilenameWithoutPath>
  459. <RteFlg>0</RteFlg>
  460. <bShared>0</bShared>
  461. </File>
  462. <File>
  463. <GroupNumber>1</GroupNumber>
  464. <FileNumber>22</FileNumber>
  465. <FileType>1</FileType>
  466. <tvExp>0</tvExp>
  467. <tvExpOptDlg>0</tvExpOptDlg>
  468. <bDave2>0</bDave2>
  469. <PathWithFileName>..\USER\FM31256.c</PathWithFileName>
  470. <FilenameWithoutPath>FM31256.c</FilenameWithoutPath>
  471. <RteFlg>0</RteFlg>
  472. <bShared>0</bShared>
  473. </File>
  474. <File>
  475. <GroupNumber>1</GroupNumber>
  476. <FileNumber>23</FileNumber>
  477. <FileType>1</FileType>
  478. <tvExp>0</tvExp>
  479. <tvExpOptDlg>0</tvExpOptDlg>
  480. <bDave2>0</bDave2>
  481. <PathWithFileName>..\USER\ADS1110ASetup.c</PathWithFileName>
  482. <FilenameWithoutPath>ADS1110ASetup.c</FilenameWithoutPath>
  483. <RteFlg>0</RteFlg>
  484. <bShared>0</bShared>
  485. </File>
  486. <File>
  487. <GroupNumber>1</GroupNumber>
  488. <FileNumber>24</FileNumber>
  489. <FileType>1</FileType>
  490. <tvExp>0</tvExp>
  491. <tvExpOptDlg>0</tvExpOptDlg>
  492. <bDave2>0</bDave2>
  493. <PathWithFileName>..\USER\IIC2Setup.c</PathWithFileName>
  494. <FilenameWithoutPath>IIC2Setup.c</FilenameWithoutPath>
  495. <RteFlg>0</RteFlg>
  496. <bShared>0</bShared>
  497. </File>
  498. <File>
  499. <GroupNumber>1</GroupNumber>
  500. <FileNumber>25</FileNumber>
  501. <FileType>1</FileType>
  502. <tvExp>0</tvExp>
  503. <tvExpOptDlg>0</tvExpOptDlg>
  504. <bDave2>0</bDave2>
  505. <PathWithFileName>..\USER\Lorawan.c</PathWithFileName>
  506. <FilenameWithoutPath>Lorawan.c</FilenameWithoutPath>
  507. <RteFlg>0</RteFlg>
  508. <bShared>0</bShared>
  509. </File>
  510. <File>
  511. <GroupNumber>1</GroupNumber>
  512. <FileNumber>26</FileNumber>
  513. <FileType>1</FileType>
  514. <tvExp>0</tvExp>
  515. <tvExpOptDlg>0</tvExpOptDlg>
  516. <bDave2>0</bDave2>
  517. <PathWithFileName>..\USER\Bubble_ADCSetup.c</PathWithFileName>
  518. <FilenameWithoutPath>Bubble_ADCSetup.c</FilenameWithoutPath>
  519. <RteFlg>0</RteFlg>
  520. <bShared>0</bShared>
  521. </File>
  522. </Group>
  523. <Group>
  524. <GroupName>CMSIS</GroupName>
  525. <tvExp>0</tvExp>
  526. <tvExpOptDlg>0</tvExpOptDlg>
  527. <cbSel>0</cbSel>
  528. <RteFlg>0</RteFlg>
  529. <File>
  530. <GroupNumber>2</GroupNumber>
  531. <FileNumber>27</FileNumber>
  532. <FileType>1</FileType>
  533. <tvExp>0</tvExp>
  534. <tvExpOptDlg>0</tvExpOptDlg>
  535. <bDave2>0</bDave2>
  536. <PathWithFileName>..\CMSIS\CM3\CoreSupport\core_cm3.c</PathWithFileName>
  537. <FilenameWithoutPath>core_cm3.c</FilenameWithoutPath>
  538. <RteFlg>0</RteFlg>
  539. <bShared>0</bShared>
  540. </File>
  541. <File>
  542. <GroupNumber>2</GroupNumber>
  543. <FileNumber>28</FileNumber>
  544. <FileType>1</FileType>
  545. <tvExp>0</tvExp>
  546. <tvExpOptDlg>0</tvExpOptDlg>
  547. <bDave2>0</bDave2>
  548. <PathWithFileName>..\CMSIS\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.c</PathWithFileName>
  549. <FilenameWithoutPath>system_stm32f10x.c</FilenameWithoutPath>
  550. <RteFlg>0</RteFlg>
  551. <bShared>0</bShared>
  552. </File>
  553. </Group>
  554. <Group>
  555. <GroupName>Libraries</GroupName>
  556. <tvExp>0</tvExp>
  557. <tvExpOptDlg>0</tvExpOptDlg>
  558. <cbSel>0</cbSel>
  559. <RteFlg>0</RteFlg>
  560. <File>
  561. <GroupNumber>3</GroupNumber>
  562. <FileNumber>29</FileNumber>
  563. <FileType>1</FileType>
  564. <tvExp>0</tvExp>
  565. <tvExpOptDlg>0</tvExpOptDlg>
  566. <bDave2>0</bDave2>
  567. <PathWithFileName>..\Libraries\src\misc.c</PathWithFileName>
  568. <FilenameWithoutPath>misc.c</FilenameWithoutPath>
  569. <RteFlg>0</RteFlg>
  570. <bShared>0</bShared>
  571. </File>
  572. <File>
  573. <GroupNumber>3</GroupNumber>
  574. <FileNumber>30</FileNumber>
  575. <FileType>1</FileType>
  576. <tvExp>0</tvExp>
  577. <tvExpOptDlg>0</tvExpOptDlg>
  578. <bDave2>0</bDave2>
  579. <PathWithFileName>..\Libraries\src\stm32f10x_exti.c</PathWithFileName>
  580. <FilenameWithoutPath>stm32f10x_exti.c</FilenameWithoutPath>
  581. <RteFlg>0</RteFlg>
  582. <bShared>0</bShared>
  583. </File>
  584. <File>
  585. <GroupNumber>3</GroupNumber>
  586. <FileNumber>31</FileNumber>
  587. <FileType>1</FileType>
  588. <tvExp>0</tvExp>
  589. <tvExpOptDlg>0</tvExpOptDlg>
  590. <bDave2>0</bDave2>
  591. <PathWithFileName>..\Libraries\src\stm32f10x_gpio.c</PathWithFileName>
  592. <FilenameWithoutPath>stm32f10x_gpio.c</FilenameWithoutPath>
  593. <RteFlg>0</RteFlg>
  594. <bShared>0</bShared>
  595. </File>
  596. <File>
  597. <GroupNumber>3</GroupNumber>
  598. <FileNumber>32</FileNumber>
  599. <FileType>1</FileType>
  600. <tvExp>0</tvExp>
  601. <tvExpOptDlg>0</tvExpOptDlg>
  602. <bDave2>0</bDave2>
  603. <PathWithFileName>..\Libraries\src\stm32f10x_rcc.c</PathWithFileName>
  604. <FilenameWithoutPath>stm32f10x_rcc.c</FilenameWithoutPath>
  605. <RteFlg>0</RteFlg>
  606. <bShared>0</bShared>
  607. </File>
  608. <File>
  609. <GroupNumber>3</GroupNumber>
  610. <FileNumber>33</FileNumber>
  611. <FileType>1</FileType>
  612. <tvExp>0</tvExp>
  613. <tvExpOptDlg>0</tvExpOptDlg>
  614. <bDave2>0</bDave2>
  615. <PathWithFileName>..\Libraries\src\stm32f10x_usart.c</PathWithFileName>
  616. <FilenameWithoutPath>stm32f10x_usart.c</FilenameWithoutPath>
  617. <RteFlg>0</RteFlg>
  618. <bShared>0</bShared>
  619. </File>
  620. <File>
  621. <GroupNumber>3</GroupNumber>
  622. <FileNumber>34</FileNumber>
  623. <FileType>1</FileType>
  624. <tvExp>0</tvExp>
  625. <tvExpOptDlg>0</tvExpOptDlg>
  626. <bDave2>0</bDave2>
  627. <PathWithFileName>..\Libraries\src\stm32f10x_rtc.c</PathWithFileName>
  628. <FilenameWithoutPath>stm32f10x_rtc.c</FilenameWithoutPath>
  629. <RteFlg>0</RteFlg>
  630. <bShared>0</bShared>
  631. </File>
  632. <File>
  633. <GroupNumber>3</GroupNumber>
  634. <FileNumber>35</FileNumber>
  635. <FileType>1</FileType>
  636. <tvExp>0</tvExp>
  637. <tvExpOptDlg>0</tvExpOptDlg>
  638. <bDave2>0</bDave2>
  639. <PathWithFileName>..\Libraries\src\stm32f10x_tim.c</PathWithFileName>
  640. <FilenameWithoutPath>stm32f10x_tim.c</FilenameWithoutPath>
  641. <RteFlg>0</RteFlg>
  642. <bShared>0</bShared>
  643. </File>
  644. <File>
  645. <GroupNumber>3</GroupNumber>
  646. <FileNumber>36</FileNumber>
  647. <FileType>1</FileType>
  648. <tvExp>0</tvExp>
  649. <tvExpOptDlg>0</tvExpOptDlg>
  650. <bDave2>0</bDave2>
  651. <PathWithFileName>..\Libraries\src\stm32f10x_pwr.c</PathWithFileName>
  652. <FilenameWithoutPath>stm32f10x_pwr.c</FilenameWithoutPath>
  653. <RteFlg>0</RteFlg>
  654. <bShared>0</bShared>
  655. </File>
  656. <File>
  657. <GroupNumber>3</GroupNumber>
  658. <FileNumber>37</FileNumber>
  659. <FileType>1</FileType>
  660. <tvExp>0</tvExp>
  661. <tvExpOptDlg>0</tvExpOptDlg>
  662. <bDave2>0</bDave2>
  663. <PathWithFileName>..\Libraries\src\stm32f10x_bkp.c</PathWithFileName>
  664. <FilenameWithoutPath>stm32f10x_bkp.c</FilenameWithoutPath>
  665. <RteFlg>0</RteFlg>
  666. <bShared>0</bShared>
  667. </File>
  668. <File>
  669. <GroupNumber>3</GroupNumber>
  670. <FileNumber>38</FileNumber>
  671. <FileType>1</FileType>
  672. <tvExp>0</tvExp>
  673. <tvExpOptDlg>0</tvExpOptDlg>
  674. <bDave2>0</bDave2>
  675. <PathWithFileName>..\Libraries\src\stm32f10x_flash.c</PathWithFileName>
  676. <FilenameWithoutPath>stm32f10x_flash.c</FilenameWithoutPath>
  677. <RteFlg>0</RteFlg>
  678. <bShared>0</bShared>
  679. </File>
  680. <File>
  681. <GroupNumber>3</GroupNumber>
  682. <FileNumber>39</FileNumber>
  683. <FileType>1</FileType>
  684. <tvExp>0</tvExp>
  685. <tvExpOptDlg>0</tvExpOptDlg>
  686. <bDave2>0</bDave2>
  687. <PathWithFileName>..\Libraries\src\stm32f10x_adc.c</PathWithFileName>
  688. <FilenameWithoutPath>stm32f10x_adc.c</FilenameWithoutPath>
  689. <RteFlg>0</RteFlg>
  690. <bShared>0</bShared>
  691. </File>
  692. <File>
  693. <GroupNumber>3</GroupNumber>
  694. <FileNumber>40</FileNumber>
  695. <FileType>1</FileType>
  696. <tvExp>0</tvExp>
  697. <tvExpOptDlg>0</tvExpOptDlg>
  698. <bDave2>0</bDave2>
  699. <PathWithFileName>..\Libraries\src\stm32f10x_dma.c</PathWithFileName>
  700. <FilenameWithoutPath>stm32f10x_dma.c</FilenameWithoutPath>
  701. <RteFlg>0</RteFlg>
  702. <bShared>0</bShared>
  703. </File>
  704. </Group>
  705. <Group>
  706. <GroupName>Startup</GroupName>
  707. <tvExp>0</tvExp>
  708. <tvExpOptDlg>0</tvExpOptDlg>
  709. <cbSel>0</cbSel>
  710. <RteFlg>0</RteFlg>
  711. <File>
  712. <GroupNumber>4</GroupNumber>
  713. <FileNumber>41</FileNumber>
  714. <FileType>2</FileType>
  715. <tvExp>0</tvExp>
  716. <tvExpOptDlg>0</tvExpOptDlg>
  717. <bDave2>0</bDave2>
  718. <PathWithFileName>..\Startup\startup_stm32f10x_md.s</PathWithFileName>
  719. <FilenameWithoutPath>startup_stm32f10x_md.s</FilenameWithoutPath>
  720. <RteFlg>0</RteFlg>
  721. <bShared>0</bShared>
  722. </File>
  723. </Group>
  724. <Group>
  725. <GroupName>System</GroupName>
  726. <tvExp>0</tvExp>
  727. <tvExpOptDlg>0</tvExpOptDlg>
  728. <cbSel>0</cbSel>
  729. <RteFlg>0</RteFlg>
  730. <File>
  731. <GroupNumber>5</GroupNumber>
  732. <FileNumber>42</FileNumber>
  733. <FileType>1</FileType>
  734. <tvExp>0</tvExp>
  735. <tvExpOptDlg>0</tvExpOptDlg>
  736. <bDave2>0</bDave2>
  737. <PathWithFileName>..\System\delay.c</PathWithFileName>
  738. <FilenameWithoutPath>delay.c</FilenameWithoutPath>
  739. <RteFlg>0</RteFlg>
  740. <bShared>0</bShared>
  741. </File>
  742. </Group>
  743. <Group>
  744. <GroupName>Module</GroupName>
  745. <tvExp>1</tvExp>
  746. <tvExpOptDlg>0</tvExpOptDlg>
  747. <cbSel>0</cbSel>
  748. <RteFlg>0</RteFlg>
  749. <File>
  750. <GroupNumber>6</GroupNumber>
  751. <FileNumber>43</FileNumber>
  752. <FileType>1</FileType>
  753. <tvExp>0</tvExp>
  754. <tvExpOptDlg>0</tvExpOptDlg>
  755. <bDave2>0</bDave2>
  756. <PathWithFileName>..\NET\Module\at.c</PathWithFileName>
  757. <FilenameWithoutPath>at.c</FilenameWithoutPath>
  758. <RteFlg>0</RteFlg>
  759. <bShared>0</bShared>
  760. </File>
  761. <File>
  762. <GroupNumber>6</GroupNumber>
  763. <FileNumber>44</FileNumber>
  764. <FileType>1</FileType>
  765. <tvExp>0</tvExp>
  766. <tvExpOptDlg>0</tvExpOptDlg>
  767. <bDave2>0</bDave2>
  768. <PathWithFileName>..\NET\Module\bc26.c</PathWithFileName>
  769. <FilenameWithoutPath>bc26.c</FilenameWithoutPath>
  770. <RteFlg>0</RteFlg>
  771. <bShared>0</bShared>
  772. </File>
  773. <File>
  774. <GroupNumber>6</GroupNumber>
  775. <FileNumber>45</FileNumber>
  776. <FileType>1</FileType>
  777. <tvExp>0</tvExp>
  778. <tvExpOptDlg>0</tvExpOptDlg>
  779. <bDave2>0</bDave2>
  780. <PathWithFileName>..\NET\Module\esp8266.c</PathWithFileName>
  781. <FilenameWithoutPath>esp8266.c</FilenameWithoutPath>
  782. <RteFlg>0</RteFlg>
  783. <bShared>0</bShared>
  784. </File>
  785. <File>
  786. <GroupNumber>6</GroupNumber>
  787. <FileNumber>46</FileNumber>
  788. <FileType>1</FileType>
  789. <tvExp>0</tvExp>
  790. <tvExpOptDlg>0</tvExpOptDlg>
  791. <bDave2>0</bDave2>
  792. <PathWithFileName>..\NET\Module\module_wrapper.c</PathWithFileName>
  793. <FilenameWithoutPath>module_wrapper.c</FilenameWithoutPath>
  794. <RteFlg>0</RteFlg>
  795. <bShared>0</bShared>
  796. </File>
  797. </Group>
  798. <Group>
  799. <GroupName>Util</GroupName>
  800. <tvExp>1</tvExp>
  801. <tvExpOptDlg>0</tvExpOptDlg>
  802. <cbSel>0</cbSel>
  803. <RteFlg>0</RteFlg>
  804. <File>
  805. <GroupNumber>7</GroupNumber>
  806. <FileNumber>47</FileNumber>
  807. <FileType>1</FileType>
  808. <tvExp>0</tvExp>
  809. <tvExpOptDlg>0</tvExpOptDlg>
  810. <bDave2>0</bDave2>
  811. <PathWithFileName>..\NET\Util\cJSON.c</PathWithFileName>
  812. <FilenameWithoutPath>cJSON.c</FilenameWithoutPath>
  813. <RteFlg>0</RteFlg>
  814. <bShared>0</bShared>
  815. </File>
  816. <File>
  817. <GroupNumber>7</GroupNumber>
  818. <FileNumber>48</FileNumber>
  819. <FileType>1</FileType>
  820. <tvExp>0</tvExp>
  821. <tvExpOptDlg>0</tvExpOptDlg>
  822. <bDave2>0</bDave2>
  823. <PathWithFileName>..\NET\Util\cJSON_Utils.c</PathWithFileName>
  824. <FilenameWithoutPath>cJSON_Utils.c</FilenameWithoutPath>
  825. <RteFlg>0</RteFlg>
  826. <bShared>0</bShared>
  827. </File>
  828. <File>
  829. <GroupNumber>7</GroupNumber>
  830. <FileNumber>49</FileNumber>
  831. <FileType>1</FileType>
  832. <tvExp>0</tvExp>
  833. <tvExpOptDlg>0</tvExpOptDlg>
  834. <bDave2>0</bDave2>
  835. <PathWithFileName>..\NET\Util\crc.c</PathWithFileName>
  836. <FilenameWithoutPath>crc.c</FilenameWithoutPath>
  837. <RteFlg>0</RteFlg>
  838. <bShared>0</bShared>
  839. </File>
  840. <File>
  841. <GroupNumber>7</GroupNumber>
  842. <FileNumber>50</FileNumber>
  843. <FileType>1</FileType>
  844. <tvExp>0</tvExp>
  845. <tvExpOptDlg>0</tvExpOptDlg>
  846. <bDave2>0</bDave2>
  847. <PathWithFileName>..\NET\Util\ProgramData.c</PathWithFileName>
  848. <FilenameWithoutPath>ProgramData.c</FilenameWithoutPath>
  849. <RteFlg>0</RteFlg>
  850. <bShared>0</bShared>
  851. </File>
  852. <File>
  853. <GroupNumber>7</GroupNumber>
  854. <FileNumber>51</FileNumber>
  855. <FileType>1</FileType>
  856. <tvExp>0</tvExp>
  857. <tvExpOptDlg>0</tvExpOptDlg>
  858. <bDave2>0</bDave2>
  859. <PathWithFileName>..\NET\Util\sys.c</PathWithFileName>
  860. <FilenameWithoutPath>sys.c</FilenameWithoutPath>
  861. <RteFlg>0</RteFlg>
  862. <bShared>0</bShared>
  863. </File>
  864. <File>
  865. <GroupNumber>7</GroupNumber>
  866. <FileNumber>52</FileNumber>
  867. <FileType>1</FileType>
  868. <tvExp>0</tvExp>
  869. <tvExpOptDlg>0</tvExpOptDlg>
  870. <bDave2>0</bDave2>
  871. <PathWithFileName>..\NET\Util\AES.c</PathWithFileName>
  872. <FilenameWithoutPath>AES.c</FilenameWithoutPath>
  873. <RteFlg>0</RteFlg>
  874. <bShared>0</bShared>
  875. </File>
  876. <File>
  877. <GroupNumber>7</GroupNumber>
  878. <FileNumber>53</FileNumber>
  879. <FileType>1</FileType>
  880. <tvExp>0</tvExp>
  881. <tvExpOptDlg>0</tvExpOptDlg>
  882. <bDave2>0</bDave2>
  883. <PathWithFileName>..\NET\Util\mbedtls_util.c</PathWithFileName>
  884. <FilenameWithoutPath>mbedtls_util.c</FilenameWithoutPath>
  885. <RteFlg>0</RteFlg>
  886. <bShared>0</bShared>
  887. </File>
  888. </Group>
  889. <Group>
  890. <GroupName>COAP</GroupName>
  891. <tvExp>0</tvExp>
  892. <tvExpOptDlg>0</tvExpOptDlg>
  893. <cbSel>0</cbSel>
  894. <RteFlg>0</RteFlg>
  895. <File>
  896. <GroupNumber>8</GroupNumber>
  897. <FileNumber>54</FileNumber>
  898. <FileType>1</FileType>
  899. <tvExp>1</tvExp>
  900. <tvExpOptDlg>0</tvExpOptDlg>
  901. <bDave2>0</bDave2>
  902. <PathWithFileName>..\NET\COAP\coap.c</PathWithFileName>
  903. <FilenameWithoutPath>coap.c</FilenameWithoutPath>
  904. <RteFlg>0</RteFlg>
  905. <bShared>0</bShared>
  906. </File>
  907. <File>
  908. <GroupNumber>8</GroupNumber>
  909. <FileNumber>55</FileNumber>
  910. <FileType>1</FileType>
  911. <tvExp>0</tvExp>
  912. <tvExpOptDlg>0</tvExpOptDlg>
  913. <bDave2>0</bDave2>
  914. <PathWithFileName>..\NET\COAP\COAPHandle.c</PathWithFileName>
  915. <FilenameWithoutPath>COAPHandle.c</FilenameWithoutPath>
  916. <RteFlg>0</RteFlg>
  917. <bShared>0</bShared>
  918. </File>
  919. <File>
  920. <GroupNumber>8</GroupNumber>
  921. <FileNumber>56</FileNumber>
  922. <FileType>1</FileType>
  923. <tvExp>0</tvExp>
  924. <tvExpOptDlg>0</tvExpOptDlg>
  925. <bDave2>0</bDave2>
  926. <PathWithFileName>..\NET\COAP\regist.c</PathWithFileName>
  927. <FilenameWithoutPath>regist.c</FilenameWithoutPath>
  928. <RteFlg>0</RteFlg>
  929. <bShared>0</bShared>
  930. </File>
  931. <File>
  932. <GroupNumber>8</GroupNumber>
  933. <FileNumber>57</FileNumber>
  934. <FileType>1</FileType>
  935. <tvExp>1</tvExp>
  936. <tvExpOptDlg>0</tvExpOptDlg>
  937. <bDave2>0</bDave2>
  938. <PathWithFileName>..\NET\COAP\remote.c</PathWithFileName>
  939. <FilenameWithoutPath>remote.c</FilenameWithoutPath>
  940. <RteFlg>0</RteFlg>
  941. <bShared>0</bShared>
  942. </File>
  943. </Group>
  944. <Group>
  945. <GroupName>::Security</GroupName>
  946. <tvExp>0</tvExp>
  947. <tvExpOptDlg>0</tvExpOptDlg>
  948. <cbSel>0</cbSel>
  949. <RteFlg>1</RteFlg>
  950. </Group>
  951. </ProjectOpt>