On Tue, Dec 16, 2014 at 3:47 PM, Peter Crosthwaite
wrote:
> On Wed, Dec 10, 2014 at 12:46 AM, Alistair Francis
> wrote:
>> This patch adds the stm32f2xx USART controller
>> (UART also uses the same controller).
>>
>> Signed-off-by: Alistair Francis
>> ---
>> V6:
>> - Rename to STM32F2XX
>> -
On Wed, Dec 10, 2014 at 12:46 AM, Alistair Francis wrote:
> This patch adds the stm32f2xx USART controller
> (UART also uses the same controller).
>
> Signed-off-by: Alistair Francis
> ---
> V6:
> - Rename to STM32F2XX
> - Fix up unimplemented printing
> - Add a qemu_chr_accept()
> V3:
> - Up
This patch adds the stm32f2xx USART controller
(UART also uses the same controller).
Signed-off-by: Alistair Francis
---
V6:
- Rename to STM32F2XX
- Fix up unimplemented printing
- Add a qemu_chr_accept()
V3:
- Update debug printing
V2:
- Drop charecters if the device is not enabled
- Th