From 77df65e95eb4ee92ca9608d23f668575d647bc9b Mon Sep 17 00:00:00 2001
From: Alexandre Abadie <alexandre.abadie@inria.fr>
Date: Thu, 2 Feb 2017 17:47:46 +0100
Subject: [PATCH] tests: add nucleo32-f031 to unsufficient memory boards

---
 tests/conn_ip/Makefile                    | 2 +-
 tests/driver_pir/Makefile                 | 2 ++
 tests/driver_xbee/Makefile                | 2 +-
 tests/gnrc_ipv6_ext/Makefile              | 3 ++-
 tests/gnrc_sixlowpan/Makefile             | 3 ++-
 tests/gnrc_sock_ip/Makefile               | 2 ++
 tests/gnrc_sock_udp/Makefile              | 2 +-
 tests/gnrc_tcp_client/Makefile            | 2 +-
 tests/gnrc_tcp_server/Makefile            | 2 +-
 tests/irq/Makefile                        | 2 ++
 tests/libfixmath_unittests/Makefile       | 2 +-
 tests/lwip/Makefile                       | 3 ++-
 tests/lwip_sock_ip/Makefile               | 2 +-
 tests/lwip_sock_tcp/Makefile              | 2 +-
 tests/lwip_sock_udp/Makefile              | 4 ++--
 tests/msg_send_receive/Makefile           | 2 ++
 tests/msg_try_receive/Makefile            | 2 ++
 tests/mutex_order/Makefile                | 2 +-
 tests/mutex_unlock_and_sleep/Makefile     | 2 ++
 tests/netdev2_test/Makefile               | 2 ++
 tests/nhdp/Makefile                       | 2 +-
 tests/periph_uart/Makefile                | 2 ++
 tests/pipe/Makefile                       | 2 ++
 tests/pkg_libcoap/Makefile                | 2 +-
 tests/pkg_u8g2/Makefile                   | 2 ++
 tests/posix_semaphore/Makefile            | 2 +-
 tests/pthread_condition_variable/Makefile | 2 +-
 tests/pthread_cooperation/Makefile        | 2 ++
 tests/pthread_rwlock/Makefile             | 2 +-
 tests/rmutex/Makefile                     | 3 ++-
 tests/sched_testing/Makefile              | 2 ++
 tests/slip/Makefile                       | 2 +-
 tests/thread_basic/Makefile               | 2 ++
 tests/thread_cooperation/Makefile         | 2 +-
 tests/thread_exit/Makefile                | 2 ++
 tests/thread_flags/Makefile               | 2 ++
 tests/thread_msg/Makefile                 | 2 +-
 tests/thread_msg_block_w_queue/Makefile   | 2 ++
 tests/thread_msg_block_wo_queue/Makefile  | 2 ++
 tests/thread_msg_seq/Makefile             | 2 +-
 tests/unittests/Makefile                  | 5 +++--
 tests/xtimer_drift/Makefile               | 2 +-
 tests/xtimer_hang/Makefile                | 2 ++
 tests/xtimer_longterm/Makefile            | 2 +-
 tests/xtimer_msg/Makefile                 | 2 ++
 45 files changed, 71 insertions(+), 28 deletions(-)

diff --git a/tests/conn_ip/Makefile b/tests/conn_ip/Makefile
index dec3f7463c..8c71d1d673 100644
--- a/tests/conn_ip/Makefile
+++ b/tests/conn_ip/Makefile
@@ -5,7 +5,7 @@ RIOTBASE ?= $(CURDIR)/../..
 
 BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f334 stm32f0discovery telosb \
                              weio wsn430-v1_3b wsn430-v1_4 z1 nucleo-f030 nucleo-f070 \
-                             nucleo32-f042
+                             nucleo32-f042 nucleo32-f031
 
 USEMODULE += gnrc_netdev_default
 USEMODULE += auto_init_gnrc_netif
diff --git a/tests/driver_pir/Makefile b/tests/driver_pir/Makefile
index d446513c1f..6d07c6d9ef 100644
--- a/tests/driver_pir/Makefile
+++ b/tests/driver_pir/Makefile
@@ -1,6 +1,8 @@
 APPLICATION = driver_pir
 include ../Makefile.tests_common
 
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+
 FEATURES_REQUIRED = periph_gpio
 
 USEMODULE += pir
