rt-thread/bsp/stm32f429-disco
tanek liang d793cfdef7 [bsp] fix incompatible type error for "finsh_system_init()" 2017-07-29 14:21:40 +08:00
..
Libraries Update HAL to V1.6.0; Fix the armcc startup file. 2017-02-07 15:42:42 +08:00
applications [bsp] fix incompatible type error for "finsh_system_init()" 2017-07-29 14:21:40 +08:00
drivers Update HAL to V1.6.0; Fix the armcc startup file. 2017-02-07 15:42:42 +08:00
SConscript [bsp] add new bsp stm32f429-disco 2016-08-19 00:35:30 +08:00
SConstruct Update HAL to V1.6.0; Fix the armcc startup file. 2017-02-07 15:42:42 +08:00
readme.md [bsp][stm32f429-disco]Fix hard fault while init heap 2016-08-20 23:04:01 +08:00
rtconfig.h [bsp][stm32f429-disco] Change StdPeriph to HAL 2016-08-22 01:03:17 +08:00
rtconfig.py Update HAL to V1.6.0; Fix the armcc startup file. 2017-02-07 15:42:42 +08:00
stm32_rom.ld [bsp] add new bsp stm32f429-disco 2016-08-19 00:35:30 +08:00
stm32_rom.sct [bsp] add new bsp stm32f429-disco 2016-08-19 00:35:30 +08:00
template.uvopt Update HAL to V1.6.0; Fix the armcc startup file. 2017-02-07 15:42:42 +08:00
template.uvproj Update HAL to V1.6.0; Fix the armcc startup file. 2017-02-07 15:42:42 +08:00

readme.md

board info: STM32F429I-DISC1 http://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-mcu-discovery-kits/32f429idiscovery.html

note: in drivers/stm32f4xx_conf.h /* Redefine the HSE value; it's equal to 8 MHz on the STM32F429I-DISC1 Kit */ #define HSE_VALUE ((uint32_t)8000000)

TODO auto add *.icf by scons script