mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples/javascript: update board blacklist
MIPS based boards are now blacklisted at package level
This commit is contained in:
parent
219faf250e
commit
4eb7c29e06
@ -7,11 +7,6 @@ BOARD ?= native
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_BLACKLIST += \
|
||||
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
|
||||
# development process:
|
||||
|
Loading…
Reference in New Issue
Block a user