]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
stm32f4: add serial print port
authorkunhuahuang <huangkunhua@gmail.com>
Mon, 27 Apr 2015 19:01:19 +0000 (03:01 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:38:42 +0000 (22:38 +0200)
commite922c68605a245e43f3df8186b88defa6ba00f6a
treeadb0dae398eb1496aaab34f02bdba0a59d582184
parent6360ffb33d1be80a5cffcd516a2732072c29a6fb
stm32f4: add serial print port

Add the stm32F4 board's serial ports support.
User can use it easily.
The user only need to edit the number of the usart.
The patch also fix the serial print out.

Last, this version of patch fix the first patch checkpatch.pl error.
Thanks to Kamil Lulko.

Signed-off-by: kunhuahuang <huangkunhua@gmail.com>
arch/arm/include/asm/arch-stm32f4/gpio.h
board/st/stm32f429-discovery/stm32f429-discovery.c
drivers/serial/serial_stm32.c
include/configs/stm32f429-discovery.h