From 4eb7c29e0625f5582b478c3ac578ae94f06ca008 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 30 Oct 2019 15:39:55 +0100 Subject: [PATCH] examples/javascript: update board blacklist MIPS based boards are now blacklisted at package level --- examples/javascript/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/javascript/Makefile b/examples/javascript/Makefile index 8858693e1f..2038d474e9 100644 --- a/examples/javascript/Makefile +++ b/examples/javascript/Makefile @@ -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: