From d2fb1ba8a5973a1f37113d74bb768090620d9fbd Mon Sep 17 00:00:00 2001 From: Schorcht <gunar@schorcht.net> Date: Wed, 5 Sep 2018 02:39:50 +0200 Subject: [PATCH] examples: blacklist esp8266 based boards --- 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 90bcaf8304..67ecf11d95 100644 --- a/examples/lua_REPL/Makefile +++ b/examples/lua_REPL/Makefile @@ -23,7 +23,8 @@ BOARD_INSUFFICIENT_MEMORY := bluepill calliope-mini cc2650-launchpad \ saml21-xpro samr21-xpro seeeduino_arch-pro \ sensebox_samd21 slstk3401a sltb001a slwstk6220a \ sodaq-autonomo sodaq-explorer sodaq-one stk3600 \ - stm32f3discovery yunjia-nrf51822 + stm32f3discovery yunjia-nrf51822 \ + esp8266-esp-12x esp8266-olimex-mod esp8266-sparkfun-thing BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno \ chronos hifive1 jiminy-mega256rfr2 mega-xplained mips-malta \ -- GitLab