diff --git a/tests/driver_xbee/Makefile b/tests/driver_xbee/Makefile
index 22afd84716..73afde3c69 100644
--- a/tests/driver_xbee/Makefile
+++ b/tests/driver_xbee/Makefile
@@ -4,7 +4,7 @@ include ../Makefile.tests_common
 FEATURES_REQUIRED = periph_uart periph_gpio
 
 BOARD_INSUFFICIENT_MEMORY := nucleo-f030 nucleo-f334 stm32f0discovery weio \
-                             nucleo32-f042
+                             nucleo32-f042 nucleo32-f031
 
 USEMODULE += xbee
 USEMODULE += gnrc_netif
diff --git a/tests/gnrc_ipv6_ext/Makefile b/tests/gnrc_ipv6_ext/Makefile
index 8c98f8dc02..ae2fe798c4 100644
--- a/tests/gnrc_ipv6_ext/Makefile
+++ b/tests/gnrc_ipv6_ext/Makefile
@@ -8,7 +8,8 @@ RIOTBASE ?= $(CURDIR)/../..
 BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 maple-mini msb-430h \
                           nrf51dongle nrf6310 nucleo-f103 nucleo-f334 pca10000 pca10005 \
                           spark-core stm32f0discovery telosb weio wsn430-v1_3b \
-                          wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f030 nucleo32-f042
+                          wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f030 nucleo32-f042 \
+                          nucleo32-f031
 
 # Include packages that pull up and auto-init the link layer.
 # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
diff --git a/tests/gnrc_sixlowpan/Makefile b/tests/gnrc_sixlowpan/Makefile
index 3b8f6505cb..45335a7c63 100644
--- a/tests/gnrc_sixlowpan/Makefile
+++ b/tests/gnrc_sixlowpan/Makefile
@@ -8,7 +8,8 @@ RIOTBASE ?= $(CURDIR)/../..
 BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h nrf51dongle \
                           nrf6310 nucleo-f103 nucleo-f334 pca10000 pca10005 spark-core \
                           stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \
-                          yunjia-nrf51822 z1 nucleo-f030 nucleo-f070 nucleo32-f042
+                          yunjia-nrf51822 z1 nucleo-f030 nucleo-f070 nucleo32-f042 \
+                          nucleo32-f031
 
 # Include packages that pull up and auto-init the link layer.
 # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
diff --git a/tests/gnrc_sock_ip/Makefile b/tests/gnrc_sock_ip/Makefile
index 14fb094a97..5bb9f12258 100644
--- a/tests/gnrc_sock_ip/Makefile
+++ b/tests/gnrc_sock_ip/Makefile
@@ -1,6 +1,8 @@
 APPLICATION = gnrc_sock_ip
 include ../Makefile.tests_common
 
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+
 RIOTBASE ?= $(CURDIR)/../..
 
 USEMODULE += gnrc_sock_ip
diff --git a/tests/gnrc_sock_udp/Makefile b/tests/gnrc_sock_udp/Makefile
index d880fb6f4f..40c8081686 100644
--- a/tests/gnrc_sock_udp/Makefile
+++ b/tests/gnrc_sock_udp/Makefile
@@ -3,7 +3,7 @@ include ../Makefile.tests_common
 
 RIOTBASE ?= $(CURDIR)/../..
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f042
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f042 nucleo32-f031
 
 USEMODULE += gnrc_sock_check_reuse
 USEMODULE += gnrc_sock_udp
diff --git a/tests/gnrc_tcp_client/Makefile b/tests/gnrc_tcp_client/Makefile
index 70058ccf7f..c329a50c67 100644
--- a/tests/gnrc_tcp_client/Makefile
+++ b/tests/gnrc_tcp_client/Makefile
@@ -16,7 +16,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560\
                              nucleo32-f042 nucleo-f070 nucleo-f072 nucleo32-f303\
                              nucleo-f334 pca10000 pca10005 stm32f0discovery\
                              telosb weio wsn430-v1_3b wsn430-v1_4\
-                             yunjia-nrf51822 z1 msb-430 msb-430h
+                             yunjia-nrf51822 z1 msb-430 msb-430h nucleo32-f031
 
 # This has to be the absolute path to the RIOT base directory:
 RIOTBASE ?= $(CURDIR)/../..
diff --git a/tests/gnrc_tcp_server/Makefile b/tests/gnrc_tcp_server/Makefile
index 1039fb46e8..422eda392c 100644
--- a/tests/gnrc_tcp_server/Makefile
+++ b/tests/gnrc_tcp_server/Makefile
@@ -14,7 +14,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560\
                              nucleo32-f042 nucleo-f070 nucleo-f072 nucleo32-f303\
                              nucleo-f334 pca10000 pca10005 stm32f0discovery\
                              telosb weio wsn430-v1_3b wsn430-v1_4\
-                             yunjia-nrf51822 z1 msb-430 msb-430h
+                             yunjia-nrf51822 z1 msb-430 msb-430h nucleo32-f031
 
 # This has to be the absolute path to the RIOT base directory:
 RIOTBASE ?= $(CURDIR)/../..
diff --git a/tests/irq/Makefile b/tests/irq/Makefile
index b0b9a5d532..ff4c51752b 100644
--- a/tests/irq/Makefile
+++ b/tests/irq/Makefile
@@ -1,6 +1,8 @@
 APPLICATION = irq
 include ../Makefile.tests_common
 
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+
 USEMODULE += auto_init
 USEMODULE += xtimer
 
diff --git a/tests/libfixmath_unittests/Makefile b/tests/libfixmath_unittests/Makefile
index 0d29b85dcf..7fc59af851 100644
--- a/tests/libfixmath_unittests/Makefile
+++ b/tests/libfixmath_unittests/Makefile
@@ -8,7 +8,7 @@ BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
 # The MSP boards don't feature round(), exp(), and log(), which are used in the unittests
 BOARD_BLACKLIST += chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1
 
-BOARD_INSUFFICIENT_MEMORY := weio nucleo32-f042
+BOARD_INSUFFICIENT_MEMORY := weio nucleo32-f042 nucleo32-f031
 
 USEMODULE += libfixmath-unittests
 
diff --git a/tests/lwip/Makefile b/tests/lwip/Makefile
index 6689182937..27ed477931 100644
--- a/tests/lwip/Makefile
+++ b/tests/lwip/Makefile
@@ -9,7 +9,8 @@ BOARD_BLACKLIST := arduino-mega2560 msb-430h telosb waspmote-pro z1 arduino-uno
                    arduino-duemilanove msb-430 wsn430-v1_4 wsn430-v1_3b
 BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-mega2560 msb-430h nrf6310 \
                              nucleo-f334 pca10005 stm32f0discovery telosb \
-                             weio yunjia-nrf51822 z1 nucleo-f030 nucleo-f072
+                             weio yunjia-nrf51822 z1 nucleo-f030 nucleo-f072 \
+                             nucleo32-f031
 
 # including lwip_ipv6_mld would currently break this test on at86rf2xx radios
 USEMODULE += lwip lwip_ipv6_autoconfig lwip_conn_ip lwip_netdev2
diff --git a/tests/lwip_sock_ip/Makefile b/tests/lwip_sock_ip/Makefile
index 7076dca5fe..0f9b80dfa6 100644
--- a/tests/lwip_sock_ip/Makefile
+++ b/tests/lwip_sock_ip/Makefile
@@ -7,7 +7,7 @@ BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \
                    msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
                    wsn430-v1_4 z1
 BOARD_INSUFFICIENT_MEMORY = nucleo-f030 nucleo32-f042 nucleo-f334 \
-                            stm32f0discovery weio
+                            stm32f0discovery weio nucleo32-f031
 
 LWIP_IPV4 ?= 0
 
diff --git a/tests/lwip_sock_tcp/Makefile b/tests/lwip_sock_tcp/Makefile
index f0bf0a59eb..56d77ea0a9 100644
--- a/tests/lwip_sock_tcp/Makefile
+++ b/tests/lwip_sock_tcp/Makefile
@@ -7,7 +7,7 @@ include ../Makefile.tests_common
 BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \
                    msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
                    wsn430-v1_4 z1
-BOARD_INSUFFICIENT_MEMORY = nucleo-f030 nucleo32-f042 nucleo-f334 \
+BOARD_INSUFFICIENT_MEMORY = nucleo-f030 nucleo32-f031 nucleo32-f042 nucleo-f334 \
                             stm32f0discovery weio
 
 LWIP_IPV4 ?= 0
diff --git a/tests/lwip_sock_udp/Makefile b/tests/lwip_sock_udp/Makefile
index 5974da7edd..2b6540c5d6 100644
--- a/tests/lwip_sock_udp/Makefile
+++ b/tests/lwip_sock_udp/Makefile
@@ -7,8 +7,8 @@ include ../Makefile.tests_common
 BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \
                    msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
                    wsn430-v1_4 z1
-BOARD_INSUFFICIENT_MEMORY = nucleo32-f042 nucleo-f030 nucleo-f042 nucleo-f334 \
-                            stm32f0discovery weio
+BOARD_INSUFFICIENT_MEMORY = nucleo32-f042 nucleo-f030 nucleo32-f031 nucleo-f042 \
+                            nucleo-f334 stm32f0discovery weio
 
 LWIP_IPV4 ?= 0
 
diff --git a/tests/msg_send_receive/Makefile b/tests/msg_send_receive/Makefile
index e8e8a1bc7c..64b456ebb7 100644
--- a/tests/msg_send_receive/Makefile
+++ b/tests/msg_send_receive/Makefile
@@ -2,6 +2,8 @@
 APPLICATION = msg_send_receive
 include ../Makefile.tests_common
 
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+
 include $(RIOTBASE)/Makefile.include
 
 test:
diff --git a/tests/msg_try_receive/Makefile b/tests/msg_try_receive/Makefile
index d071f60e62..4e4c23c7e4 100644
--- a/tests/msg_try_receive/Makefile
+++ b/tests/msg_try_receive/Makefile
@@ -1,4 +1,6 @@
 APPLICATION = msg_try_receive
 include ../Makefile.tests_common
 
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+
 include $(RIOTBASE)/Makefile.include
diff --git a/tests/mutex_order/Makefile b/tests/mutex_order/Makefile
index 9253421453..471d87a7c7 100644
--- a/tests/mutex_order/Makefile
+++ b/tests/mutex_order/Makefile
@@ -1,6 +1,6 @@
 APPLICATION = mutex_order
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := stm32f0discovery weio nucleo-f030 nucleo32-f042
+BOARD_INSUFFICIENT_MEMORY := stm32f0discovery weio nucleo-f030 nucleo32-f042 nucleo32-f031
 
 include $(RIOTBASE)/Makefile.include
diff --git a/tests/mutex_unlock_and_sleep/Makefile b/tests/mutex_unlock_and_sleep/Makefile
index 45824eaa46..668f941699 100644
--- a/tests/mutex_unlock_and_sleep/Makefile
+++ b/tests/mutex_unlock_and_sleep/Makefile
@@ -1,6 +1,8 @@
 APPLICATION = mutex_unlock_and_sleep
 include ../Makefile.tests_common
 
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+
 DISABLE_MODULE += auto_init
 
 include $(RIOTBASE)/Makefile.include
diff --git a/tests/netdev2_test/Makefile b/tests/netdev2_test/Makefile
index e98659d22d..e6f21b1002 100644
--- a/tests/netdev2_test/Makefile
+++ b/tests/netdev2_test/Makefile
@@ -1,6 +1,8 @@
 APPLICATION = netdev2_test
 include ../Makefile.tests_common
 
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+
 DISABLE_MODULE = auto_init
 
 FEATURES_REQUIRED += periph_timer # xtimer required for this application
diff --git a/tests/nhdp/Makefile b/tests/nhdp/Makefile
index c776735a21..b774a21d80 100644
--- a/tests/nhdp/Makefile
+++ b/tests/nhdp/Makefile
@@ -5,7 +5,7 @@ BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb \
                    wsn430-v1_3b wsn430-v1_4 z1 waspmote-pro arduino-uno \
                    arduino-duemilanove
 BOARD_INSUFFICIENT_MEMORY := nucleo-f334 stm32f0discovery weio nucleo-f030 \
-                             nucleo32-f042
+                             nucleo32-f042 nucleo32-f031
 
 USEMODULE += gnrc_ipv6
 USEMODULE += gnrc_sock_udp
diff --git a/tests/periph_uart/Makefile b/tests/periph_uart/Makefile
index d23b7b05ff..788c48d918 100644
--- a/tests/periph_uart/Makefile
+++ b/tests/periph_uart/Makefile
@@ -1,6 +1,8 @@
 APPLICATION = periph_uart
 include ../Makefile.tests_common
 
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+
 FEATURES_REQUIRED = periph_uart
 
 USEMODULE += shell
diff --git a/tests/pipe/Makefile b/tests/pipe/Makefile
index 46f7cc4498..1eb1913b4c 100644
--- a/tests/pipe/Makefile
+++ b/tests/pipe/Makefile
@@ -1,6 +1,8 @@
 APPLICATION = pipe
 include ../Makefile.tests_common
 
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+
 USEMODULE += pipe
 
 include $(RIOTBASE)/Makefile.include
diff --git a/tests/pkg_libcoap/Makefile b/tests/pkg_libcoap/Makefile
index 95dbab5a06..41e4fb5b32 100644
--- a/tests/pkg_libcoap/Makefile
+++ b/tests/pkg_libcoap/Makefile
@@ -6,7 +6,7 @@ BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb wsn430-v1_3b
                    wsn430-v1_4 z1 waspmote-pro arduino-uno arduino-duemilanove
 BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f334 nucleo-f030 \
                              stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 z1 \
-                             nucleo-f070 nucleo32-f042
+                             nucleo-f070 nucleo32-f042 nucleo32-f031
 
 USEMODULE += gnrc_ipv6
 USEMODULE += gnrc_sock_udp
diff --git a/tests/pkg_u8g2/Makefile b/tests/pkg_u8g2/Makefile
index 661cbd0446..4ea5d4312c 100644
--- a/tests/pkg_u8g2/Makefile
+++ b/tests/pkg_u8g2/Makefile
@@ -1,6 +1,8 @@
 APPLICATION = pkg_u8g2
 include ../Makefile.tests_common
 
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+
 USEMODULE += xtimer
 
 USEPKG += u8g2
diff --git a/tests/posix_semaphore/Makefile b/tests/posix_semaphore/Makefile
index bad3e97795..7a2f162b62 100644
--- a/tests/posix_semaphore/Makefile
+++ b/tests/posix_semaphore/Makefile
@@ -3,7 +3,7 @@ include ../Makefile.tests_common
 
 BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h mbed_lpc1768 chronos stm32f0discovery \
                           pca10000 pca10005 weio yunjia-nrf51822 nrf6310 spark-core \
-                          nucleo-f334 nucleo-f030 nucleo32-f042
+                          nucleo-f334 nucleo-f030 nucleo32-f042 nucleo32-f031
 
 USEMODULE += fmt
 USEMODULE += posix_semaphore
diff --git a/tests/pthread_condition_variable/Makefile b/tests/pthread_condition_variable/Makefile
index a21acd800a..6f7863abb6 100644
--- a/tests/pthread_condition_variable/Makefile
+++ b/tests/pthread_condition_variable/Makefile
@@ -4,7 +4,7 @@ include ../Makefile.tests_common
 BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
 # arduino mega2560 uno duemilanove: unknown type name: clockid_t
 
-BOARD_INSUFFICIENT_MEMORY := stm32f0discovery
+BOARD_INSUFFICIENT_MEMORY := stm32f0discovery nucleo32-f031
 
 USEMODULE += posix
 USEMODULE += pthread
diff --git a/tests/pthread_cooperation/Makefile b/tests/pthread_cooperation/Makefile
index dc249777d3..22b54c5611 100644
--- a/tests/pthread_cooperation/Makefile
+++ b/tests/pthread_cooperation/Makefile
@@ -4,6 +4,8 @@ include ../Makefile.tests_common
 BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
 # arduino mega2560 uno duemilanove: unknown type name: clockid_t
 
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+
 USEMODULE += posix
 USEMODULE += pthread
 
diff --git a/tests/pthread_rwlock/Makefile b/tests/pthread_rwlock/Makefile
index 2ade95ce51..0606aab0bc 100644
--- a/tests/pthread_rwlock/Makefile
+++ b/tests/pthread_rwlock/Makefile
@@ -13,6 +13,6 @@ CFLAGS += -DNATIVE_AUTO_EXIT
 BOARD_INSUFFICIENT_MEMORY += chronos mbed_lpc1768 msb-430 msb-430h stm32f0discovery \
                           pca10000 pca10005 yunjia-nrf51822 spark-core nucleo-f334 \
                           airfy-beacon nrf51dongle nrf6310 weio nucleo-f030 \
-                          nucleo32-f042
+                          nucleo32-f042 nucleo32-f031
 
 include $(RIOTBASE)/Makefile.include
diff --git a/tests/rmutex/Makefile b/tests/rmutex/Makefile
index 8b1b9aacf3..ae7e5af420 100644
--- a/tests/rmutex/Makefile
+++ b/tests/rmutex/Makefile
@@ -1,6 +1,7 @@
 APPLICATION = rmutex
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := stm32f0discovery weio nucleo-f030 nucleo32-f042
+BOARD_INSUFFICIENT_MEMORY := stm32f0discovery weio nucleo-f030 nucleo32-f031 \
+                             nucleo32-f042
 
 include $(RIOTBASE)/Makefile.include
