From 5165fec9414928ce5d74877ffb0d0e9e490c23e3 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie <alexandre.abadie@inria.fr> Date: Thu, 27 Sep 2018 18:11:19 +0200 Subject: [PATCH] examples/lua_REPL: exclude samr30-xpro --- examples/lua_REPL/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/lua_REPL/Makefile b/examples/lua_REPL/Makefile index ae1715b859..6f1a0ba068 100644 --- a/examples/lua_REPL/Makefile +++ b/examples/lua_REPL/Makefile @@ -20,10 +20,10 @@ BOARD_INSUFFICIENT_MEMORY := blackpill bluepill calliope-mini cc2650-launchpad \ mbed_lpc1768 nrf6310 nucleo-f091rc nucleo-l073rz \ nz32-sc151 openmote-cc2538 openmote-b pba-d-01-kw2x \ remote-pa remote-reva remote-revb samd21-xpro \ - saml21-xpro samr21-xpro seeeduino_arch-pro \ - sensebox_samd21 slstk3401a sltb001a slwstk6220a \ - sodaq-autonomo sodaq-explorer sodaq-one stk3600 \ - stm32f3discovery yunjia-nrf51822 \ + saml21-xpro samr21-xpro samr30-xpro \ + 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 BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno \ -- GitLab