diff --git a/examples/asymcute_mqttsn/Makefile.ci b/examples/asymcute_mqttsn/Makefile.ci index b0cd27d1f6..4a39d7c97f 100644 --- a/examples/asymcute_mqttsn/Makefile.ci +++ b/examples/asymcute_mqttsn/Makefile.ci @@ -29,6 +29,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l053r8 \ saml10-xpro \ saml11-xpro \ + stm32f030f4-demo \ stm32f0discovery \ stm32l0538-disco \ telosb \ diff --git a/examples/ccn-lite-relay/Makefile.ci b/examples/ccn-lite-relay/Makefile.ci new file mode 100644 index 0000000000..518b330a9e --- /dev/null +++ b/examples/ccn-lite-relay/Makefile.ci @@ -0,0 +1,3 @@ +BOARD_INSUFFICIENT_MEMORY := \ + stm32f030f4-demo \ + # diff --git a/examples/cord_ep/Makefile.ci b/examples/cord_ep/Makefile.ci index 6f4a54541d..7bdd29d34f 100644 --- a/examples/cord_ep/Makefile.ci +++ b/examples/cord_ep/Makefile.ci @@ -20,6 +20,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-f334r8 \ nucleo-l031k6 \ nucleo-l053r8 \ + stm32f030f4-demo \ stm32f0discovery \ stm32l0538-disco \ telosb \ diff --git a/examples/cord_epsim/Makefile.ci b/examples/cord_epsim/Makefile.ci index 6f4a54541d..7bdd29d34f 100644 --- a/examples/cord_epsim/Makefile.ci +++ b/examples/cord_epsim/Makefile.ci @@ -20,6 +20,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-f334r8 \ nucleo-l031k6 \ nucleo-l053r8 \ + stm32f030f4-demo \ stm32f0discovery \ stm32l0538-disco \ telosb \ diff --git a/examples/default/Makefile.ci b/examples/default/Makefile.ci index 75912a97e3..a9ca969615 100644 --- a/examples/default/Makefile.ci +++ b/examples/default/Makefile.ci @@ -4,4 +4,5 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-nano \ arduino-uno \ atmega328p \ + stm32f030f4-demo \ # diff --git a/examples/dtls-echo/Makefile.ci b/examples/dtls-echo/Makefile.ci index 6757fe3b3c..cda0c2e68d 100644 --- a/examples/dtls-echo/Makefile.ci +++ b/examples/dtls-echo/Makefile.ci @@ -31,6 +31,7 @@ BOARD_INSUFFICIENT_MEMORY := \ saml10-xpro \ saml11-xpro \ spark-core \ + stm32f030f4-demo \ stm32f0discovery \ stm32l0538-disco \ yunjia-nrf51822 \ diff --git a/examples/dtls-wolfssl/Makefile.ci b/examples/dtls-wolfssl/Makefile.ci index 5dc75a758e..71398f8df4 100644 --- a/examples/dtls-wolfssl/Makefile.ci +++ b/examples/dtls-wolfssl/Makefile.ci @@ -3,7 +3,6 @@ BOARD_INSUFFICIENT_MEMORY := \ b-l072z-lrwan1 \ blackpill \ bluepill \ - bluepill \ calliope-mini \ cc2650-launchpad \ cc2650stk \ @@ -21,16 +20,15 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-f103rb \ nucleo-f302r8 \ nucleo-f303k8 \ - nucleo-f303k8 \ nucleo-f334r8 \ nucleo-l031k6 \ - nucleo-l031k6 \ nucleo-l053r8 \ nucleo-l073rz \ opencm904 \ saml10-xpro \ saml11-xpro \ spark-core \ + stm32f030f4-demo \ stm32f0discovery \ stm32l0538-disco \ stm32mindev \ diff --git a/examples/emcute_mqttsn/Makefile.ci b/examples/emcute_mqttsn/Makefile.ci index bd3a9016c6..d980ae6ca0 100644 --- a/examples/emcute_mqttsn/Makefile.ci +++ b/examples/emcute_mqttsn/Makefile.ci @@ -23,6 +23,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-f334r8 \ nucleo-l031k6 \ nucleo-l053r8 \ + stm32f030f4-demo \ stm32f0discovery \ stm32l0538-disco \ telosb \ diff --git a/examples/filesystem/Makefile.ci b/examples/filesystem/Makefile.ci index e27ddf1376..3585ad2b49 100644 --- a/examples/filesystem/Makefile.ci +++ b/examples/filesystem/Makefile.ci @@ -5,4 +5,5 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-uno \ atmega328p \ nucleo-f031k6 \ + stm32f030f4-demo \ # diff --git a/examples/gcoap/Makefile.ci b/examples/gcoap/Makefile.ci index 77dc0251d6..349a496671 100644 --- a/examples/gcoap/Makefile.ci +++ b/examples/gcoap/Makefile.ci @@ -18,6 +18,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-f334r8 \ nucleo-l031k6 \ nucleo-l053r8 \ + stm32f030f4-demo \ stm32f0discovery \ stm32l0538-disco \ telosb \ diff --git a/examples/gnrc_border_router/Makefile.ci b/examples/gnrc_border_router/Makefile.ci index 0bafb3809e..8e18e17931 100644 --- a/examples/gnrc_border_router/Makefile.ci +++ b/examples/gnrc_border_router/Makefile.ci @@ -20,8 +20,8 @@ BOARD_INSUFFICIENT_MEMORY := \ lsn50 \ maple-mini \ mega-xplained \ - microduino-corerf \ microbit \ + microduino-corerf \ msb-430 \ msb-430h \ nrf51dk \ @@ -43,6 +43,7 @@ BOARD_INSUFFICIENT_MEMORY := \ saml10-xpro \ saml11-xpro \ spark-core \ + stm32f030f4-demo \ stm32f0discovery \ stm32l0538-disco \ telosb \ diff --git a/examples/gnrc_minimal/Makefile.ci b/examples/gnrc_minimal/Makefile.ci index e27ddf1376..3585ad2b49 100644 --- a/examples/gnrc_minimal/Makefile.ci +++ b/examples/gnrc_minimal/Makefile.ci @@ -5,4 +5,5 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-uno \ atmega328p \ nucleo-f031k6 \ + stm32f030f4-demo \ # diff --git a/examples/gnrc_networking/Makefile.ci b/examples/gnrc_networking/Makefile.ci index 32b72d4760..c51b0faaf7 100644 --- a/examples/gnrc_networking/Makefile.ci +++ b/examples/gnrc_networking/Makefile.ci @@ -31,6 +31,7 @@ BOARD_INSUFFICIENT_MEMORY := \ saml10-xpro \ saml11-xpro \ spark-core \ + stm32f030f4-demo \ stm32f0discovery \ stm32l0538-disco \ telosb \ diff --git a/examples/gnrc_tftp/Makefile.ci b/examples/gnrc_tftp/Makefile.ci index c072c3835d..b9655fc884 100644 --- a/examples/gnrc_tftp/Makefile.ci +++ b/examples/gnrc_tftp/Makefile.ci @@ -15,8 +15,8 @@ BOARD_INSUFFICIENT_MEMORY := \ hifive1b \ i-nucleo-lrwan1 \ mega-xplained \ - microduino-corerf \ microbit \ + microduino-corerf \ msb-430 \ msb-430h \ nrf51dk \ @@ -36,6 +36,7 @@ BOARD_INSUFFICIENT_MEMORY := \ saml10-xpro \ saml11-xpro \ spark-core \ + stm32f030f4-demo \ stm32f0discovery \ stm32l0538-disco \ telosb \ diff --git a/examples/ipc_pingpong/Makefile.ci b/examples/ipc_pingpong/Makefile.ci index e27ddf1376..3585ad2b49 100644 --- a/examples/ipc_pingpong/Makefile.ci +++ b/examples/ipc_pingpong/Makefile.ci @@ -5,4 +5,5 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-uno \ atmega328p \ nucleo-f031k6 \ + stm32f030f4-demo \ # diff --git a/examples/javascript/Makefile.ci b/examples/javascript/Makefile.ci index e7d2734244..5ae24ee639 100644 --- a/examples/javascript/Makefile.ci +++ b/examples/javascript/Makefile.ci @@ -35,6 +35,7 @@ BOARD_INSUFFICIENT_MEMORY := \ saml10-xpro \ saml11-xpro \ spark-core \ + stm32f030f4-demo \ stm32f0discovery \ stm32l0538-disco \ yunjia-nrf51822 \ diff --git a/examples/lorawan/Makefile.ci b/examples/lorawan/Makefile.ci index 6ba339dbbd..08786ba109 100644 --- a/examples/lorawan/Makefile.ci +++ b/examples/lorawan/Makefile.ci @@ -2,4 +2,5 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-f031k6 \ nucleo-f042k6 \ nucleo-l031k6 \ + stm32f030f4-demo \ # diff --git a/examples/lua_REPL/Makefile.ci b/examples/lua_REPL/Makefile.ci index 15bd71aebd..0d73db7c1c 100644 --- a/examples/lua_REPL/Makefile.ci +++ b/examples/lua_REPL/Makefile.ci @@ -73,6 +73,7 @@ BOARD_INSUFFICIENT_MEMORY := \ sodaq-sara-aff \ spark-core \ stk3600 \ + stm32f030f4-demo \ stm32f0discovery \ stm32f3discovery \ stm32l0538-disco \ diff --git a/examples/lua_basic/Makefile.ci b/examples/lua_basic/Makefile.ci index 64333b7ffb..cba7a17e2e 100644 --- a/examples/lua_basic/Makefile.ci +++ b/examples/lua_basic/Makefile.ci @@ -28,6 +28,7 @@ BOARD_INSUFFICIENT_MEMORY := \ saml10-xpro \ saml11-xpro \ spark-core \ + stm32f030f4-demo \ stm32f0discovery \ stm32l0538-disco \ # diff --git a/examples/nanocoap_server/Makefile.ci b/examples/nanocoap_server/Makefile.ci index ce3fcb7c67..40a91864e4 100644 --- a/examples/nanocoap_server/Makefile.ci +++ b/examples/nanocoap_server/Makefile.ci @@ -15,6 +15,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-f303k8 \ nucleo-l031k6 \ nucleo-l053r8 \ + stm32f030f4-demo \ stm32f0discovery \ stm32l0538-disco \ telosb \ diff --git a/examples/ndn-ping/Makefile.ci b/examples/ndn-ping/Makefile.ci index 393fa5702e..6b6e6fc5c7 100644 --- a/examples/ndn-ping/Makefile.ci +++ b/examples/ndn-ping/Makefile.ci @@ -16,6 +16,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-f042k6 \ nucleo-l031k6 \ nucleo-l053r8 \ + stm32f030f4-demo \ stm32f0discovery \ stm32l0538-disco \ telosb \ diff --git a/examples/posix_sockets/Makefile.ci b/examples/posix_sockets/Makefile.ci index 62925915d3..6f43dfc1d3 100644 --- a/examples/posix_sockets/Makefile.ci +++ b/examples/posix_sockets/Makefile.ci @@ -24,6 +24,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-f334r8 \ nucleo-l031k6 \ nucleo-l053r8 \ + stm32f030f4-demo \ stm32f0discovery \ stm32l0538-disco \ telosb \ diff --git a/examples/riot_and_cpp/Makefile.ci b/examples/riot_and_cpp/Makefile.ci index d4780cc4d9..d5062a26cb 100644 --- a/examples/riot_and_cpp/Makefile.ci +++ b/examples/riot_and_cpp/Makefile.ci @@ -1,5 +1,6 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-f031k6 \ nucleo-f042k6 \ + stm32f030f4-demo \ stm32f0discovery \ # diff --git a/examples/saul/Makefile.ci b/examples/saul/Makefile.ci index 75912a97e3..a9ca969615 100644 --- a/examples/saul/Makefile.ci +++ b/examples/saul/Makefile.ci @@ -4,4 +4,5 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-nano \ arduino-uno \ atmega328p \ + stm32f030f4-demo \ #