diff --git a/tests/sched_testing/Makefile b/tests/sched_testing/Makefile
index 56e95f2064..cade2711cc 100644
--- a/tests/sched_testing/Makefile
+++ b/tests/sched_testing/Makefile
@@ -1,4 +1,6 @@
 APPLICATION = sched_testing
 include ../Makefile.tests_common
 
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+
 include $(RIOTBASE)/Makefile.include
diff --git a/tests/slip/Makefile b/tests/slip/Makefile
index 7020f9481d..883dca84f7 100644
--- a/tests/slip/Makefile
+++ b/tests/slip/Makefile
@@ -2,7 +2,7 @@ APPLICATION = driver_slip
 include ../Makefile.tests_common
 
 BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-f334 stm32f0discovery weio \
-                          nucleo-f030 nucleo32-f042
+                          nucleo-f030 nucleo32-f042 nucleo32-f031
 
 BOARD_BLACKLIST += mips-malta
 
diff --git a/tests/thread_basic/Makefile b/tests/thread_basic/Makefile
index 4176289bd9..fb1a878b58 100644
--- a/tests/thread_basic/Makefile
+++ b/tests/thread_basic/Makefile
@@ -1,6 +1,8 @@
 APPLICATION = thread_basic
 include ../Makefile.tests_common
 
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+
 DISABLE_MODULE += auto_init
 
 include $(RIOTBASE)/Makefile.include
diff --git a/tests/thread_cooperation/Makefile b/tests/thread_cooperation/Makefile
index 567a7464b0..fdb7939526 100644
--- a/tests/thread_cooperation/Makefile
+++ b/tests/thread_cooperation/Makefile
@@ -6,7 +6,7 @@ BOARD_INSUFFICIENT_MEMORY := cc2650stk chronos maple-mini msb-430 msb-430h \
                           yunjia-nrf51822 spark-core airfy-beacon nucleo-f103 \
                           nucleo-f334 nrf51dongle nrf6310 weio nucleo-f072 \
                           nucleo-f030 nucleo-f070 microbit calliope-mini \
-                          nucleo32-f042 nucleo32-f303 opencm9-04
+                          nucleo32-f042 nucleo32-f303 opencm9-04 nucleo32-f031
 
 DISABLE_MODULE += auto_init
 
diff --git a/tests/thread_exit/Makefile b/tests/thread_exit/Makefile
index 243ca93dd9..ab797c990d 100644
--- a/tests/thread_exit/Makefile
+++ b/tests/thread_exit/Makefile
@@ -1,6 +1,8 @@
 APPLICATION = thread_exit
 include ../Makefile.tests_common
 
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+
 DISABLE_MODULE += auto_init
 
 include $(RIOTBASE)/Makefile.include
diff --git a/tests/thread_flags/Makefile b/tests/thread_flags/Makefile
index 5affc80895..a62745195f 100644
--- a/tests/thread_flags/Makefile
+++ b/tests/thread_flags/Makefile
@@ -1,6 +1,8 @@
 APPLICATION = thread_flags
 include ../Makefile.tests_common
 
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+
 USEMODULE += xtimer
 USEMODULE += core_thread_flags
 
diff --git a/tests/thread_msg/Makefile b/tests/thread_msg/Makefile
index 22612f9285..d767e5f32a 100644
--- a/tests/thread_msg/Makefile
+++ b/tests/thread_msg/Makefile
@@ -1,7 +1,7 @@
 APPLICATION = thread_msg
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := stm32f0discovery nucleo32-f042
+BOARD_INSUFFICIENT_MEMORY := stm32f0discovery nucleo32-f042 nucleo32-f031
 
 DISABLE_MODULE += auto_init
 
diff --git a/tests/thread_msg_block_w_queue/Makefile b/tests/thread_msg_block_w_queue/Makefile
index 5d09dab3af..5f37154536 100644
--- a/tests/thread_msg_block_w_queue/Makefile
+++ b/tests/thread_msg_block_w_queue/Makefile
@@ -1,6 +1,8 @@
 APPLICATION = thread_msg_block_w_queue
 include ../Makefile.tests_common
 
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+
 DISABLE_MODULE += auto_init
 
 include $(RIOTBASE)/Makefile.include
