1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

examples/lua*: update board blacklist

RISCV based boards are now blacklisted at package level
This commit is contained in:
Alexandre Abadie 2019-10-30 16:11:49 +01:00
parent 1055c6497e
commit 357eaba7cf
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 0 additions and 10 deletions

View File

@ -6,11 +6,6 @@ BOARD ?= native
# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../..
BOARD_BLACKLIST += \
hifive1 \
hifive1b \
#
# Comment this out to disable code in RIOT that does safety checking
# which is not needed in a production environment but helps in the
# development process:

View File

@ -6,11 +6,6 @@ BOARD ?= native
# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../..
BOARD_BLACKLIST += \
hifive1 \
hifive1b \
#
# Comment this out to disable code in RIOT that does safety checking
# which is not needed in a production environment but helps in the
# development process: