main.uvopt 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451
  1. <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
  2. <ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_opt.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</oExt>
  9. <lExt>*.lib</lExt>
  10. <tExt>*.txt; *.h; *.inc</tExt>
  11. <pExt>*.plm</pExt>
  12. <CppX>*.cpp</CppX>
  13. </Extensions>
  14. <DaveTm>
  15. <dwLowDateTime>0</dwLowDateTime>
  16. <dwHighDateTime>0</dwHighDateTime>
  17. </DaveTm>
  18. <Target>
  19. <TargetName>Target 1</TargetName>
  20. <ToolsetNumber>0x0</ToolsetNumber>
  21. <ToolsetName>MCS-51</ToolsetName>
  22. <TargetOption>
  23. <CLK51>18000000</CLK51>
  24. <OPTTT>
  25. <gFlags>1</gFlags>
  26. <BeepAtEnd>1</BeepAtEnd>
  27. <RunSim>1</RunSim>
  28. <RunTarget>0</RunTarget>
  29. </OPTTT>
  30. <OPTHX>
  31. <HexSelection>0</HexSelection>
  32. <FlashByte>65535</FlashByte>
  33. <HexRangeLowAddress>0</HexRangeLowAddress>
  34. <HexRangeHighAddress>0</HexRangeHighAddress>
  35. <HexOffset>0</HexOffset>
  36. </OPTHX>
  37. <OPTLEX>
  38. <PageWidth>120</PageWidth>
  39. <PageLength>65</PageLength>
  40. <TabStop>8</TabStop>
  41. <ListingPath>.\Listings\</ListingPath>
  42. </OPTLEX>
  43. <ListingPage>
  44. <CreateCListing>1</CreateCListing>
  45. <CreateAListing>1</CreateAListing>
  46. <CreateLListing>1</CreateLListing>
  47. <CreateIListing>0</CreateIListing>
  48. <AsmCond>1</AsmCond>
  49. <AsmSymb>1</AsmSymb>
  50. <AsmXref>0</AsmXref>
  51. <CCond>1</CCond>
  52. <CCode>0</CCode>
  53. <CListInc>0</CListInc>
  54. <CSymb>0</CSymb>
  55. <LinkerCodeListing>0</LinkerCodeListing>
  56. </ListingPage>
  57. <OPTXL>
  58. <LMap>1</LMap>
  59. <LComments>1</LComments>
  60. <LGenerateSymbols>1</LGenerateSymbols>
  61. <LLibSym>1</LLibSym>
  62. <LLines>1</LLines>
  63. <LLocSym>1</LLocSym>
  64. <LPubSym>1</LPubSym>
  65. <LXref>0</LXref>
  66. <LExpSel>0</LExpSel>
  67. </OPTXL>
  68. <OPTFL>
  69. <tvExp>1</tvExp>
  70. <tvExpOptDlg>0</tvExpOptDlg>
  71. <IsCurrentTarget>1</IsCurrentTarget>
  72. </OPTFL>
  73. <CpuCode>0</CpuCode>
  74. <DebugOpt>
  75. <uSim>0</uSim>
  76. <uTrg>1</uTrg>
  77. <sLdApp>1</sLdApp>
  78. <sGomain>1</sGomain>
  79. <sRbreak>1</sRbreak>
  80. <sRwatch>1</sRwatch>
  81. <sRmem>1</sRmem>
  82. <sRfunc>1</sRfunc>
  83. <sRbox>1</sRbox>
  84. <tLdApp>1</tLdApp>
  85. <tGomain>0</tGomain>
  86. <tRbreak>1</tRbreak>
  87. <tRwatch>1</tRwatch>
  88. <tRmem>1</tRmem>
  89. <tRfunc>0</tRfunc>
  90. <tRbox>1</tRbox>
  91. <tRtrace>1</tRtrace>
  92. <sRSysVw>1</sRSysVw>
  93. <tRSysVw>1</tRSysVw>
  94. <tPdscDbg>1</tPdscDbg>
  95. <sRunDeb>0</sRunDeb>
  96. <sLrtime>0</sLrtime>
  97. <nTsel>0</nTsel>
  98. <sDll></sDll>
  99. <sDllPa></sDllPa>
  100. <sDlgDll></sDlgDll>
  101. <sDlgPa></sDlgPa>
  102. <sIfile></sIfile>
  103. <tDll></tDll>
  104. <tDllPa></tDllPa>
  105. <tDlgDll></tDlgDll>
  106. <tDlgPa></tDlgPa>
  107. <tIfile></tIfile>
  108. <pMon>C:\Keil_v5_51\SampTarg.DLL</pMon>
  109. </DebugOpt>
  110. <TargetDriverDllRegistry>
  111. <SetRegEntry>
  112. <Number>0</Number>
  113. <Key>DLGTP51</Key>
  114. <Name>(98=-1,-1,-1,-1,0)(82=-1,-1,-1,-1,0)(83=-1,-1,-1,-1,0)(84=-1,-1,-1,-1,0)(85=-1,-1,-1,-1,0)(5009=-1,-1,-1,-1,0)(5010=-1,-1,-1,-1,0)(80=-1,-1,-1,-1,0)(91=-1,-1,-1,-1,0)(92=-1,-1,-1,-1,0)(2006=-1,-1,-1,-1,0)(2007=-1,-1,-1,-1,0)(5012=-1,-1,-1,-1,0)(3005=-1,-1,-1,-1,0)(5015=-1,-1,-1,-1,0)(103=-1,-1,-1,-1,0)(102=-1,-1,-1,-1,0)</Name>
  115. </SetRegEntry>
  116. <SetRegEntry>
  117. <Number>0</Number>
  118. <Key>SampTarg</Key>
  119. <Name>-S0 -B0 -O1536</Name>
  120. </SetRegEntry>
  121. </TargetDriverDllRegistry>
  122. <Breakpoint/>
  123. <WatchWindow1>
  124. <Ww>
  125. <count>0</count>
  126. <WinNumber>1</WinNumber>
  127. <ItemText>read_mileage</ItemText>
  128. </Ww>
  129. <Ww>
  130. <count>1</count>
  131. <WinNumber>1</WinNumber>
  132. <ItemText>switchState</ItemText>
  133. </Ww>
  134. <Ww>
  135. <count>2</count>
  136. <WinNumber>1</WinNumber>
  137. <ItemText>gRadarKeepTimer</ItemText>
  138. </Ww>
  139. <Ww>
  140. <count>3</count>
  141. <WinNumber>1</WinNumber>
  142. <ItemText>write_mileage</ItemText>
  143. </Ww>
  144. <Ww>
  145. <count>4</count>
  146. <WinNumber>1</WinNumber>
  147. <ItemText>length</ItemText>
  148. </Ww>
  149. <Ww>
  150. <count>5</count>
  151. <WinNumber>1</WinNumber>
  152. <ItemText>string_base64_data</ItemText>
  153. </Ww>
  154. <Ww>
  155. <count>6</count>
  156. <WinNumber>1</WinNumber>
  157. <ItemText>hex_data</ItemText>
  158. </Ww>
  159. <Ww>
  160. <count>7</count>
  161. <WinNumber>1</WinNumber>
  162. <ItemText>input</ItemText>
  163. </Ww>
  164. <Ww>
  165. <count>8</count>
  166. <WinNumber>1</WinNumber>
  167. <ItemText>output</ItemText>
  168. </Ww>
  169. <Ww>
  170. <count>9</count>
  171. <WinNumber>1</WinNumber>
  172. <ItemText>temp</ItemText>
  173. </Ww>
  174. <Ww>
  175. <count>10</count>
  176. <WinNumber>1</WinNumber>
  177. <ItemText>decoding_table</ItemText>
  178. </Ww>
  179. <Ww>
  180. <count>11</count>
  181. <WinNumber>1</WinNumber>
  182. <ItemText>read_mileage_backup</ItemText>
  183. </Ww>
  184. <Ww>
  185. <count>12</count>
  186. <WinNumber>1</WinNumber>
  187. <ItemText>write_mileage_backup</ItemText>
  188. </Ww>
  189. <Ww>
  190. <count>13</count>
  191. <WinNumber>1</WinNumber>
  192. <ItemText>string_base64_data</ItemText>
  193. </Ww>
  194. </WatchWindow1>
  195. <WatchWindow2>
  196. <Ww>
  197. <count>0</count>
  198. <WinNumber>2</WinNumber>
  199. <ItemText>string_H16_data</ItemText>
  200. </Ww>
  201. <Ww>
  202. <count>1</count>
  203. <WinNumber>2</WinNumber>
  204. <ItemText>hex_data</ItemText>
  205. </Ww>
  206. </WatchWindow2>
  207. <MemoryWindow1>
  208. <Mm>
  209. <WinNumber>1</WinNumber>
  210. <SubType>0</SubType>
  211. <ItemText>C:0XDE00</ItemText>
  212. </Mm>
  213. </MemoryWindow1>
  214. <Tracepoint>
  215. <THDelay>0</THDelay>
  216. </Tracepoint>
  217. <DebugFlag>
  218. <trace>0</trace>
  219. <periodic>0</periodic>
  220. <aLwin>0</aLwin>
  221. <aCover>0</aCover>
  222. <aSer1>0</aSer1>
  223. <aSer2>0</aSer2>
  224. <aPa>0</aPa>
  225. <viewmode>1</viewmode>
  226. <vrSel>0</vrSel>
  227. <aSym>0</aSym>
  228. <aTbox>0</aTbox>
  229. <AscS1>0</AscS1>
  230. <AscS2>0</AscS2>
  231. <AscS3>0</AscS3>
  232. <aSer3>0</aSer3>
  233. <eProf>0</eProf>
  234. <aLa>0</aLa>
  235. <aPa1>0</aPa1>
  236. <AscS4>0</AscS4>
  237. <aSer4>0</aSer4>
  238. <StkLoc>0</StkLoc>
  239. <TrcWin>0</TrcWin>
  240. <newCpu>0</newCpu>
  241. <uProt>0</uProt>
  242. </DebugFlag>
  243. <LintExecutable></LintExecutable>
  244. <LintConfigFile></LintConfigFile>
  245. </TargetOption>
  246. </Target>
  247. <Group>
  248. <GroupName>Source Group 1</GroupName>
  249. <tvExp>1</tvExp>
  250. <tvExpOptDlg>0</tvExpOptDlg>
  251. <cbSel>0</cbSel>
  252. <RteFlg>0</RteFlg>
  253. <File>
  254. <GroupNumber>1</GroupNumber>
  255. <FileNumber>1</FileNumber>
  256. <FileType>2</FileType>
  257. <tvExp>0</tvExp>
  258. <Focus>0</Focus>
  259. <tvExpOptDlg>0</tvExpOptDlg>
  260. <bDave2>0</bDave2>
  261. <PathWithFileName>.\STARTUP_TENX52.A51</PathWithFileName>
  262. <FilenameWithoutPath>STARTUP_TENX52.A51</FilenameWithoutPath>
  263. <RteFlg>0</RteFlg>
  264. <bShared>0</bShared>
  265. </File>
  266. <File>
  267. <GroupNumber>1</GroupNumber>
  268. <FileNumber>2</FileNumber>
  269. <FileType>1</FileType>
  270. <tvExp>0</tvExp>
  271. <Focus>0</Focus>
  272. <tvExpOptDlg>0</tvExpOptDlg>
  273. <bDave2>0</bDave2>
  274. <PathWithFileName>.\main.c</PathWithFileName>
  275. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  276. <RteFlg>0</RteFlg>
  277. <bShared>0</bShared>
  278. </File>
  279. <File>
  280. <GroupNumber>1</GroupNumber>
  281. <FileNumber>3</FileNumber>
  282. <FileType>1</FileType>
  283. <tvExp>0</tvExp>
  284. <Focus>0</Focus>
  285. <tvExpOptDlg>0</tvExpOptDlg>
  286. <bDave2>0</bDave2>
  287. <PathWithFileName>.\EEPROM.c</PathWithFileName>
  288. <FilenameWithoutPath>EEPROM.c</FilenameWithoutPath>
  289. <RteFlg>0</RteFlg>
  290. <bShared>0</bShared>
  291. </File>
  292. <File>
  293. <GroupNumber>1</GroupNumber>
  294. <FileNumber>4</FileNumber>
  295. <FileType>1</FileType>
  296. <tvExp>0</tvExp>
  297. <Focus>0</Focus>
  298. <tvExpOptDlg>0</tvExpOptDlg>
  299. <bDave2>0</bDave2>
  300. <PathWithFileName>.\GLOBAL.c</PathWithFileName>
  301. <FilenameWithoutPath>GLOBAL.c</FilenameWithoutPath>
  302. <RteFlg>0</RteFlg>
  303. <bShared>0</bShared>
  304. </File>
  305. <File>
  306. <GroupNumber>1</GroupNumber>
  307. <FileNumber>5</FileNumber>
  308. <FileType>1</FileType>
  309. <tvExp>1</tvExp>
  310. <Focus>0</Focus>
  311. <tvExpOptDlg>0</tvExpOptDlg>
  312. <bDave2>0</bDave2>
  313. <PathWithFileName>.\gpio_ctrl.c</PathWithFileName>
  314. <FilenameWithoutPath>gpio_ctrl.c</FilenameWithoutPath>
  315. <RteFlg>0</RteFlg>
  316. <bShared>0</bShared>
  317. </File>
  318. <File>
  319. <GroupNumber>1</GroupNumber>
  320. <FileNumber>6</FileNumber>
  321. <FileType>1</FileType>
  322. <tvExp>0</tvExp>
  323. <Focus>0</Focus>
  324. <tvExpOptDlg>0</tvExpOptDlg>
  325. <bDave2>0</bDave2>
  326. <PathWithFileName>.\mcu_api.c</PathWithFileName>
  327. <FilenameWithoutPath>mcu_api.c</FilenameWithoutPath>
  328. <RteFlg>0</RteFlg>
  329. <bShared>0</bShared>
  330. </File>
  331. <File>
  332. <GroupNumber>1</GroupNumber>
  333. <FileNumber>7</FileNumber>
  334. <FileType>1</FileType>
  335. <tvExp>1</tvExp>
  336. <Focus>0</Focus>
  337. <tvExpOptDlg>0</tvExpOptDlg>
  338. <bDave2>0</bDave2>
  339. <PathWithFileName>.\protocol.c</PathWithFileName>
  340. <FilenameWithoutPath>protocol.c</FilenameWithoutPath>
  341. <RteFlg>0</RteFlg>
  342. <bShared>0</bShared>
  343. </File>
  344. <File>
  345. <GroupNumber>1</GroupNumber>
  346. <FileNumber>8</FileNumber>
  347. <FileType>1</FileType>
  348. <tvExp>0</tvExp>
  349. <Focus>0</Focus>
  350. <tvExpOptDlg>0</tvExpOptDlg>
  351. <bDave2>0</bDave2>
  352. <PathWithFileName>.\sTimeout.c</PathWithFileName>
  353. <FilenameWithoutPath>sTimeout.c</FilenameWithoutPath>
  354. <RteFlg>0</RteFlg>
  355. <bShared>0</bShared>
  356. </File>
  357. <File>
  358. <GroupNumber>1</GroupNumber>
  359. <FileNumber>9</FileNumber>
  360. <FileType>1</FileType>
  361. <tvExp>1</tvExp>
  362. <Focus>0</Focus>
  363. <tvExpOptDlg>0</tvExpOptDlg>
  364. <bDave2>0</bDave2>
  365. <PathWithFileName>.\system.c</PathWithFileName>
  366. <FilenameWithoutPath>system.c</FilenameWithoutPath>
  367. <RteFlg>0</RteFlg>
  368. <bShared>0</bShared>
  369. </File>
  370. <File>
  371. <GroupNumber>1</GroupNumber>
  372. <FileNumber>10</FileNumber>
  373. <FileType>1</FileType>
  374. <tvExp>0</tvExp>
  375. <Focus>0</Focus>
  376. <tvExpOptDlg>0</tvExpOptDlg>
  377. <bDave2>0</bDave2>
  378. <PathWithFileName>.\time2.c</PathWithFileName>
  379. <FilenameWithoutPath>time2.c</FilenameWithoutPath>
  380. <RteFlg>0</RteFlg>
  381. <bShared>0</bShared>
  382. </File>
  383. <File>
  384. <GroupNumber>1</GroupNumber>
  385. <FileNumber>11</FileNumber>
  386. <FileType>1</FileType>
  387. <tvExp>0</tvExp>
  388. <Focus>0</Focus>
  389. <tvExpOptDlg>0</tvExpOptDlg>
  390. <bDave2>0</bDave2>
  391. <PathWithFileName>.\uart.c</PathWithFileName>
  392. <FilenameWithoutPath>uart.c</FilenameWithoutPath>
  393. <RteFlg>0</RteFlg>
  394. <bShared>0</bShared>
  395. </File>
  396. <File>
  397. <GroupNumber>1</GroupNumber>
  398. <FileNumber>12</FileNumber>
  399. <FileType>1</FileType>
  400. <tvExp>0</tvExp>
  401. <Focus>0</Focus>
  402. <tvExpOptDlg>0</tvExpOptDlg>
  403. <bDave2>0</bDave2>
  404. <PathWithFileName>.\CRC.c</PathWithFileName>
  405. <FilenameWithoutPath>CRC.c</FilenameWithoutPath>
  406. <RteFlg>0</RteFlg>
  407. <bShared>0</bShared>
  408. </File>
  409. <File>
  410. <GroupNumber>1</GroupNumber>
  411. <FileNumber>13</FileNumber>
  412. <FileType>1</FileType>
  413. <tvExp>1</tvExp>
  414. <Focus>0</Focus>
  415. <tvExpOptDlg>0</tvExpOptDlg>
  416. <bDave2>0</bDave2>
  417. <PathWithFileName>.\iap.c</PathWithFileName>
  418. <FilenameWithoutPath>iap.c</FilenameWithoutPath>
  419. <RteFlg>0</RteFlg>
  420. <bShared>0</bShared>
  421. </File>
  422. </Group>
  423. <Group>
  424. <GroupName>Driver</GroupName>
  425. <tvExp>0</tvExp>
  426. <tvExpOptDlg>0</tvExpOptDlg>
  427. <cbSel>0</cbSel>
  428. <RteFlg>0</RteFlg>
  429. <File>
  430. <GroupNumber>2</GroupNumber>
  431. <FileNumber>14</FileNumber>
  432. <FileType>1</FileType>
  433. <tvExp>0</tvExp>
  434. <Focus>0</Focus>
  435. <tvExpOptDlg>0</tvExpOptDlg>
  436. <bDave2>0</bDave2>
  437. <PathWithFileName>..\..\..\Drivers\TM52F1386_bsp.c</PathWithFileName>
  438. <FilenameWithoutPath>TM52F1386_bsp.c</FilenameWithoutPath>
  439. <RteFlg>0</RteFlg>
  440. <bShared>0</bShared>
  441. </File>
  442. </Group>
  443. </ProjectOpt>