Re: [Qemu-devel] [PATCH v7 1/5] arm: kinetis_k64_uart

2017-11-21 Thread Peter Maydell
On 27 October 2017 at 13:24, Gabriel Costa wrote: First, an apology for not having got back to this series sooner; I've been busy with work for the upcoming 2.11 release. > This Patch include kinetis_k64_uart.c/.h and Makefile.objs > uart means Universal Asynchronous Receiver/Transmitter (UART)

[Qemu-devel] [PATCH v7 1/5] arm: kinetis_k64_uart

2017-10-27 Thread Gabriel Costa
This Patch include kinetis_k64_uart.c/.h and Makefile.objs uart means Universal Asynchronous Receiver/Transmitter (UART) More information about this peripheral can be found at: pag 1529, K64P144M120SF5RM.pdf. Signed-off-by: Gabriel Augusto Costa --- hw/char/Makefile.objs | 1 + hw