]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/stm32f429-discovery_defconfig
stm32f4: Add support for stm32f429-discovery board
authorrev13@wp.pl <rev13@wp.pl>
Sun, 1 Mar 2015 11:44:42 +0000 (12:44 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 22 Apr 2015 16:14:55 +0000 (12:14 -0400)
commited09a554be3ce7974cf61715a286a1b6b547fdbd
tree88ffff0d56d4b7d465702d977c79f9835a3dde26
parentab3f0c7dae9b7b7c1079491d96f44896971a9006
stm32f4: Add support for stm32f429-discovery board

Signed-off-by: Kamil Lulko <rev13@wp.pl>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/Kconfig
board/st/stm32f429-discovery/Kconfig [new file with mode: 0644]
board/st/stm32f429-discovery/MAINTAINERS [new file with mode: 0644]
board/st/stm32f429-discovery/Makefile [new file with mode: 0644]
board/st/stm32f429-discovery/led.c [new file with mode: 0644]
board/st/stm32f429-discovery/stm32f429-discovery.c [new file with mode: 0644]
configs/stm32f429-discovery_defconfig [new file with mode: 0644]
include/configs/stm32f429-discovery.h [new file with mode: 0644]