24649bfefe
This also provide an example to show how to use calibration feature in the RTGUI. |
||
---|---|---|
.. | ||
Libraries | ||
SConscript | ||
SConstruct | ||
application.c | ||
board.c | ||
board.h | ||
dm9000a.c | ||
dm9000a.h | ||
enc28j60.c | ||
enc28j60.h | ||
ili_lcd_general.c | ||
ili_lcd_general.h | ||
led.c | ||
led.h | ||
msd.c | ||
msd.h | ||
project.Uv2 | ||
project.ewp | ||
project.eww | ||
readme.txt | ||
rtc.c | ||
rtc.h | ||
rtconfig.h | ||
rtconfig.py | ||
sdcard.c | ||
sdcard.h | ||
serial.c | ||
serial.h | ||
ssd1289.c | ||
ssd1289.h | ||
startup.c | ||
stm32_rom.ld | ||
stm32_rom.sct | ||
stm32f10x_conf.h | ||
stm32f10x_flash.icf | ||
stm32f10x_it.c | ||
stm32f10x_it.h | ||
stm3210c_eval_lcd.c | ||
stm3210c_eval_lcd.h | ||
stm3210e_eval_lcd.c | ||
stm3210e_eval_lcd.h | ||
template.Uv2 | ||
template.ewp | ||
template.uvproj | ||
touch.c | ||
touch.h | ||
usart.c | ||
usart.h |
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 --