chaos.proton@gmail.com fe3b233de4 set DMA_Configuration.DMA_BufferSize to 1 il y a 14 ans
..
Libraries 311e669569 fix GNU ld script issue. il y a 14 ans
SConscript 3efb7d5cda remove the unused key.c and rt_hw_key_init il y a 14 ans
SConstruct 3c0f80f2f7 update stm32 project and remove 107 eth driver from 10x il y a 14 ans
application.c 3efb7d5cda remove the unused key.c and rt_hw_key_init il y a 14 ans
board.c a2470120e4 update stm32f10x gcc ld script il y a 14 ans
board.h de1f2b6b84 update stm32f10x il y a 14 ans
calibration.c 22a9d6f309 revert commit 1791 il y a 14 ans
dm9000a.c a2470120e4 update stm32f10x gcc ld script il y a 14 ans
dm9000a.h c283975160 move stm3210 to stm32f10x il y a 14 ans
enc28j60.c c17931ad60 update enc28j60 driver. thank jeames:http://www.ourdev.cn/bbs/bbs_content.jsp?bbs_sn=4974037 il y a 14 ans
enc28j60.h c283975160 move stm3210 to stm32f10x il y a 14 ans
ili_lcd_general.c 85d57f4bee update stm32f10x project il y a 14 ans
ili_lcd_general.h 958e18b520 add ili9325 lcd driver il y a 14 ans
led.c de1f2b6b84 update stm32f10x il y a 14 ans
led.h c283975160 move stm3210 to stm32f10x il y a 14 ans
msd.c c283975160 move stm3210 to stm32f10x il y a 14 ans
msd.h c283975160 move stm3210 to stm32f10x il y a 14 ans
project.Uv2 de1f2b6b84 update stm32f10x il y a 14 ans
project.ewd de1f2b6b84 update stm32f10x il y a 14 ans
project.ewp de1f2b6b84 update stm32f10x il y a 14 ans
project.eww c283975160 move stm3210 to stm32f10x il y a 14 ans
readme.txt de1f2b6b84 update stm32f10x il y a 14 ans
rtc.c bff77ee86b update rtc driver. il y a 14 ans
rtc.h c283975160 move stm3210 to stm32f10x il y a 14 ans
rtconfig.h 85d57f4bee update stm32f10x project il y a 14 ans
rtconfig.py b5f7c6cb44 update lcd driver il y a 14 ans
sdcard.c de1f2b6b84 update stm32f10x il y a 14 ans
sdcard.h c283975160 move stm3210 to stm32f10x il y a 14 ans
serial.c a8f412bca6 update stm32f10x il y a 14 ans
serial.h a8f412bca6 update stm32f10x il y a 14 ans
ssd1289.c 85d57f4bee update stm32f10x project il y a 14 ans
ssd1289.h b5f7c6cb44 update lcd driver il y a 14 ans
startup.c 85d57f4bee update stm32f10x project il y a 14 ans
stm3210c_eval_lcd.c c283975160 move stm3210 to stm32f10x il y a 14 ans
stm3210c_eval_lcd.h c283975160 move stm3210 to stm32f10x il y a 14 ans
stm3210e_eval_lcd.c c283975160 move stm3210 to stm32f10x il y a 14 ans
stm3210e_eval_lcd.h c283975160 move stm3210 to stm32f10x il y a 14 ans
stm32_rom.ld dd2a4924ae rename _system_tack_size to _system_stack_size il y a 14 ans
stm32_rom.sct 8109f9d59c revert stm32_rom.sct il y a 14 ans
stm32f10x_conf.h 85d57f4bee update stm32f10x project il y a 14 ans
stm32f10x_flash.icf c283975160 move stm3210 to stm32f10x il y a 14 ans
stm32f10x_it.c 07b16c0664 update en28j60 driver il y a 14 ans
stm32f10x_it.h c283975160 move stm3210 to stm32f10x il y a 14 ans
template.Uv2 c283975160 move stm3210 to stm32f10x il y a 14 ans
template.uvproj b5f7c6cb44 update lcd driver il y a 14 ans
touch.c 065c3fb834 fix typo in last commit... il y a 14 ans
touch.h b5f7c6cb44 update lcd driver il y a 14 ans
usart.c fe3b233de4 set DMA_Configuration.DMA_BufferSize to 1 il y a 14 ans
usart.h c283975160 move stm3210 to stm32f10x il y a 14 ans

readme.txt

-- cn --
按需要生成工程文件:
1. 修改 rtconfig.py :
CROSS_TOOL='keil' #使用的工具链
STM32_TYPE = 'STM32F10X_HD' #STM32对应的型号.
2. 修改 rtconfig.h 配置需要的功能.
2. 执行 scons --target=mdk 生成MDK工程文件.

note: 需要安装 python,scons.

-- en --