1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 06:53:52 +01:00

boards/microbit: use qemu as default emulator

This commit is contained in:
Alexandre Abadie 2020-11-20 14:23:23 +01:00
parent 85765e1e33
commit ba8825928e
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -12,7 +12,7 @@ else ifeq (pyocd,$(PROGRAMMER))
endif
# QEMU 4.0 added microbit system emulation.
include $(RIOTMAKE)/tools/qemu.inc.mk
RIOT_EMULATOR ?= qemu
# include nrf51 boards common configuration
include $(RIOTBOARD)/common/nrf51/Makefile.include