diff --git a/tests/thread_msg_block_wo_queue/Makefile b/tests/thread_msg_block_wo_queue/Makefile
index 23aa75948c..b6643ec50b 100644
--- a/tests/thread_msg_block_wo_queue/Makefile
+++ b/tests/thread_msg_block_wo_queue/Makefile
@@ -1,6 +1,8 @@
 APPLICATION = thread_msg_block_wo_queue
 include ../Makefile.tests_common
 
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+
 DISABLE_MODULE += auto_init
 
 include $(RIOTBASE)/Makefile.include
diff --git a/tests/thread_msg_seq/Makefile b/tests/thread_msg_seq/Makefile
index 9e5687e0b6..863d9a1c58 100644
--- a/tests/thread_msg_seq/Makefile
+++ b/tests/thread_msg_seq/Makefile
@@ -1,7 +1,7 @@
 APPLICATION = thread_msg_seq
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := stm32f0discovery nucleo32-f042
+BOARD_INSUFFICIENT_MEMORY := stm32f0discovery nucleo32-f042 nucleo32-f031
 
 DISABLE_MODULE += auto_init
 
diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile
index b96ddfbf30..7152bb9849 100644
--- a/tests/unittests/Makefile
+++ b/tests/unittests/Makefile
@@ -13,7 +13,8 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon cc2650stk chronos ek-lm4f120xl \
                           saml21-xpro microbit calliope-mini limifrog-v1 \
                           slwstk6220a ek-lm4f120xl stm32f3discovery \
                           slwstk6220a nucleo32-f042 nucleo32-f303 opencm9-04 \
-                          seeeduino_arch-pro remote-pa remote-revb remote-reva
+                          seeeduino_arch-pro remote-pa remote-revb remote-reva \
+                          nucleo32-f031
 
 USEMODULE += embunit
 
@@ -32,7 +33,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon arduino-due cc2538dk ek-lm4f120xl f4vi1 fox
                        pba-d-01-kw2x pca10000 pca10005 remote saml21-xpro samr21-xpro slwstk6220a \
                        spark-core stm32f0discovery stm32f3discovery stm32f4discovery udoo weio \
                        yunjia-nrf51822 sodaq-autonomo arduino-zero nucleo-f030 nucleo-f070 \
-                       nucleo32-f303 opencm9-04 nucleo-f411
+                       nucleo32-f303 opencm9-04 nucleo-f411 nucleo32-f031
 
 DISABLE_TEST_FOR_ARM_CORTEX_M := tests-relic
 
diff --git a/tests/xtimer_drift/Makefile b/tests/xtimer_drift/Makefile
index 6bca560d4d..739f3e6991 100644
--- a/tests/xtimer_drift/Makefile
+++ b/tests/xtimer_drift/Makefile
@@ -1,7 +1,7 @@
 APPLICATION = xtimer_drift
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f042
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f042 nucleo32-f031
 
 USEMODULE += xtimer
 
diff --git a/tests/xtimer_hang/Makefile b/tests/xtimer_hang/Makefile
index 1d5558ae41..f6df5fb32e 100644
--- a/tests/xtimer_hang/Makefile
+++ b/tests/xtimer_hang/Makefile
@@ -1,6 +1,8 @@
 APPLICATION = xtimer_hang
 include ../Makefile.tests_common
 
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+
 USEMODULE += xtimer
 
 include $(RIOTBASE)/Makefile.include
diff --git a/tests/xtimer_longterm/Makefile b/tests/xtimer_longterm/Makefile
index 33e55d1eda..5f4bd443ff 100644
--- a/tests/xtimer_longterm/Makefile
+++ b/tests/xtimer_longterm/Makefile
@@ -1,7 +1,7 @@
 APPLICATION = xtimer_longterm
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f042
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f042 nucleo32-f031
 
 USEMODULE += xtimer
 
diff --git a/tests/xtimer_msg/Makefile b/tests/xtimer_msg/Makefile
index 2e117020c4..281018fc8a 100644
--- a/tests/xtimer_msg/Makefile
+++ b/tests/xtimer_msg/Makefile
@@ -1,6 +1,8 @@
 APPLICATION = xtimer_msg
 include ../Makefile.tests_common
 
+BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+
 USEMODULE += xtimer
 
 include $(RIOTBASE)/Makefile.include
-- 
GitLab