mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
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>
This commit is contained in:
parent
673b2d42a8
commit
b148ed4665
2 changed files with 68 additions and 1 deletions
|
@ -37,4 +37,4 @@ obj-$(CONFIG_IOTKIT) += iotkit.o
|
|||
obj-$(CONFIG_FSL_IMX7) += fsl-imx7.o mcimx7d-sabre.o
|
||||
obj-$(CONFIG_ARM_SMMUV3) += smmu-common.o smmuv3.o
|
||||
obj-$(CONFIG_FSL_IMX6UL) += fsl-imx6ul.o mcimx6ul-evk.o
|
||||
obj-$(CONFIG_NRF51_SOC) += nrf51_soc.o
|
||||
obj-$(CONFIG_NRF51_SOC) += nrf51_soc.o microbit.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue