From 0bafa33f28e95c93dc154311c00469b1dc15b6cb Mon Sep 17 00:00:00 2001 From: Neil Jones Date: Fri, 24 Mar 2017 15:39:31 +0000 Subject: [PATCH] examples: javascript: Blacklist pic32-wifire --- examples/javascript/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/javascript/Makefile b/examples/javascript/Makefile index 1a285d390c..72f24d38dd 100644 --- a/examples/javascript/Makefile +++ b/examples/javascript/Makefile @@ -13,7 +13,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon calliope-mini cc2650stk maple-mini \ BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno chronos \ msb-430 msb-430h qemu-i386 telosb waspmote-pro wsn430-v1_3b \ - wsn430-v1_4 z1 + wsn430-v1_4 z1 pic32-wifire # Comment this out to disable code in RIOT that does safety checking # which is not needed in a production environment but helps in the