project.Uv2 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. ### uVision2 Project, (C) Keil Software
  2. ### Do not modify !
  3. Target (RT-Thread STM32), 0x0004 // Tools: 'ARM-ADS'
  4. Group (Startup)
  5. Group (Kernel)
  6. Group (STM32)
  7. Group (Filesystem)
  8. Group (finsh)
  9. Group (LwIP)
  10. Group (STM32_StdPeriph)
  11. File 1,1,<.\application.c><application.c>
  12. File 1,1,<.\startup.c><startup.c>
  13. File 1,1,<.\board.c><board.c>
  14. File 1,1,<.\stm32f10x_it.c><stm32f10x_it.c>
  15. File 1,1,<.\rtc.c><rtc.c>
  16. File 1,1,<.\usart.c><usart.c>
  17. File 1,1,<.\serial.c><serial.c>
  18. File 1,1,<.\led.c><led.c>
  19. File 1,1,<.\sdcard.c><sdcard.c>
  20. File 1,1,<.\enc28j60.c><enc28j60.c>
  21. File 2,1,<..\..\src\clock.c><clock.c>
  22. File 2,1,<..\..\src\device.c><device.c>
  23. File 2,1,<..\..\src\idle.c><idle.c>
  24. File 2,1,<..\..\src\ipc.c><ipc.c>
  25. File 2,1,<..\..\src\irq.c><irq.c>
  26. File 2,1,<..\..\src\kservice.c><kservice.c>
  27. File 2,1,<..\..\src\mem.c><mem.c>
  28. File 2,1,<..\..\src\mempool.c><mempool.c>
  29. File 2,1,<..\..\src\module.c><module.c>
  30. File 2,1,<..\..\src\object.c><object.c>
  31. File 2,1,<..\..\src\rtm.c><rtm.c>
  32. File 2,1,<..\..\src\scheduler.c><scheduler.c>
  33. File 2,1,<..\..\src\slab.c><slab.c>
  34. File 2,1,<..\..\src\thread.c><thread.c>
  35. File 2,1,<..\..\src\timer.c><timer.c>
  36. File 3,1,<..\..\libcpu\arm\stm32\cpuport.c><cpuport.c>
  37. File 3,2,<..\..\libcpu\arm\stm32\context_rvds.S><context_rvds.S>
  38. File 3,1,<..\..\libcpu\arm\common\backtrace.c><backtrace.c>
  39. File 3,1,<..\..\libcpu\arm\common\div0.c><div0.c>
  40. File 3,1,<..\..\libcpu\arm\common\showmem.c><showmem.c>
  41. File 4,1,<..\..\components\dfs\src\dfs.c><dfs.c>
  42. File 4,1,<..\..\components\dfs\src\dfs_fs.c><dfs_fs.c>
  43. File 4,1,<..\..\components\dfs\src\dfs_file.c><dfs_file.c>
  44. File 4,1,<..\..\components\dfs\src\dfs_posix.c><dfs_posix.c>
  45. File 4,1,<..\..\components\dfs\filesystems\elmfat\dfs_elm.c><dfs_elm.c>
  46. File 4,1,<..\..\components\dfs\filesystems\elmfat\ff.c><ff.c>
  47. File 5,1,<..\..\components\finsh\cmd.c><cmd.c>
  48. File 5,1,<..\..\components\finsh\finsh_compiler.c><finsh_compiler.c>
  49. File 5,1,<..\..\components\finsh\finsh_error.c><finsh_error.c>
  50. File 5,1,<..\..\components\finsh\finsh_heap.c><finsh_heap.c>
  51. File 5,1,<..\..\components\finsh\finsh_init.c><finsh_init.c>
  52. File 5,1,<..\..\components\finsh\finsh_node.c><finsh_node.c>
  53. File 5,1,<..\..\components\finsh\finsh_ops.c><finsh_ops.c>
  54. File 5,1,<..\..\components\finsh\finsh_parser.c><finsh_parser.c>
  55. File 5,1,<..\..\components\finsh\finsh_token.c><finsh_token.c>
  56. File 5,1,<..\..\components\finsh\finsh_var.c><finsh_var.c>
  57. File 5,1,<..\..\components\finsh\finsh_vm.c><finsh_vm.c>
  58. File 5,1,<..\..\components\finsh\shell.c><shell.c>
  59. File 5,1,<..\..\components\finsh\symbol.c><symbol.c>
  60. File 6,1,<..\..\components\net\lwip\src\api\api_lib.c><api_lib.c>
  61. File 6,1,<..\..\components\net\lwip\src\api\api_msg.c><api_msg.c>
  62. File 6,1,<..\..\components\net\lwip\src\api\err.c><err.c>
  63. File 6,1,<..\..\components\net\lwip\src\api\netbuf.c><netbuf.c>
  64. File 6,1,<..\..\components\net\lwip\src\api\netdb.c><netdb.c>
  65. File 6,1,<..\..\components\net\lwip\src\api\netifapi.c><netifapi.c>
  66. File 6,1,<..\..\components\net\lwip\src\api\sockets.c><sockets.c>
  67. File 6,1,<..\..\components\net\lwip\src\api\tcpip.c><tcpip.c>
  68. File 6,1,<..\..\components\net\lwip\src\arch\sys_arch.c><sys_arch.c>
  69. File 6,1,<..\..\components\net\lwip\src\arch\sys_arch_init.c><sys_arch_init.c>
  70. File 6,1,<..\..\components\net\lwip\src\core\dhcp.c><dhcp.c>
  71. File 6,1,<..\..\components\net\lwip\src\core\dns.c><dns.c>
  72. File 6,1,<..\..\components\net\lwip\src\core\init.c><init.c>
  73. File 6,1,<..\..\components\net\lwip\src\core\memp.c><memp.c>
  74. File 6,1,<..\..\components\net\lwip\src\core\netif.c><netif.c>
  75. File 6,1,<..\..\components\net\lwip\src\core\pbuf.c><pbuf.c>
  76. File 6,1,<..\..\components\net\lwip\src\core\raw.c><raw.c>
  77. File 6,1,<..\..\components\net\lwip\src\core\stats.c><stats.c>
  78. File 6,1,<..\..\components\net\lwip\src\core\sys.c><sys.c>
  79. File 6,1,<..\..\components\net\lwip\src\core\tcp.c><tcp.c>
  80. File 6,1,<..\..\components\net\lwip\src\core\tcp_in.c><tcp_in.c>
  81. File 6,1,<..\..\components\net\lwip\src\core\tcp_out.c><tcp_out.c>
  82. File 6,1,<..\..\components\net\lwip\src\core\udp.c><udp.c>
  83. File 6,1,<..\..\components\net\lwip\src\core\ipv4\autoip.c><autoip.c>
  84. File 6,1,<..\..\components\net\lwip\src\core\ipv4\icmp.c><icmp.c>
  85. File 6,1,<..\..\components\net\lwip\src\core\ipv4\igmp.c><igmp.c>
  86. File 6,1,<..\..\components\net\lwip\src\core\ipv4\inet.c><inet.c>
  87. File 6,1,<..\..\components\net\lwip\src\core\ipv4\inet_chksum.c><inet_chksum.c>
  88. File 6,1,<..\..\components\net\lwip\src\core\ipv4\ip.c><ip.c>
  89. File 6,1,<..\..\components\net\lwip\src\core\ipv4\ip_addr.c><ip_addr.c>
  90. File 6,1,<..\..\components\net\lwip\src\core\ipv4\ip_frag.c><ip_frag.c>
  91. File 6,1,<..\..\components\net\lwip\src\netif\etharp.c><etharp.c>
  92. File 6,1,<..\..\components\net\lwip\src\netif\ethernetif.c><ethernetif.c>
  93. File 6,1,<..\..\components\net\lwip\src\netif\loopif.c><loopif.c>
  94. File 6,1,<..\..\components\net\lwip\src\netif\slipif.c><slipif.c>
  95. File 7,1,<Libraries\CMSIS\CM3\CoreSupport\core_cm3.c><core_cm3.c>
  96. File 7,1,<Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.c><system_stm32f10x.c>
  97. File 7,1,<Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_crc.c><stm32f10x_crc.c>
  98. File 7,1,<Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c><stm32f10x_rcc.c>
  99. File 7,1,<Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_wwdg.c><stm32f10x_wwdg.c>
  100. File 7,1,<Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_pwr.c><stm32f10x_pwr.c>
  101. File 7,1,<Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_exti.c><stm32f10x_exti.c>
  102. File 7,1,<Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_bkp.c><stm32f10x_bkp.c>
  103. File 7,1,<Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_i2c.c><stm32f10x_i2c.c>
  104. File 7,1,<Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_adc.c><stm32f10x_adc.c>
  105. File 7,1,<Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dac.c><stm32f10x_dac.c>
  106. File 7,1,<Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rtc.c><stm32f10x_rtc.c>
  107. File 7,1,<Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_fsmc.c><stm32f10x_fsmc.c>
  108. File 7,1,<Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_tim.c><stm32f10x_tim.c>
  109. File 7,1,<Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_iwdg.c><stm32f10x_iwdg.c>
  110. File 7,1,<Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_spi.c><stm32f10x_spi.c>
  111. File 7,1,<Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_flash.c><stm32f10x_flash.c>
  112. File 7,1,<Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_sdio.c><stm32f10x_sdio.c>
  113. File 7,1,<Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_gpio.c><stm32f10x_gpio.c>
  114. File 7,1,<Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c><stm32f10x_usart.c>
  115. File 7,1,<Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dbgmcu.c><stm32f10x_dbgmcu.c>
  116. File 7,1,<Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dma.c><stm32f10x_dma.c>
  117. File 7,1,<Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_can.c><stm32f10x_can.c>
  118. File 7,1,<Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_cec.c><stm32f10x_cec.c>
  119. File 7,1,<Libraries\STM32F10x_StdPeriph_Driver\src\misc.c><misc.c>
  120. File 7,2,<Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_hd.s><startup_stm32f10x_hd.s>
  121. Options 1,0,0 // Target 'RT-Thread STM32'
  122. Device (STM32F103ZE)
  123. Vendor (STMicroelectronics)
  124. Cpu (IRAM(0x20000000-0x2000FFFF) IROM(0x8000000-0x807FFFF) CLOCK(8000000) CPUTYPE("Cortex-M3"))
  125. FlashUt ()
  126. StupF ("STARTUP\ST\STM32F10x.s" ("STM32 Startup Code"))
  127. FlashDR (UL2CM3(-O14 -S0 -C0 -N00("ARM Cortex-M3") -D00(1BA00477) -L00(4) -FO7 -FD20000000 -FC800 -FN1 -FF0STM32F10x_512 -FS08000000 -FL080000))
  128. DevID (4216)
  129. Rgf (stm32f10x_lib.h)
  130. Mem ()
  131. C ()
  132. A ()
  133. RL ()
  134. OH ()
  135. DBC_IFX ()
  136. DBC_CMS ()
  137. DBC_AMS ()
  138. DBC_LMS ()
  139. UseEnv=0
  140. EnvBin ()
  141. EnvInc ()
  142. EnvLib ()
  143. EnvReg (ÿST\STM32F10x\)
  144. OrgReg (ÿST\STM32F10x\)
  145. TgStat=16
  146. OutDir (.\obj\)
  147. OutName (rtthread-stm32)
  148. GenApp=1
  149. GenLib=0
  150. GenHex=0
  151. Debug=1
  152. Browse=0
  153. LstDir (.\)
  154. HexSel=1
  155. MG32K=0
  156. TGMORE=0
  157. RunUsr 0 0 <>
  158. RunUsr 1 0 <>
  159. BrunUsr 0 0 <>
  160. BrunUsr 1 0 <>
  161. CrunUsr 0 0 <>
  162. CrunUsr 1 0 <>
  163. SVCSID <>
  164. GLFLAGS=1790
  165. ADSFLGA { 243,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }
  166. ACPUTYP ("Cortex-M3")
  167. RVDEV ()
  168. ADSTFLGA { 0,12,0,2,99,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0 }
  169. OCMADSOCM { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }
  170. OCMADSIRAM { 0,0,0,0,32,0,0,1,0 }
  171. OCMADSIROM { 1,0,0,0,8,0,0,8,0 }
  172. OCMADSXRAM { 0,0,0,0,0,0,0,0,0 }
  173. OCR_RVCT { 1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,8,0,0,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,1,0,0,0,0,0,0,0,0,0,0 }
  174. RV_STAVEC ()
  175. ADSCCFLG { 5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }
  176. ADSCMISC ()
  177. ADSCDEFN (STM32F10X_HD, USE_STDPERIPH_DRIVER)
  178. ADSCUDEF ()
  179. ADSCINCD (Libraries\STM32F10x_StdPeriph_Driver\inc;Libraries\CMSIS\CM3\CoreSupport;..\..\components\dfs;..\..\components\finsh;..\..\components\net\lwip\src\include;.;..\..\components\net\lwip\src\include\ipv4;..\..\include;..\..\components\net\lwip\src\arch\include;..\..\components\dfs\include;..\..\components\net\lwip\src;..\..\libcpu\arm\common;..\..\libcpu\arm\stm32;..\..\components\net\lwip\src\include\netif;Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x)
  180. ADSASFLG { 1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }
  181. ADSAMISC ()
  182. ADSADEFN ()
  183. ADSAUDEF ()
  184. ADSAINCD ()
  185. PropFld { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }
  186. IncBld=1
  187. AlwaysBuild=0
  188. GenAsm=0
  189. AsmAsm=0
  190. PublicsOnly=0
  191. StopCode=3
  192. CustArgs ()
  193. LibMods ()
  194. ADSLDFG { 17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }
  195. ADSLDTA (0x08000000)
  196. ADSLDDA (0x20000000)
  197. ADSLDSC ()
  198. ADSLDIB ()
  199. ADSLDIC ()
  200. ADSLDMC ( --keep __fsym_* --keep __vsym_*)
  201. ADSLDIF ()
  202. ADSLDDW ()
  203. OPTDL (SARMCM3.DLL)()(DARMSTM.DLL)(-pSTM32F103ZE)(SARMCM3.DLL)()(TARMSTM.DLL)(-pSTM32F103ZE)
  204. OPTDBG 49149,7,()()()()()()()()()() (Segger\JL2CM3.dll)()()()
  205. FLASH1 { 1,0,0,0,1,0,0,0,6,16,0,0,0,0,0,0,0,0,0,0 }
  206. FLASH2 (Segger\JL2CM3.dll)
  207. FLASH3 ("" ())
  208. FLASH4 ()
  209. EndOpt