]> git.proxmox.com Git - mirror_qemu.git/commit
stm32f2xx_USART: Add the stm32f2xx USART Controller
authorAlistair Francis <alistair23@gmail.com>
Wed, 11 Mar 2015 13:21:05 +0000 (13:21 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 11 Mar 2015 13:21:05 +0000 (13:21 +0000)
commit73af5d1115255ac921e3169d2d7376e5bc9d2838
treecd4a963f41ce1a0572da1ea70f245e2c51d4fad2
parentbe2847051421119f64a0134b5654a5134658d379
stm32f2xx_USART: Add the stm32f2xx USART Controller

This patch adds the stm32f2xx USART controller
(UART also uses the same controller).

Signed-off-by: Alistair Francis <alistair@alistair23.me>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-id: 762c6c0d2a41d574932bc4445ec9bfffe6da8798.1424175342.git.alistair@alistair23.me
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
default-configs/arm-softmmu.mak
hw/char/Makefile.objs
hw/char/stm32f2xx_usart.c [new file with mode: 0644]
include/hw/char/stm32f2xx_usart.h [new file with mode: 0644]