From cc1fae5b2e9253816b5c6c766781bfb5f04f635f Mon Sep 17 00:00:00 2001 From: Kees Bakker <kees@sodaq.com> Date: Mon, 6 Aug 2018 22:31:27 +0200 Subject: [PATCH] examples/lua: add sodaq-one to insufficient memory list --- examples/lua_REPL/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lua_REPL/Makefile b/examples/lua_REPL/Makefile index 39ba81f50c..cacf10fbcc 100644 --- a/examples/lua_REPL/Makefile +++ b/examples/lua_REPL/Makefile @@ -22,7 +22,7 @@ BOARD_INSUFFICIENT_MEMORY := bluepill calliope-mini cc2650-launchpad \ remote-pa remote-reva remote-revb samd21-xpro \ saml21-xpro samr21-xpro seeeduino_arch-pro \ slstk3401a sltb001a slwstk6220a sodaq-autonomo \ - sodaq-explorer stk3600 stm32f3discovery \ + sodaq-explorer sodaq-one stk3600 stm32f3discovery \ yunjia-nrf51822 BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno \ -- GitLab