]> git.proxmox.com Git - mirror_qemu.git/commit
arm: Add BBC micro:bit machine
authorJoel Stanley <joel@jms.id.au>
Tue, 25 Sep 2018 13:02:31 +0000 (14:02 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 25 Sep 2018 13:14:07 +0000 (14:14 +0100)
commitb148ed466514c8b50e7cf6fb45985a1ab98db1f8
treecd76ffe9754c9028500403ef1ad57dedadfda483
parent673b2d42a8bfbc36bbfd9aad18410b3970913043
arm: Add BBC micro:bit machine

This adds the base for a machine model of the BBC micro:bit:

  https://en.wikipedia.org/wiki/Micro_Bit

This is a system with a nRF51 SoC containing the main processor, with
various peripherals on board.

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Message-id: 20180831220920.27113-4-joel@jms.id.au
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/Makefile.objs
hw/arm/microbit.c [new file with mode: 0644]