rt-thread/bsp/stm32f10x/readme.txt

36 lines
2.0 KiB
Plaintext
Raw Normal View History

2013-01-08 22:40:58 +08:00
-- cn --
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҫ<EFBFBD><EFBFBD><EFBFBD>ɹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>:
1. <20>޸ĵ<DEB8>ǰ<EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD> rtconfig.py :
CROSS_TOOL='keil' #ʹ<>õĹ<C3B5><C4B9><EFBFBD><EFBFBD><EFBFBD>.
2013-01-08 22:40:58 +08:00
STM32_TYPE = 'STM32F10X_HD' #STM32<33><32>Ӧ<EFBFBD><D3A6><EFBFBD>ͺ<EFBFBD>.
EXEC_PATH = 'C:/Keil' #Keil<69><6C>װ·<D7B0><C2B7>.
IAR_PATH = 'C:/Program Files/IAR Systems/Embedded Workbench 6.0 Evaluation' #IAR<41><52>װ·<D7B0><C2B7>.
2. <20>޸ĵ<DEB8>ǰ<EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD> rtconfig.h <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҫ<EFBFBD>Ĺ<EFBFBD><C4B9><EFBFBD>.
3. MDK<44><4B><EFBFBD>ڵ<EFBFBD>ǰ<EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD>ִ<EFBFBD><D6B4> scons --target=mdk <20><> scons --target=mdk4 <20><><EFBFBD><EFBFBD>MDK 4<><34><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD> project.uvproj
<20><><EFBFBD>ڵ<EFBFBD>ǰ<EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD>ִ<EFBFBD><D6B4> scons --target=mdk5 <20><><EFBFBD><EFBFBD>MDK 5<><35><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD> project.uvprojx
IAR<41><52><EFBFBD>ڵ<EFBFBD>ǰ<EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD>ִ<EFBFBD><D6B4> scons --target=iar <20><><EFBFBD><EFBFBD>IAR<41><52><EFBFBD><EFBFBD> project.eww.
4. <20><>bsp\stm32f10x\drivers<72><73>board.h<><68>STM32_SRAM_SIZE<5A><45>ֵ<EFBFBD>޸<EFBFBD>Ϊ<EFBFBD><CEAA>оƬSRAM<41><4D>Сһ<D0A1><D2BB>.
2013-01-08 22:40:58 +08:00
note: <20><>Ҫ<EFBFBD><D2AA>װ python 2.7,scons.
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ο<EFBFBD>http://www.rt-thread.org/book/13.html
<20><>http://www.rt-thread.org/dokuwiki/doku.php?id=%E9%85%8D%E7%BD%AErt-thread%E5%BC%80%E5%8F%91%E7%8E%AF%E5%A2%83
2013-01-08 22:40:58 +08:00
-- en --
Generate project files as needed:
1. Modify the files in the current folder:
CROSS_TOOL='keil' #The tool chain in use.
STM32_TYPE = 'STM32F10X_HD' #The type of stm32.
EXEC_PATH = 'C:/Keil' #The installation path of the Keil.
IAR_PATH = 'C:/Program Files/IAR Systems/Embedded Workbench 6.0 Evaluation' #The installation path of the IAR.
2. Configure the required functionality by modifying rtconfig.h in the current folder.
3. MDK:Execute the scons --target=mdk or scons --target=mdk4 in the current folder to generate the MDK4 project project.uvproj.
Or execute the scons --target=mdk5 in the current folder to generate the MDK5 project project.uvprojx.
IAR:Execute the scons --target=iar in the current folder to generate the IAR project project.eww.
4. Change the value of STM32_SRAM_SIZE in board.h(bsp\stm32f10x\drivers) to match the chip SRAM size.
note:Need to install python 2.7 and scons.
For more information, please refer to the website http://www.rt-thread.org/book/13.html
and http://www.rt-thread.org/dokuwiki/doku.php?id=%E9%85%8D%E7%BD%AErt-thread%E5%BC%80%E5%8F%91%E7%8E%AF%E5%A2%83