From 6fc50c9d0dafc9b1dfdd6e2ff3cb75d188cccf31 Mon Sep 17 00:00:00 2001 From: Bas Stottelaar Date: Wed, 4 Nov 2020 21:39:02 +0100 Subject: [PATCH] examples: add to BOARD_INSUFFICIENT_MEMORY --- examples/asymcute_mqttsn/Makefile.ci | 1 + examples/cord_ep/Makefile.ci | 1 + examples/cord_epsim/Makefile.ci | 1 + examples/cord_lc/Makefile.ci | 1 + examples/dtls-echo/Makefile.ci | 1 + examples/dtls-sock/Makefile.ci | 1 + examples/dtls-wolfssl/Makefile.ci | 1 + examples/emcute_mqttsn/Makefile.ci | 1 + examples/gcoap/Makefile.ci | 1 + examples/gnrc_border_router/Makefile.ci | 1 + examples/gnrc_networking/Makefile.ci | 1 + examples/javascript/Makefile.ci | 1 + examples/lua_REPL/Makefile.ci | 1 + examples/lua_basic/Makefile.ci | 1 + examples/micropython/Makefile.ci | 1 + examples/nanocoap_server/Makefile.ci | 1 + examples/ndn-ping/Makefile.ci | 1 + examples/paho-mqtt/Makefile.ci | 1 + examples/posix_select/Makefile.ci | 3 ++- examples/posix_sockets/Makefile.ci | 1 + examples/suit_update/Makefile.ci | 1 + examples/twr_aloha/Makefile.ci | 1 + examples/wakaama/Makefile.ci | 1 + 23 files changed, 24 insertions(+), 1 deletion(-) diff --git a/examples/asymcute_mqttsn/Makefile.ci b/examples/asymcute_mqttsn/Makefile.ci index 3239c6c235..1f9a8a6769 100644 --- a/examples/asymcute_mqttsn/Makefile.ci +++ b/examples/asymcute_mqttsn/Makefile.ci @@ -33,6 +33,7 @@ BOARD_INSUFFICIENT_MEMORY := \ samd10-xmini \ saml10-xpro \ saml11-xpro \ + slstk3400a \ stk3200 \ stm32f030f4-demo \ stm32f0discovery \ diff --git a/examples/cord_ep/Makefile.ci b/examples/cord_ep/Makefile.ci index df339b0494..c1b399b843 100644 --- a/examples/cord_ep/Makefile.ci +++ b/examples/cord_ep/Makefile.ci @@ -24,6 +24,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l031k6 \ nucleo-l053r8 \ samd10-xmini \ + slstk3400a \ stk3200 \ stm32f030f4-demo \ stm32f0discovery \ diff --git a/examples/cord_epsim/Makefile.ci b/examples/cord_epsim/Makefile.ci index 74145567ad..d9400a95f9 100644 --- a/examples/cord_epsim/Makefile.ci +++ b/examples/cord_epsim/Makefile.ci @@ -21,6 +21,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l031k6 \ nucleo-l053r8 \ samd10-xmini \ + slstk3400a \ stk3200 \ stm32f030f4-demo \ stm32f0discovery \ diff --git a/examples/cord_lc/Makefile.ci b/examples/cord_lc/Makefile.ci index 4ac4d96e2a..51082edbb7 100644 --- a/examples/cord_lc/Makefile.ci +++ b/examples/cord_lc/Makefile.ci @@ -25,6 +25,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l031k6 \ nucleo-l053r8 \ samd10-xmini \ + slstk3400a \ stk3200 \ stm32f030f4-demo \ stm32f0discovery \ diff --git a/examples/dtls-echo/Makefile.ci b/examples/dtls-echo/Makefile.ci index 4babe8e036..14cbfd1846 100644 --- a/examples/dtls-echo/Makefile.ci +++ b/examples/dtls-echo/Makefile.ci @@ -33,6 +33,7 @@ BOARD_INSUFFICIENT_MEMORY := \ samd10-xmini \ saml10-xpro \ saml11-xpro \ + slstk3400a \ spark-core \ stk3200 \ stm32f030f4-demo \ diff --git a/examples/dtls-sock/Makefile.ci b/examples/dtls-sock/Makefile.ci index 706b27b65b..b624bffdf7 100644 --- a/examples/dtls-sock/Makefile.ci +++ b/examples/dtls-sock/Makefile.ci @@ -37,6 +37,7 @@ BOARD_INSUFFICIENT_MEMORY := \ samd10-xmini \ saml10-xpro \ saml11-xpro \ + slstk3400a \ spark-core \ stk3200 \ stm32f030f4-demo \ diff --git a/examples/dtls-wolfssl/Makefile.ci b/examples/dtls-wolfssl/Makefile.ci index bae3eebf8d..5bab8ba2a4 100644 --- a/examples/dtls-wolfssl/Makefile.ci +++ b/examples/dtls-wolfssl/Makefile.ci @@ -30,6 +30,7 @@ BOARD_INSUFFICIENT_MEMORY := \ samd10-xmini \ saml10-xpro \ saml11-xpro \ + slstk3400a \ spark-core \ stk3200 \ stm32f030f4-demo \ diff --git a/examples/emcute_mqttsn/Makefile.ci b/examples/emcute_mqttsn/Makefile.ci index f4f6bf62cf..958f57dff8 100644 --- a/examples/emcute_mqttsn/Makefile.ci +++ b/examples/emcute_mqttsn/Makefile.ci @@ -27,6 +27,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l031k6 \ nucleo-l053r8 \ samd10-xmini \ + slstk3400a \ stk3200 \ stm32f030f4-demo \ stm32f0discovery \ diff --git a/examples/gcoap/Makefile.ci b/examples/gcoap/Makefile.ci index defae2f9e2..70f593f611 100644 --- a/examples/gcoap/Makefile.ci +++ b/examples/gcoap/Makefile.ci @@ -21,6 +21,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l031k6 \ nucleo-l053r8 \ samd10-xmini \ + slstk3400a \ stk3200 \ stm32f030f4-demo \ stm32f0discovery \ diff --git a/examples/gnrc_border_router/Makefile.ci b/examples/gnrc_border_router/Makefile.ci index 1beac4b4ce..66459078cf 100644 --- a/examples/gnrc_border_router/Makefile.ci +++ b/examples/gnrc_border_router/Makefile.ci @@ -48,6 +48,7 @@ BOARD_INSUFFICIENT_MEMORY := \ samd10-xmini \ saml10-xpro \ saml11-xpro \ + slstk3400a \ spark-core \ stk3200 \ stm32f030f4-demo \ diff --git a/examples/gnrc_networking/Makefile.ci b/examples/gnrc_networking/Makefile.ci index 10f68ef8dd..184fd2fc56 100644 --- a/examples/gnrc_networking/Makefile.ci +++ b/examples/gnrc_networking/Makefile.ci @@ -34,6 +34,7 @@ BOARD_INSUFFICIENT_MEMORY := \ samd10-xmini \ saml10-xpro \ saml11-xpro \ + slstk3400a \ spark-core \ stk3200 \ stm32f030f4-demo \ diff --git a/examples/javascript/Makefile.ci b/examples/javascript/Makefile.ci index e3aa9fb943..430d2b1fd3 100644 --- a/examples/javascript/Makefile.ci +++ b/examples/javascript/Makefile.ci @@ -44,6 +44,7 @@ BOARD_INSUFFICIENT_MEMORY := \ samd10-xmini \ saml10-xpro \ saml11-xpro \ + slstk3400a \ spark-core \ stk3200 \ stm32f030f4-demo \ diff --git a/examples/lua_REPL/Makefile.ci b/examples/lua_REPL/Makefile.ci index 2b4d746a19..8c44ad3cfa 100644 --- a/examples/lua_REPL/Makefile.ci +++ b/examples/lua_REPL/Makefile.ci @@ -78,6 +78,7 @@ BOARD_INSUFFICIENT_MEMORY := \ seeeduino_arch-pro \ sensebox_samd21 \ serpente \ + slstk3400a \ slstk3401a \ sltb001a \ slwstk6000b-slwrb4150a \ diff --git a/examples/lua_basic/Makefile.ci b/examples/lua_basic/Makefile.ci index bf85b628be..06124ef253 100644 --- a/examples/lua_basic/Makefile.ci +++ b/examples/lua_basic/Makefile.ci @@ -33,6 +33,7 @@ BOARD_INSUFFICIENT_MEMORY := \ opencm904 \ saml10-xpro \ saml11-xpro \ + slstk3400a \ spark-core \ stk3200 \ stm32f030f4-demo \ diff --git a/examples/micropython/Makefile.ci b/examples/micropython/Makefile.ci index f5ae46bd3d..e9350fc9e3 100644 --- a/examples/micropython/Makefile.ci +++ b/examples/micropython/Makefile.ci @@ -22,6 +22,7 @@ BOARD_INSUFFICIENT_MEMORY := \ samd10-xmini \ saml10-xpro \ saml11-xpro \ + slstk3400a \ spark-core \ stk3200 \ stm32f030f4-demo \ diff --git a/examples/nanocoap_server/Makefile.ci b/examples/nanocoap_server/Makefile.ci index f99ca7ea77..56a7b3ce50 100644 --- a/examples/nanocoap_server/Makefile.ci +++ b/examples/nanocoap_server/Makefile.ci @@ -18,6 +18,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l031k6 \ nucleo-l053r8 \ samd10-xmini \ + slstk3400a \ stk3200 \ stm32f030f4-demo \ stm32f0discovery \ diff --git a/examples/ndn-ping/Makefile.ci b/examples/ndn-ping/Makefile.ci index 39090e5513..7b19336cfc 100644 --- a/examples/ndn-ping/Makefile.ci +++ b/examples/ndn-ping/Makefile.ci @@ -19,6 +19,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l031k6 \ nucleo-l053r8 \ samd10-xmini \ + slstk3400a \ stk3200 \ stm32f030f4-demo \ stm32f0discovery \ diff --git a/examples/paho-mqtt/Makefile.ci b/examples/paho-mqtt/Makefile.ci index 64afc0c6f0..4eef2e2d6d 100644 --- a/examples/paho-mqtt/Makefile.ci +++ b/examples/paho-mqtt/Makefile.ci @@ -24,6 +24,7 @@ BOARD_INSUFFICIENT_MEMORY := \ samd10-xmini \ saml10-xpro \ saml11-xpro \ + slstk3400a \ stk3200 \ stm32f030f4-demo \ stm32f0discovery \ diff --git a/examples/posix_select/Makefile.ci b/examples/posix_select/Makefile.ci index fa9dbdd2a2..a9e177f783 100644 --- a/examples/posix_select/Makefile.ci +++ b/examples/posix_select/Makefile.ci @@ -18,6 +18,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l031k6 \ nucleo-l053r8 \ samd10-xmini \ + slstk3400a \ stk3200 \ stm32f030f4-demo \ stm32f0discovery \ @@ -25,4 +26,4 @@ BOARD_INSUFFICIENT_MEMORY := \ telosb \ waspmote-pro \ z1 \ - # + # \ No newline at end of file diff --git a/examples/posix_sockets/Makefile.ci b/examples/posix_sockets/Makefile.ci index 5f14fce560..4688efd3f4 100644 --- a/examples/posix_sockets/Makefile.ci +++ b/examples/posix_sockets/Makefile.ci @@ -28,6 +28,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l031k6 \ nucleo-l053r8 \ samd10-xmini \ + slstk3400a \ stk3200 \ stm32f030f4-demo \ stm32f0discovery \ diff --git a/examples/suit_update/Makefile.ci b/examples/suit_update/Makefile.ci index 621176c6cc..98b6ed79bd 100644 --- a/examples/suit_update/Makefile.ci +++ b/examples/suit_update/Makefile.ci @@ -25,6 +25,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l412kb \ saml10-xpro \ saml11-xpro \ + slskt3400a \ stk3200 \ stm32f0discovery \ telosb \ diff --git a/examples/twr_aloha/Makefile.ci b/examples/twr_aloha/Makefile.ci index d06578205e..159534ac6a 100644 --- a/examples/twr_aloha/Makefile.ci +++ b/examples/twr_aloha/Makefile.ci @@ -6,6 +6,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l031k6 \ nucleo-l053r8 \ samd10-xmini \ + slstk3400a \ stk3200 \ stm32f030f4-demo \ stm32f0discovery \ diff --git a/examples/wakaama/Makefile.ci b/examples/wakaama/Makefile.ci index 991c821093..d7fbeb3e04 100644 --- a/examples/wakaama/Makefile.ci +++ b/examples/wakaama/Makefile.ci @@ -30,6 +30,7 @@ BOARD_INSUFFICIENT_MEMORY := \ samd10-xmini \ saml10-xpro \ saml11-xpro \ + slstk3400a \ spark-core \ stk3200 \ stm32f030f4-demo \