Aubr.Cool fd08d0ba50 [Bsp] stm32f10x usart correct rx parity err 8 tahun lalu
..
Libraries b4de7cce57 Re-normalizing the repo 13 tahun lalu
applications c2d8bff672 [Bsp] stm32f10x delete compiler c99 mode 9 tahun lalu
drivers fd08d0ba50 [Bsp] stm32f10x usart correct rx parity err 8 tahun lalu
SConscript 8c2a11c234 update stm32f10x project directory structure. 12 tahun lalu
SConstruct 8c2a11c234 update stm32f10x project directory structure. 12 tahun lalu
project.ewp 13c30f9269 update usart driver: use serial driver component. 12 tahun lalu
project.eww a183f1fbe9 update stm32f10x project. 12 tahun lalu
project.uvproj be895cc9b2 [BSP] update Keil MDK project file. 10 tahun lalu
project.uvprojx c2d8bff672 [Bsp] stm32f10x delete compiler c99 mode 9 tahun lalu
readme.txt b4de7cce57 Re-normalizing the repo 13 tahun lalu
rtconfig.h 0d63eb5f6d fix hardfault when RT_CAN_USING_BUS_HOOK is enabled in bsp/stm32f10x 9 tahun lalu
rtconfig.py fc2467a190 fix keil armcc compiling report "Error: expected an expression" 10 tahun lalu
stm32_rom.ld cc8301d0f1 update linker script for components auto initial. 12 tahun lalu
stm32_rom.sct 8109f9d59c revert stm32_rom.sct 14 tahun lalu
stm32f10x_flash.icf 5183697fd4 update linker script for components auto initial. 12 tahun lalu
template.ewp efeb6231be define RT_USING_RTT_CMSIS in rtconfig.h while using IAR 6.30+ 13 tahun lalu
template.uvproj fc2467a190 fix keil armcc compiling report "Error: expected an expression" 10 tahun lalu
template.uvprojx fc2467a190 fix keil armcc compiling report "Error: expected an expression" 10 tahun lalu

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 --