rt-thread/bsp/stm32f429-disco
xuzhuoyi 234f1c6995 [bsp][stm32f429-disco]Fix hard fault while init heap 2016-08-20 23:04:01 +08:00
..
Libraries [bsp][stm32f429-disco]Fix hard fault while init heap 2016-08-20 23:04:01 +08:00
applications [bsp][stm32f429-disco]Fix hard fault while init heap 2016-08-20 23:04:01 +08:00
drivers [bsp][stm32f429-disco]Fix hard fault while init heap 2016-08-20 23:04:01 +08:00
SConscript [bsp] add new bsp stm32f429-disco 2016-08-19 00:35:30 +08:00
SConstruct [bsp][stm32f429-disco] Add stm32f42x GPIO index 2016-08-19 17:25:59 +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]Fix hard fault while init heap 2016-08-20 23:04:01 +08:00
rtconfig.py [bsp][stm32f429-disco]Fix hard fault while init heap 2016-08-20 23:04:01 +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.uvproj [bsp][stm32f429-disco]Fix hard fault while init heap 2016-08-20 23:04:01 +08:00
template.uvprojx [bsp][stm32f429-disco]Fix hard fault while init heap 2016-08-20 23:04:01 +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