mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 14:32:21 +00:00
This commit defines qemu_cortex_m0 board, adding support for Cortex-M0 in QEMU. The added platform is based on the (nRF51) bbc_microbit board. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
13 lines
231 B
Plaintext
13 lines
231 B
Plaintext
# Kconfig - QEMU Cortex-M0 board configuration
|
|
#
|
|
# Copyright (c) 2019 Nordic Semiconductor ASA.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_QEMU_CORTEX_M0
|
|
|
|
config BOARD
|
|
default "qemu_cortex_m0"
|
|
|
|
endif # BOARD_QEMU_CORTEX_M0
|