mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples/lua*: update board blacklist
Remove 8 bit and 16 bit based boards because they are automatically excluded by the 32 bit architecture requirement of the jerryscript package
This commit is contained in:
parent
c15c3ab8a2
commit
a0187caf88
@ -6,11 +6,12 @@ BOARD ?= native
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
|
||||
arduino-mega2560 arduino-nano arduino-uno atmega328p \
|
||||
chronos hifive1 hifive1b mega-xplained microduino-corerf \
|
||||
msb-430 msb-430h pic32-clicker pic32-wifire telosb \
|
||||
waspmote-pro wsn430-v1_3b wsn430-v1_4 z1
|
||||
BOARD_BLACKLIST += \
|
||||
hifive1 \
|
||||
hifive1b \
|
||||
pic32-wifire \
|
||||
pic32-clicker \
|
||||
#
|
||||
|
||||
# Comment this out to disable code in RIOT that does safety checking
|
||||
# which is not needed in a production environment but helps in the
|
||||
|
@ -6,11 +6,12 @@ BOARD ?= native
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
|
||||
arduino-mega2560 arduino-nano \
|
||||
arduino-uno atmega328p chronos hifive1 hifive1b \
|
||||
mega-xplained microduino-corerf msb-430 msb-430h pic32-clicker \
|
||||
pic32-wifire telosb waspmote-pro wsn430-v1_3b wsn430-v1_4 z1
|
||||
BOARD_BLACKLIST += \
|
||||
hifive1 \
|
||||
hifive1b \
|
||||
pic32-wifire \
|
||||
pic32-clicker \
|
||||
#
|
||||
|
||||
# Comment this out to disable code in RIOT that does safety checking
|
||||
# which is not needed in a production environment but helps in the
|
||||
|
Loading…
Reference in New Issue
Block a user