From 5539ba988ef70c7a35ca647eb3258e326e80fe72 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie <alexandre.abadie@inria.fr> Date: Fri, 21 Sep 2018 13:01:14 +0200 Subject: [PATCH] examples/lua_REPL: exclude firefly board --- examples/lua_REPL/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/lua_REPL/Makefile b/examples/lua_REPL/Makefile index 6f1a0ba068..cbdccb9789 100644 --- a/examples/lua_REPL/Makefile +++ b/examples/lua_REPL/Makefile @@ -24,7 +24,8 @@ BOARD_INSUFFICIENT_MEMORY := blackpill bluepill calliope-mini cc2650-launchpad \ seeeduino_arch-pro sensebox_samd21 slstk3401a \ sltb001a slwstk6220a sodaq-autonomo sodaq-explorer \ sodaq-one stk3600 stm32f3discovery yunjia-nrf51822 \ - esp8266-esp-12x esp8266-olimex-mod esp8266-sparkfun-thing + esp8266-esp-12x esp8266-olimex-mod esp8266-sparkfun-thing \ + firefly BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno \ chronos hifive1 jiminy-mega256rfr2 mega-xplained mips-malta \ -- GitLab