1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 18:13:49 +01:00

examples/javascript: 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:
Alexandre Abadie 2019-10-30 14:27:02 +01:00
parent 04e8461460
commit c9304ab73b
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -7,11 +7,10 @@ BOARD ?= native
# This has to be the absolute path to the RIOT base directory: # This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo arduino-mega2560 \ BOARD_BLACKLIST += \
arduino-nano arduino-uno atmega328p chronos \ pic32-wifire \
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \ pic32-clicker \
wsn430-v1_4 z1 pic32-wifire pic32-clicker \ #
mega-xplained microduino-corerf
# Comment this out to disable code in RIOT that does safety checking # Comment this out to disable code in RIOT that does safety checking
# which is not needed in a production environment but helps in the # which is not needed in a production environment but helps in the