diff options
author | Joel Stanley | 2018-09-25 15:02:31 +0200 |
---|---|---|
committer | Peter Maydell | 2018-09-25 15:14:07 +0200 |
commit | 673b2d42a8bfbc36bbfd9aad18410b3970913043 (patch) | |
tree | 10cb23fc06a6525c0b2c3a3a95588ccdb6b15e51 /default-configs | |
parent | MAINTAINERS: Add NRF51 entry (diff) | |
download | qemu-673b2d42a8bfbc36bbfd9aad18410b3970913043.tar.gz qemu-673b2d42a8bfbc36bbfd9aad18410b3970913043.tar.xz qemu-673b2d42a8bfbc36bbfd9aad18410b3970913043.zip |
arm: Add Nordic Semiconductor nRF51 SoC
The nRF51 is a Cortex-M0 microcontroller with an on-board radio module,
plus other common ARM SoC peripherals.
http://infocenter.nordicsemi.com/pdf/nRF51_RM_v3.0.pdf
This defines a basic model of the CPU and memory, with no peripherals
implemented at this stage.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Message-id: 20180831220920.27113-3-joel@jms.id.au
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
[PMM: wrapped a few long lines]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'default-configs')
-rw-r--r-- | default-configs/arm-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak index 0483d548d9..2420491aac 100644 --- a/default-configs/arm-softmmu.mak +++ b/default-configs/arm-softmmu.mak @@ -101,6 +101,7 @@ CONFIG_STM32F2XX_SYSCFG=y CONFIG_STM32F2XX_ADC=y CONFIG_STM32F2XX_SPI=y CONFIG_STM32F205_SOC=y +CONFIG_NRF51_SOC=y CONFIG_CMSDK_APB_TIMER=y CONFIG_CMSDK_APB_DUALTIMER=y |