diff options
author | Alexandre Iooss | 2021-06-21 09:56:25 +0200 |
---|---|---|
committer | Peter Maydell | 2021-06-24 15:58:48 +0200 |
commit | 90a76c6316cfe6416fc33814a838fb3928f746ee (patch) | |
tree | bbeac9afee60e82ae9ffe1bb6bc432ff93fb3e48 /MAINTAINERS | |
parent | target/arm: Implement MTE3 (diff) | |
download | qemu-90a76c6316cfe6416fc33814a838fb3928f746ee.tar.gz qemu-90a76c6316cfe6416fc33814a838fb3928f746ee.tar.xz qemu-90a76c6316cfe6416fc33814a838fb3928f746ee.zip |
docs/system: arm: Add nRF boards description
This adds the target guide for BBC Micro:bit.
Information is taken from https://wiki.qemu.org/Features/MicroBit
and from hw/arm/nrf51_soc.c.
Signed-off-by: Alexandre Iooss <erdnaxe@crans.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Message-id: 20210621075625.540471-1-erdnaxe@crans.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0ca6b7de94..e8ba494c3f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1031,6 +1031,7 @@ F: hw/*/microbit*.c F: include/hw/*/nrf51*.h F: include/hw/*/microbit*.h F: tests/qtest/microbit-test.c +F: docs/system/arm/nrf.rst AVR Machines ------------- |