]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
stm32f4: Add support for stm32f429-discovery board
authorrev13@wp.pl <rev13@wp.pl>
Sun, 1 Mar 2015 11:44:42 +0000 (12:44 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:30:09 +0000 (22:30 +0200)
commitc5f2cd554299a971d2e93739f0424090a7fd2f69
treefc00dbc802170114798dc5e5dd0a188b9512e178
parent2ae8b259763936b53e676c304d6b59061bc48d32
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]