rt-thread-official/bsp/stm32f429-disco
liang yongxiang cd39c2525a [bsp] support get compiler path by environment variables for IAR 2018-04-07 15:43:45 +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 the finsh_system_init issue in BSP 2017-12-08 11:57:22 +08:00
drivers [BSP] Add Kconfig for lpc408x/stm32f10x/stm32f20x/stm32f40x etc 2018-03-04 22:35:07 +08:00
.config [BSP] Add Kconfig for lpc408x/stm32f10x/stm32f20x/stm32f40x etc 2018-03-04 22:35:07 +08:00
Kconfig [Kconfig] Rename all of KConfig files to 'Kconfig' 2017-11-30 20:12:53 +08:00
SConscript [bsp] add new bsp stm32f429-disco 2016-08-19 00:35:30 +08:00
SConstruct update SConscript: support scons 3. 2018-02-06 20:07:28 +08:00
project.ewp [BSP] Update project files 2017-12-31 21:45:32 +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 [BSP] Update project files 2017-12-31 21:45:32 +08:00
project.uvprojx [BSP] Update project files 2017-12-31 21:45:32 +08:00
readme.md [bsp][stm32f429-disco]Fix hard fault while init heap 2016-08-20 23:04:01 +08:00
rtconfig.h [BSP] Add Kconfig for lpc408x/stm32f10x/stm32f20x/stm32f40x etc 2018-03-04 22:35:07 +08:00
rtconfig.py [bsp] support get compiler path by environment variables for IAR 2018-04-07 15:43:45 +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