From aaa662b9e0724d5bebe29cd666b9a8237307c0fb Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 30 Oct 2019 15:40:26 +0100 Subject: [PATCH] examples/lua*: update board blacklist MIPS based boards are now blacklisted at package level --- examples/lua_REPL/Makefile | 2 -- examples/lua_basic/Makefile | 2 -- 2 files changed, 4 deletions(-) diff --git a/examples/lua_REPL/Makefile b/examples/lua_REPL/Makefile index 8b69726660..327117d541 100644 --- a/examples/lua_REPL/Makefile +++ b/examples/lua_REPL/Makefile @@ -9,8 +9,6 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_BLACKLIST += \ hifive1 \ hifive1b \ - pic32-wifire \ - pic32-clicker \ # # Comment this out to disable code in RIOT that does safety checking diff --git a/examples/lua_basic/Makefile b/examples/lua_basic/Makefile index 2e2a6a8f3e..328ca3caa4 100644 --- a/examples/lua_basic/Makefile +++ b/examples/lua_basic/Makefile @@ -9,8 +9,6 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_BLACKLIST += \ hifive1 \ hifive1b \ - pic32-wifire \ - pic32-clicker \ # # Comment this out to disable code in RIOT that does safety checking