rt-thread-official/bsp/stm32f429-disco
Bernard Xiong 29b546db79
Merge pull request #931 from SummerGGift/add_mdk5_template
[BSP] add mdk5 template for 429discovery.
2017-11-01 19:36:12 +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 bsp/stm32f429-disco/drivers/board.h 2017-11-01 11:10:12 +08:00
Kconfig update bsp/stm32f429-disco/Kconfig 2017-11-01 11:21:05 +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
project.ewp add iar template for 429 discovery. 2017-11-01 14:18:56 +08:00
project.eww add iar template for 429 discovery. 2017-11-01 14:18:56 +08:00
project.uvopt [BSP] Update project files. 2017-10-31 11:59:49 +08:00
project.uvproj update bsp/stm32f429-disco/project.uvproj 2017-11-01 11:14:44 +08:00
project.uvprojx add mdk5 template for 429discovery. 2017-11-01 14:50:19 +08:00
readme.md [bsp][stm32f429-disco]Fix hard fault while init heap 2016-08-20 23:04:01 +08:00
rtconfig.h update bsp/stm32f429-disco/rtconfig.h 2017-11-01 11:09:41 +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
stm32f429_flash.icf add iar template for 429 discovery. 2017-11-01 14:18:56 +08:00
template.ewp add iar template for 429 discovery. 2017-11-01 14:18:56 +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
template.uvprojx add mdk5 template for 429discovery. 2017-11-01 14:50:19 +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