qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC 0/3] nRF51 SoC: Add UART support


From: Julia Suvorova
Subject: [Qemu-devel] [RFC 0/3] nRF51 SoC: Add UART support
Date: Wed, 30 May 2018 01:03:35 +0300

This series adds basic support for the nRF51 SoC UART, that used in
BBC Micro:bit board, and QTest for it.

Based-on: <address@hidden>

Julia Suvorova (3):
  hw/arm/nrf51_soc: Fix compilation and memory regions
  hw/char/nrf51_uart: Implement nRF51 SoC UART
  tests/boot-serial-test: Add support for the microbit board

 hw/arm/nrf51_soc.c           |  19 ++-
 hw/char/Makefile.objs        |   1 +
 hw/char/nrf51_uart.c         | 232 +++++++++++++++++++++++++++++++++++
 include/hw/arm/nrf51_soc.h   |   2 +
 include/hw/char/nrf51_uart.h |  54 ++++++++
 tests/boot-serial-test.c     |  11 ++
 6 files changed, 314 insertions(+), 5 deletions(-)
 create mode 100644 hw/char/nrf51_uart.c
 create mode 100644 include/hw/char/nrf51_uart.h

-- 
2.17.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]