From 3e4f7adc957d19c5e019c6c82c49d950b9f3a770 Mon Sep 17 00:00:00 2001
From: Alexandre Abadie <alexandre.abadie@inria.fr>
Date: Wed, 23 May 2018 12:46:42 +0200
Subject: [PATCH] boards/nucleo-f031k6: rename to st marketing name

---
 boards/{nucleo32-f031 => nucleo-f031k6}/Makefile            | 0
 boards/{nucleo32-f031 => nucleo-f031k6}/Makefile.dep        | 0
 boards/{nucleo32-f031 => nucleo-f031k6}/Makefile.features   | 0
 boards/{nucleo32-f031 => nucleo-f031k6}/Makefile.include    | 0
 .../{nucleo32-f031 => nucleo-f031k6}/include/periph_conf.h  | 6 +++---
 cpu/stm32f0/Makefile.features                               | 2 +-
 examples/dtls-echo/Makefile                                 | 2 +-
 examples/emcute_mqttsn/Makefile                             | 2 +-
 examples/filesystem/Makefile                                | 2 +-
 examples/gcoap/Makefile                                     | 2 +-
 examples/gnrc_border_router/Makefile                        | 2 +-
 examples/gnrc_minimal/Makefile                              | 2 +-
 examples/gnrc_networking/Makefile                           | 2 +-
 examples/gnrc_tftp/Makefile                                 | 2 +-
 examples/ipc_pingpong/Makefile                              | 2 +-
 examples/javascript/Makefile                                | 2 +-
 examples/nanocoap_server/Makefile                           | 2 +-
 examples/posix_sockets/Makefile                             | 2 +-
 examples/rdcli_simple/Makefile                              | 2 +-
 examples/riot_and_cpp/Makefile                              | 2 +-
 tests/cbor/Makefile                                         | 2 +-
 tests/conn_can/Makefile                                     | 2 +-
 tests/driver_at86rf2xx/Makefile                             | 2 +-
 tests/driver_enc28j60/Makefile                              | 2 +-
 tests/driver_encx24j600/Makefile                            | 2 +-
 tests/driver_kw2xrf/Makefile                                | 2 +-
 tests/driver_nrf24l01p_lowlevel/Makefile                    | 2 +-
 tests/driver_pir/Makefile                                   | 2 +-
 tests/driver_sdcard_spi/Makefile                            | 2 +-
 tests/driver_sx127x/Makefile                                | 2 +-
 tests/driver_xbee/Makefile                                  | 2 +-
 tests/emb6/Makefile                                         | 2 +-
 tests/evtimer_msg/Makefile                                  | 2 +-
 tests/evtimer_underflow/Makefile                            | 2 +-
 tests/gnrc_ipv6_ext/Makefile                                | 2 +-
 tests/gnrc_ipv6_nib/Makefile                                | 2 +-
 tests/gnrc_ipv6_nib_6ln/Makefile                            | 2 +-
 tests/gnrc_ndp/Makefile                                     | 2 +-
 tests/gnrc_netif/Makefile                                   | 2 +-
 tests/gnrc_sixlowpan/Makefile                               | 2 +-
 tests/gnrc_sock_dns/Makefile                                | 2 +-
 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/gnrc_udp/Makefile                                     | 2 +-
 tests/irq/Makefile                                          | 2 +-
 tests/isr_yield_higher/Makefile                             | 2 +-
 tests/libfixmath_unittests/Makefile                         | 2 +-
 tests/lwip/Makefile                                         | 2 +-
 tests/lwip_sock_ip/Makefile                                 | 2 +-
 tests/lwip_sock_tcp/Makefile                                | 2 +-
 tests/lwip_sock_udp/Makefile                                | 2 +-
 tests/msg_send_receive/Makefile                             | 2 +-
 tests/msg_try_receive/Makefile                              | 2 +-
 tests/mutex_order/Makefile                                  | 2 +-
 tests/netdev_test/Makefile                                  | 2 +-
 tests/nhdp/Makefile                                         | 2 +-
 tests/periph_uart/Makefile                                  | 2 +-
 tests/pipe/Makefile                                         | 2 +-
 tests/pkg_fatfs/Makefile                                    | 2 +-
 tests/pkg_fatfs_vfs/Makefile                                | 2 +-
 tests/pkg_libcoap/Makefile                                  | 2 +-
 tests/pkg_microcoap/Makefile                                | 2 +-
 tests/pkg_semtech-loramac/Makefile                          | 2 +-
 tests/pkg_u8g2/Makefile                                     | 2 +-
 tests/posix_semaphore/Makefile                              | 2 +-
 tests/ps_schedstatistics/Makefile                           | 2 +-
 tests/pthread_barrier/Makefile                              | 2 +-
 tests/pthread_condition_variable/Makefile                   | 2 +-
 tests/pthread_cooperation/Makefile                          | 2 +-
 tests/pthread_rwlock/Makefile                               | 2 +-
 tests/rmutex/Makefile                                       | 2 +-
 tests/rng/Makefile                                          | 2 +-
 tests/sched_testing/Makefile                                | 2 +-
 tests/slip/Makefile                                         | 2 +-
 tests/sntp/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/thread_priority_inversion/Makefile                    | 2 +-
 tests/unittests/Makefile                                    | 4 ++--
 tests/xtimer_drift/Makefile                                 | 2 +-
 tests/xtimer_hang/Makefile                                  | 2 +-
 tests/xtimer_longterm/Makefile                              | 2 +-
 tests/xtimer_msg/Makefile                                   | 2 +-
 91 files changed, 90 insertions(+), 90 deletions(-)
 rename boards/{nucleo32-f031 => nucleo-f031k6}/Makefile (100%)
 rename boards/{nucleo32-f031 => nucleo-f031k6}/Makefile.dep (100%)
 rename boards/{nucleo32-f031 => nucleo-f031k6}/Makefile.features (100%)
 rename boards/{nucleo32-f031 => nucleo-f031k6}/Makefile.include (100%)
 rename boards/{nucleo32-f031 => nucleo-f031k6}/include/periph_conf.h (96%)

diff --git a/boards/nucleo32-f031/Makefile b/boards/nucleo-f031k6/Makefile
similarity index 100%
rename from boards/nucleo32-f031/Makefile
rename to boards/nucleo-f031k6/Makefile
diff --git a/boards/nucleo32-f031/Makefile.dep b/boards/nucleo-f031k6/Makefile.dep
similarity index 100%
rename from boards/nucleo32-f031/Makefile.dep
rename to boards/nucleo-f031k6/Makefile.dep
diff --git a/boards/nucleo32-f031/Makefile.features b/boards/nucleo-f031k6/Makefile.features
similarity index 100%
rename from boards/nucleo32-f031/Makefile.features
rename to boards/nucleo-f031k6/Makefile.features
diff --git a/boards/nucleo32-f031/Makefile.include b/boards/nucleo-f031k6/Makefile.include
similarity index 100%
rename from boards/nucleo32-f031/Makefile.include
rename to boards/nucleo-f031k6/Makefile.include
diff --git a/boards/nucleo32-f031/include/periph_conf.h b/boards/nucleo-f031k6/include/periph_conf.h
similarity index 96%
rename from boards/nucleo32-f031/include/periph_conf.h
rename to boards/nucleo-f031k6/include/periph_conf.h
index 28f484678c..5779589aec 100644
--- a/boards/nucleo32-f031/include/periph_conf.h
+++ b/boards/nucleo-f031k6/include/periph_conf.h
@@ -7,13 +7,13 @@
  */
 
 /**
- * @defgroup    boards_nucleo32-f031 STM32 Nucleo32-F031
+ * @defgroup    boards_nucleo-f031k6 STM32 Nucleo-F031K6
  * @ingroup     boards_common_nucleo32
- * @brief       Support for the STM32 Nucleo32-F031
+ * @brief       Support for the STM32 Nucleo-F031K6
  * @{
  *
  * @file
- * @brief       Peripheral MCU configuration for the nucleo32-f031 board
+ * @brief       Peripheral MCU configuration for the nucleo-f031k6 board
  *
  * @author      Alexandre Abadie <alexandre.abadie@inria.fr>
  * @author      Vincent Dupont <vincent@otakeys.com>
diff --git a/cpu/stm32f0/Makefile.features b/cpu/stm32f0/Makefile.features
index 8d7a3af1ad..d286ea06f2 100644
--- a/cpu/stm32f0/Makefile.features
+++ b/cpu/stm32f0/Makefile.features
@@ -1,4 +1,4 @@
-ifeq (,$(filter nucleo32-f031,$(BOARD)))
+ifeq (,$(filter nucleo-f031k6,$(BOARD)))
   FEATURES_PROVIDED += periph_flashpage
   FEATURES_PROVIDED += periph_flashpage_raw
 endif
diff --git a/examples/dtls-echo/Makefile b/examples/dtls-echo/Makefile
index 80b64a86fa..95b8d027ef 100644
--- a/examples/dtls-echo/Makefile
+++ b/examples/dtls-echo/Makefile
@@ -14,7 +14,7 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno chronos \
 
 BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini \
                              cc2650-launchpad cc2650stk maple-mini \
-                             microbit nrf51dongle nrf6310 nucleo32-f031 \
+                             microbit nrf51dongle nrf6310 nucleo-f031k6 \
                              nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \
                              nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \
                              nucleo-l053r8 nucleo-l073rz opencm904 \
diff --git a/examples/emcute_mqttsn/Makefile b/examples/emcute_mqttsn/Makefile
index a26fa50552..8b8dc906d9 100644
--- a/examples/emcute_mqttsn/Makefile
+++ b/examples/emcute_mqttsn/Makefile
@@ -8,7 +8,7 @@ BOARD ?= native
 RIOTBASE ?= $(CURDIR)/../..
 
 BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \
-                             chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
+                             chronos msb-430 msb-430h nucleo-f031k6 nucleo32-f042 \
                              nucleo32-f303 nucleo32-l031 nucleo-f030r8 nucleo-f070rb \
                              nucleo-f072rb nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \
                              stm32f0discovery telosb waspmote-pro wsn430-v1_3b \
diff --git a/examples/filesystem/Makefile b/examples/filesystem/Makefile
index 0e0448e45f..69034e3a60 100644
--- a/examples/filesystem/Makefile
+++ b/examples/filesystem/Makefile
@@ -14,7 +14,7 @@ BOARD_BLACKLIST :=  chronos \
                     z1 \
                     #
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 # This has to be the absolute path to the RIOT base directory:
 RIOTBASE ?= $(CURDIR)/../..
diff --git a/examples/gcoap/Makefile b/examples/gcoap/Makefile
index c8016441b8..d9b76b9400 100644
--- a/examples/gcoap/Makefile
+++ b/examples/gcoap/Makefile
@@ -9,7 +9,7 @@ BOARD ?= native
 # This has to be the absolute path to the RIOT base directory:
 RIOTBASE ?= $(CURDIR)/../..
 
-BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
+BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f031k6 nucleo32-f042 \
                              nucleo32-l031 nucleo-f030r8 nucleo-f334r8 nucleo-l053r8 \
                              stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 z1
 
diff --git a/examples/gnrc_border_router/Makefile b/examples/gnrc_border_router/Makefile
index 2049cab5a8..5a258af687 100644
--- a/examples/gnrc_border_router/Makefile
+++ b/examples/gnrc_border_router/Makefile
@@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../..
 BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini \
                              cc2650-launchpad cc2650stk maple-mini \
                              microbit msb-430 msb-430h nrf51dongle nrf6310 \
-                             nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
+                             nucleo-f031k6 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
                              nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 \
                              nucleo-f334r8 nucleo-l053r8 nucleo-l073rz opencm904 \
                              spark-core stm32f0discovery telosb weio wsn430-v1_3b \
diff --git a/examples/gnrc_minimal/Makefile b/examples/gnrc_minimal/Makefile
index 06af0dca20..5a5b565153 100644
--- a/examples/gnrc_minimal/Makefile
+++ b/examples/gnrc_minimal/Makefile
@@ -7,7 +7,7 @@ BOARD ?= native
 # This has to be the absolute path to the RIOT base directory:
 RIOTBASE ?= $(CURDIR)/../..
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 # Comment this out to disable code in RIOT that does safety checking
 # which is not needed in a production environment but helps in the
diff --git a/examples/gnrc_networking/Makefile b/examples/gnrc_networking/Makefile
index 1421b42dc2..bc2e61adea 100644
--- a/examples/gnrc_networking/Makefile
+++ b/examples/gnrc_networking/Makefile
@@ -8,7 +8,7 @@ BOARD ?= native
 RIOTBASE ?= $(CURDIR)/../..
 
 BOARD_INSUFFICIENT_MEMORY := calliope-mini chronos microbit msb-430 msb-430h \
-                             nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
+                             nucleo-f031k6 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
                              nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 \
                              nucleo-f334r8 nucleo-l053r8 spark-core stm32f0discovery telosb \
                              wsn430-v1_3b wsn430-v1_4 z1
diff --git a/examples/gnrc_tftp/Makefile b/examples/gnrc_tftp/Makefile
index 6e7c6fc425..e13ef2b094 100644
--- a/examples/gnrc_tftp/Makefile
+++ b/examples/gnrc_tftp/Makefile
@@ -8,7 +8,7 @@ BOARD ?= native
 RIOTBASE ?= $(CURDIR)/../..
 
 BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini chronos \
-                             microbit msb-430 msb-430h nrf51dongle nrf6310 nucleo32-f031 \
+                             microbit msb-430 msb-430h nrf51dongle nrf6310 nucleo-f031k6 \
                              nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \
                              nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \
                              nucleo-l053r8 spark-core stm32f0discovery \
diff --git a/examples/ipc_pingpong/Makefile b/examples/ipc_pingpong/Makefile
index 076599cbf3..03828548a9 100644
--- a/examples/ipc_pingpong/Makefile
+++ b/examples/ipc_pingpong/Makefile
@@ -4,7 +4,7 @@ APPLICATION = ipc_pingpong
 # If no BOARD is found in the environment, use this default:
 BOARD ?= native
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 # This has to be the absolute path to the RIOT base directory:
 RIOTBASE ?= $(CURDIR)/../..
diff --git a/examples/javascript/Makefile b/examples/javascript/Makefile
index 2446d9ca3c..827dc0c63e 100644
--- a/examples/javascript/Makefile
+++ b/examples/javascript/Makefile
@@ -11,7 +11,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini
                              cc2650-launchpad cc2650stk maple-mini \
                              microbit nrf51dongle nrf6310 nucleo-f030r8 nucleo-f070rb \
                              nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334r8 nucleo-f410rb \
-                             nucleo-l053r8 nucleo-l073rz nucleo32-f031 nucleo32-f042 \
+                             nucleo-l053r8 nucleo-l073rz nucleo-f031k6 nucleo32-f042 \
                              nucleo32-f303 nucleo32-l031 opencm904 \
                              spark-core stm32f0discovery yunjia-nrf51822 \
 
diff --git a/examples/nanocoap_server/Makefile b/examples/nanocoap_server/Makefile
index 817f833b6e..5289a3f226 100644
--- a/examples/nanocoap_server/Makefile
+++ b/examples/nanocoap_server/Makefile
@@ -7,7 +7,7 @@ BOARD ?= native
 # This has to be the absolute path to the RIOT base directory:
 RIOTBASE ?= $(CURDIR)/../..
 
-BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
+BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f031k6 nucleo32-f042 \
                              nucleo32-l031 nucleo-f030r8 nucleo-l053r8 stm32f0discovery \
                              telosb z1
 
diff --git a/examples/posix_sockets/Makefile b/examples/posix_sockets/Makefile
index fd8d870a44..d627b1ae97 100644
--- a/examples/posix_sockets/Makefile
+++ b/examples/posix_sockets/Makefile
@@ -8,7 +8,7 @@ BOARD ?= native
 RIOTBASE ?= $(CURDIR)/../..
 
 BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \
-                             nrf6310 nucleo32-f031 nucleo32-f042 nucleo32-l031 \
+                             nrf6310 nucleo-f031k6 nucleo32-f042 nucleo32-l031 \
                              nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f334r8 \
                              nucleo-l053r8 stm32f0discovery telosb \
                              wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
diff --git a/examples/rdcli_simple/Makefile b/examples/rdcli_simple/Makefile
index d28ecbd9fb..1074f763ac 100644
--- a/examples/rdcli_simple/Makefile
+++ b/examples/rdcli_simple/Makefile
@@ -8,7 +8,7 @@ BOARD ?= native
 RIOTBASE ?= $(CURDIR)/../..
 
 BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030r8 nucleo-l053r8 \
-                             nucleo32-f031 nucleo32-f042 nucleo32-l031 \
+                             nucleo-f031k6 nucleo32-f042 nucleo32-l031 \
                              stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
                              z1
 
diff --git a/examples/riot_and_cpp/Makefile b/examples/riot_and_cpp/Makefile
index b31d2bd2cb..e0493d85fb 100644
--- a/examples/riot_and_cpp/Makefile
+++ b/examples/riot_and_cpp/Makefile
@@ -6,7 +6,7 @@ BOARD ?= native
 
 # stm32f0discovery objects are too big with ARM Embedded Toolchain v4.9.3 20141119
 # (used currently by travis)
-BOARD_INSUFFICIENT_MEMORY= nucleo32-f031 nucleo32-f042 stm32f0discovery
+BOARD_INSUFFICIENT_MEMORY= nucleo-f031k6 nucleo32-f042 stm32f0discovery
 
 # This has to be the absolute path to the RIOT base directory:
 RIOTBASE ?= $(CURDIR)/../..
diff --git a/tests/cbor/Makefile b/tests/cbor/Makefile
index f1cca316d3..e81b1b6498 100644
--- a/tests/cbor/Makefile
+++ b/tests/cbor/Makefile
@@ -5,7 +5,7 @@ BOARD_BLACKLIST += chronos
 BOARD_BLACKLIST += mega-xplained
 BOARD_BLACKLIST += mips-malta
 BOARD_BLACKLIST += msb-430 msb-430h
-BOARD_BLACKLIST += nucleo32-f031
+BOARD_BLACKLIST += nucleo-f031k6
 BOARD_BLACKLIST += pic32-clicker pic32-wifire
 BOARD_BLACKLIST += telosb
 BOARD_BLACKLIST += waspmote-pro
diff --git a/tests/conn_can/Makefile b/tests/conn_can/Makefile
index 98627638c4..1ebd271418 100644
--- a/tests/conn_can/Makefile
+++ b/tests/conn_can/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
+BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f031k6 nucleo32-f042 \
                              nucleo32-f303 nucleo32-l031 nucleo-f030r8 nucleo-f070rb \
                              nucleo-f072rb nucleo-f302r8 nucleo-f303re nucleo-f334r8 \
                              nucleo-l053r8 stm32f0discovery telosb wsn430-v1_3b \
diff --git a/tests/driver_at86rf2xx/Makefile b/tests/driver_at86rf2xx/Makefile
index 5bcf0fa9aa..3271fe31cd 100644
--- a/tests/driver_at86rf2xx/Makefile
+++ b/tests/driver_at86rf2xx/Makefile
@@ -1,7 +1,7 @@
 include ../Makefile.tests_common
 
 # exclude boards with insufficient memory
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 FEATURES_REQUIRED = periph_spi periph_gpio
 
diff --git a/tests/driver_enc28j60/Makefile b/tests/driver_enc28j60/Makefile
index 7053547fe6..8f79496add 100644
--- a/tests/driver_enc28j60/Makefile
+++ b/tests/driver_enc28j60/Makefile
@@ -1,7 +1,7 @@
 include ../Makefile.tests_common
 
 BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-f334r8 nucleo-l053r8 \
-                             nucleo32-f031 nucleo32-f042 nucleo32-l031 \
+                             nucleo-f031k6 nucleo32-f042 nucleo32-l031 \
                              stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
                              z1
 
diff --git a/tests/driver_encx24j600/Makefile b/tests/driver_encx24j600/Makefile
index ee01bd4a23..e9cebf8012 100644
--- a/tests/driver_encx24j600/Makefile
+++ b/tests/driver_encx24j600/Makefile
@@ -1,7 +1,7 @@
 include ../Makefile.tests_common
 
 BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h \
-                             nucleo-l053r8 nucleo32-f031 nucleo32-f042 \
+                             nucleo-l053r8 nucleo-f031k6 nucleo32-f042 \
                              nucleo32-l031 stm32f0discovery telosb \
                              wsn430-v1_3b wsn430-v1_4 z1
 
diff --git a/tests/driver_kw2xrf/Makefile b/tests/driver_kw2xrf/Makefile
index 624568437b..fd9218b81c 100644
--- a/tests/driver_kw2xrf/Makefile
+++ b/tests/driver_kw2xrf/Makefile
@@ -2,7 +2,7 @@ include ../Makefile.tests_common
 
 FEATURES_REQUIRED = periph_spi periph_gpio
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 \
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042 nucleo32-l031 \
                              nucleo-f334r8 nucleo-l053r8 stm32f0discovery
 
 USEMODULE += auto_init_gnrc_netif
diff --git a/tests/driver_nrf24l01p_lowlevel/Makefile b/tests/driver_nrf24l01p_lowlevel/Makefile
index db0f5a4563..5062b64ca4 100644
--- a/tests/driver_nrf24l01p_lowlevel/Makefile
+++ b/tests/driver_nrf24l01p_lowlevel/Makefile
@@ -1,7 +1,7 @@
 include ../Makefile.tests_common
 
 # exclude boards with insufficient memory
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 FEATURES_REQUIRED = periph_spi
 
diff --git a/tests/driver_pir/Makefile b/tests/driver_pir/Makefile
index 3604c54827..54ca113e5b 100644
--- a/tests/driver_pir/Makefile
+++ b/tests/driver_pir/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 FEATURES_REQUIRED = periph_gpio
 
diff --git a/tests/driver_sdcard_spi/Makefile b/tests/driver_sdcard_spi/Makefile
index a2eaf66d63..e1e25a67b3 100644
--- a/tests/driver_sdcard_spi/Makefile
+++ b/tests/driver_sdcard_spi/Makefile
@@ -1,7 +1,7 @@
 include ../Makefile.tests_common
 
 # exclude boards with insufficient memory
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 USEMODULE += sdcard_spi
 USEMODULE += auto_init_storage
diff --git a/tests/driver_sx127x/Makefile b/tests/driver_sx127x/Makefile
index 244354698c..d8340a50ab 100644
--- a/tests/driver_sx127x/Makefile
+++ b/tests/driver_sx127x/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 BOARD ?= nucleo-l152re
 
diff --git a/tests/driver_xbee/Makefile b/tests/driver_xbee/Makefile
index 99015347c0..6202b65f16 100644
--- a/tests/driver_xbee/Makefile
+++ b/tests/driver_xbee/Makefile
@@ -2,7 +2,7 @@ include ../Makefile.tests_common
 
 FEATURES_REQUIRED = periph_uart periph_gpio
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo-f030r8 nucleo-f334r8 \
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042 nucleo-f030r8 nucleo-f334r8 \
                              stm32f0discovery
 
 USEMODULE += xbee
diff --git a/tests/emb6/Makefile b/tests/emb6/Makefile
index 1c8cbcbd02..61147ae9b4 100644
--- a/tests/emb6/Makefile
+++ b/tests/emb6/Makefile
@@ -5,7 +5,7 @@ include ../Makefile.tests_common
 # MSP-430 doesn't support C11's atomic functionality yet
 BOARD_BLACKLIST := msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1
 
-BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo32-l031 nucleo32-f031 \
+BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo32-l031 nucleo-f031k6 \
                              nucleo32-f042 nucleo-l053r8 stm32f0discovery telosb \
                              wsn430-v1_3b wsn430-v1_4 z1
 
diff --git a/tests/evtimer_msg/Makefile b/tests/evtimer_msg/Makefile
index e072d24c62..dcd65f6d54 100644
--- a/tests/evtimer_msg/Makefile
+++ b/tests/evtimer_msg/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042
 
 USEMODULE += evtimer
 
diff --git a/tests/evtimer_underflow/Makefile b/tests/evtimer_underflow/Makefile
index e072d24c62..dcd65f6d54 100644
--- a/tests/evtimer_underflow/Makefile
+++ b/tests/evtimer_underflow/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042
 
 USEMODULE += evtimer
 
diff --git a/tests/gnrc_ipv6_ext/Makefile b/tests/gnrc_ipv6_ext/Makefile
index ed7d57a277..61d0f60d1f 100644
--- a/tests/gnrc_ipv6_ext/Makefile
+++ b/tests/gnrc_ipv6_ext/Makefile
@@ -2,7 +2,7 @@
 include ../Makefile.tests_common
 
 BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \
-                             nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \
+                             nrf51dongle nrf6310 nucleo-f031k6 nucleo32-f042 \
                              nucleo32-l031 nucleo-f030r8 nucleo-f103rb nucleo-f334r8 nucleo-l053r8 \
                              spark-core stm32f0discovery telosb \
                              wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
diff --git a/tests/gnrc_ipv6_nib/Makefile b/tests/gnrc_ipv6_nib/Makefile
index 4bf72e3238..071a0246de 100644
--- a/tests/gnrc_ipv6_nib/Makefile
+++ b/tests/gnrc_ipv6_nib/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := chronos nucleo32-f031 nucleo32-f042 nucleo32-l031 \
+BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f031k6 nucleo32-f042 nucleo32-l031 \
                              telosb wsn430-v1_3b wsn430-v1_4
 
 USEMODULE += gnrc_ipv6
diff --git a/tests/gnrc_ipv6_nib_6ln/Makefile b/tests/gnrc_ipv6_nib_6ln/Makefile
index 66782d6386..793f390bbc 100644
--- a/tests/gnrc_ipv6_nib_6ln/Makefile
+++ b/tests/gnrc_ipv6_nib_6ln/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f030r8 nucleo-l053r8 nucleo32-f031 \
+BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f030r8 nucleo-l053r8 nucleo-f031k6 \
                              nucleo32-l031 nucleo32-f042 stm32f0discovery \
                              telosb wsn430-v1_3b wsn430-v1_4
 
diff --git a/tests/gnrc_ndp/Makefile b/tests/gnrc_ndp/Makefile
index ec6a2cf41f..697fe6c446 100644
--- a/tests/gnrc_ndp/Makefile
+++ b/tests/gnrc_ndp/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := chronos nucleo32-f031 nucleo32-f042 nucleo32-l031 \
+BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f031k6 nucleo32-f042 nucleo32-l031 \
                              telosb wsn430-v1_3b wsn430-v1_4
 
 USEMODULE += gnrc_ipv6_nib_router
diff --git a/tests/gnrc_netif/Makefile b/tests/gnrc_netif/Makefile
index 6f1272bdf6..4d37aee249 100644
--- a/tests/gnrc_netif/Makefile
+++ b/tests/gnrc_netif/Makefile
@@ -5,7 +5,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini
                              microbit msb-430 msb-430h nrf51dongle nrf6310 \
                              nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f103rb \
                              nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 nucleo-l073rz \
-                             nucleo32-f031 nucleo32-f042 nucleo32-f303 \
+                             nucleo-f031k6 nucleo32-f042 nucleo32-f303 \
                              nucleo32-l031 opencm904 spark-core \
                              stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
                              yunjia-nrf51822 z1
diff --git a/tests/gnrc_sixlowpan/Makefile b/tests/gnrc_sixlowpan/Makefile
index 81d77b0542..5a48b201c6 100644
--- a/tests/gnrc_sixlowpan/Makefile
+++ b/tests/gnrc_sixlowpan/Makefile
@@ -2,7 +2,7 @@
 include ../Makefile.tests_common
 
 BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \
-                             nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \
+                             nrf51dongle nrf6310 nucleo-f031k6 nucleo32-f042 \
                              nucleo32-l031 nucleo-f030r8 nucleo-f070rb nucleo-f103rb \
                              nucleo-f334r8 nucleo-l053r8 spark-core \
                              stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
diff --git a/tests/gnrc_sock_dns/Makefile b/tests/gnrc_sock_dns/Makefile
index 8e3ca8574d..b296652550 100644
--- a/tests/gnrc_sock_dns/Makefile
+++ b/tests/gnrc_sock_dns/Makefile
@@ -2,7 +2,7 @@ include ../Makefile.tests_common
 
 RIOTBASE ?= $(CURDIR)/../..
 
-BOARD_INSUFFICIENT_MEMORY := chronos telosb nucleo32-f042 nucleo32-f031 \
+BOARD_INSUFFICIENT_MEMORY := chronos telosb nucleo32-f042 nucleo-f031k6 \
                              nucleo-f030r8 nucleo-l053r8 nucleo32-l031 \
                              stm32f0discovery z1
 
diff --git a/tests/gnrc_sock_ip/Makefile b/tests/gnrc_sock_ip/Makefile
index 4d8aa5a21b..7cc27d56ab 100644
--- a/tests/gnrc_sock_ip/Makefile
+++ b/tests/gnrc_sock_ip/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := chronos nucleo32-f031 nucleo32-f042 nucleo32-l031
+BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f031k6 nucleo32-f042 nucleo32-l031
 
 USEMODULE += gnrc_sock_ip
 USEMODULE += gnrc_ipv6
diff --git a/tests/gnrc_sock_udp/Makefile b/tests/gnrc_sock_udp/Makefile
index 5b8cff466d..51e196178b 100644
--- a/tests/gnrc_sock_udp/Makefile
+++ b/tests/gnrc_sock_udp/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := chronos nucleo32-f031 nucleo32-f042 nucleo32-l031
+BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f031k6 nucleo32-f042 nucleo32-l031
 
 USEMODULE += gnrc_sock_check_reuse
 USEMODULE += gnrc_sock_udp
diff --git a/tests/gnrc_tcp_client/Makefile b/tests/gnrc_tcp_client/Makefile
index 70d169e49d..88e11a4098 100644
--- a/tests/gnrc_tcp_client/Makefile
+++ b/tests/gnrc_tcp_client/Makefile
@@ -11,7 +11,7 @@ TCP_TEST_CYCLES ?= 3
 # Mark Boards with insufficient memory
 BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
                              arduino-uno calliope-mini chronos mega-xplained microbit \
-                             msb-430 msb-430h nrf51dongle nrf6310 nucleo32-f031 \
+                             msb-430 msb-430h nrf51dongle nrf6310 nucleo-f031k6 \
                              nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \
                              nucleo-f070rb nucleo-f072rb nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \
                              sb-430 sb-430h stm32f0discovery telosb \
diff --git a/tests/gnrc_tcp_server/Makefile b/tests/gnrc_tcp_server/Makefile
index 57cbd5faeb..bef29c710e 100644
--- a/tests/gnrc_tcp_server/Makefile
+++ b/tests/gnrc_tcp_server/Makefile
@@ -11,7 +11,7 @@ TCP_TEST_CYCLES ?= 3
 # Mark Boards with insufficient memory
 BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
                              arduino-uno calliope-mini chronos mega-xplained \
-                             microbit msb-430 msb-430h nrf51dongle nrf6310 nucleo32-f031 \
+                             microbit msb-430 msb-430h nrf51dongle nrf6310 nucleo-f031k6 \
                              nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \
                              nucleo-f070rb nucleo-f072rb nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \
                              sb-430 sb-430h stm32f0discovery telosb \
diff --git a/tests/gnrc_udp/Makefile b/tests/gnrc_udp/Makefile
index 47960f7c67..9c51e89bb5 100644
--- a/tests/gnrc_udp/Makefile
+++ b/tests/gnrc_udp/Makefile
@@ -1,7 +1,7 @@
 include ../Makefile.tests_common
 
 BOARD_INSUFFICIENT_MEMORY := calliope-mini chronos microbit msb-430 msb-430h \
-                             nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
+                             nucleo-f031k6 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
                              nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 \
                              nucleo-f334r8 nucleo-l053r8 spark-core stm32f0discovery telosb \
                              wsn430-v1_3b wsn430-v1_4 z1
diff --git a/tests/irq/Makefile b/tests/irq/Makefile
index 393ea0def2..a7530f5863 100644
--- a/tests/irq/Makefile
+++ b/tests/irq/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 USEMODULE += auto_init
 USEMODULE += xtimer
diff --git a/tests/isr_yield_higher/Makefile b/tests/isr_yield_higher/Makefile
index f5124bb23b..38e14be8d4 100644
--- a/tests/isr_yield_higher/Makefile
+++ b/tests/isr_yield_higher/Makefile
@@ -1,7 +1,7 @@
 APPLICATION = isr_yield_higher
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 USEMODULE += xtimer
 
diff --git a/tests/libfixmath_unittests/Makefile b/tests/libfixmath_unittests/Makefile
index a555c5f5bc..b3233338e3 100644
--- a/tests/libfixmath_unittests/Makefile
+++ b/tests/libfixmath_unittests/Makefile
@@ -7,7 +7,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 := nucleo32-f031 nucleo32-f042 nucleo32-l031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042 nucleo32-l031
 
 USEMODULE += libfixmath-unittests
 
diff --git a/tests/lwip/Makefile b/tests/lwip/Makefile
index fcc6429f11..4bba5a4bdc 100644
--- a/tests/lwip/Makefile
+++ b/tests/lwip/Makefile
@@ -5,7 +5,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 jiminy-mega256rfr2 mega-xplained
-BOARD_INSUFFICIENT_MEMORY := airfy-beacon nrf6310 nucleo32-f031 nucleo32-f042 \
+BOARD_INSUFFICIENT_MEMORY := airfy-beacon nrf6310 nucleo-f031k6 nucleo32-f042 \
                              nucleo32-l031 nucleo-f030r8 nucleo-f334r8 nucleo-l053r8 \
                              stm32f0discovery yunjia-nrf51822
 
diff --git a/tests/lwip_sock_ip/Makefile b/tests/lwip_sock_ip/Makefile
index cc466f03f9..e1ca2f2616 100644
--- a/tests/lwip_sock_ip/Makefile
+++ b/tests/lwip_sock_ip/Makefile
@@ -5,7 +5,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 jiminy-mega256rfr2 mega-xplained
-BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
+BOARD_INSUFFICIENT_MEMORY = nucleo-f031k6 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
                             nucleo-f334r8 nucleo-l053r8 stm32f0discovery
 
 LWIP_IPV4 ?= 0
diff --git a/tests/lwip_sock_tcp/Makefile b/tests/lwip_sock_tcp/Makefile
index 8343e4f78c..41aabd181c 100644
--- a/tests/lwip_sock_tcp/Makefile
+++ b/tests/lwip_sock_tcp/Makefile
@@ -5,7 +5,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 jiminy-mega256rfr2 mega-xplained
-BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
+BOARD_INSUFFICIENT_MEMORY = nucleo-f031k6 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
                             nucleo-f334r8 nucleo-l053r8 stm32f0discovery
 
 LWIP_IPV4 ?= 0
diff --git a/tests/lwip_sock_udp/Makefile b/tests/lwip_sock_udp/Makefile
index b0ec658ae2..a3b66225ed 100644
--- a/tests/lwip_sock_udp/Makefile
+++ b/tests/lwip_sock_udp/Makefile
@@ -5,7 +5,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 jiminy-mega256rfr2 mega-xplained
-BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
+BOARD_INSUFFICIENT_MEMORY = nucleo-f031k6 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
                             nucleo-f334r8 nucleo-l053r8 stm32f0discovery
 
 LWIP_IPV4 ?= 0
diff --git a/tests/msg_send_receive/Makefile b/tests/msg_send_receive/Makefile
index dc1a4e4b8a..e3e9e91e63 100644
--- a/tests/msg_send_receive/Makefile
+++ b/tests/msg_send_receive/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 TEST_ON_CI_WHITELIST += all
 
diff --git a/tests/msg_try_receive/Makefile b/tests/msg_try_receive/Makefile
index e69e3d5df9..b72eab5acf 100644
--- a/tests/msg_try_receive/Makefile
+++ b/tests/msg_try_receive/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 TEST_ON_CI_WHITELIST += all
 
diff --git a/tests/mutex_order/Makefile b/tests/mutex_order/Makefile
index 73c2e5d6af..3467a84375 100644
--- a/tests/mutex_order/Makefile
+++ b/tests/mutex_order/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
                              nucleo-l053r8 stm32f0discovery
 
 # list of boards to run CI tests on
diff --git a/tests/netdev_test/Makefile b/tests/netdev_test/Makefile
index 67bca28aed..eae854b252 100644
--- a/tests/netdev_test/Makefile
+++ b/tests/netdev_test/Makefile
@@ -4,7 +4,7 @@
 CFLAGS += -DNDEBUG
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 DISABLE_MODULE = auto_init
 
diff --git a/tests/nhdp/Makefile b/tests/nhdp/Makefile
index bad81e0c92..b1e07fc619 100644
--- a/tests/nhdp/Makefile
+++ b/tests/nhdp/Makefile
@@ -3,7 +3,7 @@ include ../Makefile.tests_common
 BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb \
                    wsn430-v1_3b wsn430-v1_4 z1 waspmote-pro arduino-uno \
                    arduino-duemilanove jiminy-mega256rfr2 mega-xplained
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
                              nucleo-f334r8 nucleo-l053r8 stm32f0discovery
 
 USEMODULE += gnrc_ipv6
diff --git a/tests/periph_uart/Makefile b/tests/periph_uart/Makefile
index 7fcba9a9a5..5047bb56da 100644
--- a/tests/periph_uart/Makefile
+++ b/tests/periph_uart/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 FEATURES_REQUIRED = periph_uart
 
diff --git a/tests/pipe/Makefile b/tests/pipe/Makefile
index 7f3d01f2a3..d4b97581d8 100644
--- a/tests/pipe/Makefile
+++ b/tests/pipe/Makefile
@@ -2,7 +2,7 @@ include ../Makefile.tests_common
 
 #malloc.h not found
 BOARD_BLACKLIST := jiminy-mega256rfr2 mega-xplained
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 USEMODULE += pipe
 
diff --git a/tests/pkg_fatfs/Makefile b/tests/pkg_fatfs/Makefile
index ae3a372167..95f66be8a4 100644
--- a/tests/pkg_fatfs/Makefile
+++ b/tests/pkg_fatfs/Makefile
@@ -12,7 +12,7 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560
                    iotlab-m3 limifrog-v1 maple-mini msb-430 msb-430h msba2 msbiot \
                    mulle nrf52840dk nrf52dk nrf6310 nucleo-f207zg nucleo-f303ze \
                    nucleo-f412zg nucleo-f413zh nucleo-f429zi nucleo-f446ze \
-                   nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
+                   nucleo-f031k6 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
                    nucleo32-l432 nucleo-f072rb nucleo-f091rc nucleo-f103rb nucleo-f302r8 \
                    nucleo-f303re nucleo-f334r8 nucleo-f401re nucleo-f410rb nucleo-f411re \
                    nucleo-f446re nucleo-l053r8 nucleo-l073rz nucleo-l152re nucleo-l476rg \
diff --git a/tests/pkg_fatfs_vfs/Makefile b/tests/pkg_fatfs_vfs/Makefile
index 90937d9d48..6d9a851632 100644
--- a/tests/pkg_fatfs_vfs/Makefile
+++ b/tests/pkg_fatfs_vfs/Makefile
@@ -25,7 +25,7 @@ else
   USEMODULE += mtd_sdcard
 endif
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 # this list is composed of boards with sufficient memory and support spi/gpio + native
 BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560 \
diff --git a/tests/pkg_libcoap/Makefile b/tests/pkg_libcoap/Makefile
index 1e74806092..773726a0ab 100644
--- a/tests/pkg_libcoap/Makefile
+++ b/tests/pkg_libcoap/Makefile
@@ -4,7 +4,7 @@ include ../Makefile.tests_common
 BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb wsn430-v1_3b \
                    wsn430-v1_4 z1 waspmote-pro arduino-uno arduino-duemilanove \
                    jiminy-mega256rfr2 mega-xplained
-BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
+BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f031k6 nucleo32-f042 \
                              nucleo32-l031 nucleo-f030r8 nucleo-f070rb nucleo-f334r8 nucleo-l053r8 \
                              stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
                              z1
diff --git a/tests/pkg_microcoap/Makefile b/tests/pkg_microcoap/Makefile
index a2927be8e3..28cfd6665d 100644
--- a/tests/pkg_microcoap/Makefile
+++ b/tests/pkg_microcoap/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
+BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f031k6 nucleo32-f042 \
                              nucleo32-l031 nucleo-f030r8 nucleo-l053r8 \
                              stm32f0discovery telosb z1
 
diff --git a/tests/pkg_semtech-loramac/Makefile b/tests/pkg_semtech-loramac/Makefile
index 57ca2e96f1..187ca183fe 100644
--- a/tests/pkg_semtech-loramac/Makefile
+++ b/tests/pkg_semtech-loramac/Makefile
@@ -2,7 +2,7 @@ BOARD ?= b-l072z-lrwan1
 
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042 nucleo32-l031
 
 BOARD_BLACKLIST := msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1
 
diff --git a/tests/pkg_u8g2/Makefile b/tests/pkg_u8g2/Makefile
index bde3ef7873..9f50a0b7b3 100644
--- a/tests/pkg_u8g2/Makefile
+++ b/tests/pkg_u8g2/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 USEMODULE += xtimer
 
diff --git a/tests/posix_semaphore/Makefile b/tests/posix_semaphore/Makefile
index a96c4a2051..4b95024301 100644
--- a/tests/posix_semaphore/Makefile
+++ b/tests/posix_semaphore/Makefile
@@ -1,7 +1,7 @@
 include ../Makefile.tests_common
 
 BOARD_INSUFFICIENT_MEMORY := chronos mbed_lpc1768 msb-430 msb-430h nrf6310 \
-                             nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
+                             nucleo-f031k6 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
                              nucleo-f334r8 nucleo-l053r8 spark-core \
                              stm32f0discovery yunjia-nrf51822
 
diff --git a/tests/ps_schedstatistics/Makefile b/tests/ps_schedstatistics/Makefile
index 514aa11d23..fae874a820 100644
--- a/tests/ps_schedstatistics/Makefile
+++ b/tests/ps_schedstatistics/Makefile
@@ -1,7 +1,7 @@
 include ../Makefile.tests_common
 
 BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030r8 nucleo-l053r8 \
-                             nucleo32-f031 nucleo32-f042 nucleo32-l031 \
+                             nucleo-f031k6 nucleo32-f042 nucleo32-l031 \
                              stm32f0discovery telosb wsn430-v1_3b \
                              wsn430-v1_4 z1
 
diff --git a/tests/pthread_barrier/Makefile b/tests/pthread_barrier/Makefile
index 00fa00be45..c84d40056c 100644
--- a/tests/pthread_barrier/Makefile
+++ b/tests/pthread_barrier/Makefile
@@ -7,7 +7,7 @@ BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
 # mega-xplained: unknown type name: clockid_t
 
 # exclude boards with insufficient memory
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 # Modules to include.
 USEMODULE += pthread
diff --git a/tests/pthread_condition_variable/Makefile b/tests/pthread_condition_variable/Makefile
index 28188ad1ae..e7580a7906 100644
--- a/tests/pthread_condition_variable/Makefile
+++ b/tests/pthread_condition_variable/Makefile
@@ -6,7 +6,7 @@ BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
 # jiminy-mega256rfr2: unknown type name: clockid_t
 # mega-xplained: unknown type name: clockid_t
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 USEMODULE += posix
 USEMODULE += pthread
diff --git a/tests/pthread_cooperation/Makefile b/tests/pthread_cooperation/Makefile
index 0f67d96b7d..2c5b8cc33a 100644
--- a/tests/pthread_cooperation/Makefile
+++ b/tests/pthread_cooperation/Makefile
@@ -6,7 +6,7 @@ BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
 # jiminy-mega256rfr2: unknown type name: clockid_t
 # mega-xplained: unknown type name: clockid_t
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 USEMODULE += posix
 USEMODULE += pthread
diff --git a/tests/pthread_rwlock/Makefile b/tests/pthread_rwlock/Makefile
index 580f97a8ed..751d41099f 100644
--- a/tests/pthread_rwlock/Makefile
+++ b/tests/pthread_rwlock/Makefile
@@ -10,7 +10,7 @@ USEMODULE += pthread
 USEMODULE += xtimer
 USEMODULE += random
 
-BOARD_INSUFFICIENT_MEMORY += chronos msb-430 msb-430h nucleo32-f031 \
+BOARD_INSUFFICIENT_MEMORY += chronos msb-430 msb-430h nucleo-f031k6 \
                              nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
                              nucleo-f334r8 nucleo-l053r8 stm32f0discovery
 
diff --git a/tests/rmutex/Makefile b/tests/rmutex/Makefile
index c7bad75488..227ff2f750 100644
--- a/tests/rmutex/Makefile
+++ b/tests/rmutex/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
                              nucleo-l053r8 stm32f0discovery
 
 TEST_ON_CI_WHITELIST += all
diff --git a/tests/rng/Makefile b/tests/rng/Makefile
index 58b884feb6..82f79a23af 100644
--- a/tests/rng/Makefile
+++ b/tests/rng/Makefile
@@ -1,7 +1,7 @@
 include ../Makefile.tests_common
 
 # some boards have not enough rom and/or ram
-BOARD_BLACKLIST += nucleo32-f031 nucleo32-f042 nucleo32-l031 pic32-clicker
+BOARD_BLACKLIST += nucleo-f031k6 nucleo32-f042 nucleo32-l031 pic32-clicker
 BOARD_INSUFFICIENT_MEMORY += arduino-duemilanove arduino-uno
 
 # override PRNG if desired (see sys/random for alternatives)
diff --git a/tests/sched_testing/Makefile b/tests/sched_testing/Makefile
index e69e3d5df9..b72eab5acf 100644
--- a/tests/sched_testing/Makefile
+++ b/tests/sched_testing/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 TEST_ON_CI_WHITELIST += all
 
diff --git a/tests/slip/Makefile b/tests/slip/Makefile
index 6830deadc5..a6ceb330e9 100644
--- a/tests/slip/Makefile
+++ b/tests/slip/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
+BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-f031k6 nucleo32-f042 \
                              nucleo32-l031 nucleo-f030r8 nucleo-f334r8 nucleo-l053r8 \
                              stm32f0discovery
 
diff --git a/tests/sntp/Makefile b/tests/sntp/Makefile
index 793010ae24..797e42a3a5 100644
--- a/tests/sntp/Makefile
+++ b/tests/sntp/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 \
+BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f031k6 \
                              nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
                              nucleo-f334r8 nucleo-l053r8 stm32f0discovery \
                              telosb z1
diff --git a/tests/thread_basic/Makefile b/tests/thread_basic/Makefile
index 3657e8179e..7cd72a6bcf 100644
--- a/tests/thread_basic/Makefile
+++ b/tests/thread_basic/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 DISABLE_MODULE += auto_init
 
diff --git a/tests/thread_cooperation/Makefile b/tests/thread_cooperation/Makefile
index d68726fe07..d6b171acb7 100644
--- a/tests/thread_cooperation/Makefile
+++ b/tests/thread_cooperation/Makefile
@@ -3,7 +3,7 @@ include ../Makefile.tests_common
 BOARD_INSUFFICIENT_MEMORY :=    chronos \
                                 msb-430 \
                                 msb-430h \
-                                nucleo32-f031
+                                nucleo-f031k6
 
 DISABLE_MODULE += auto_init
 
diff --git a/tests/thread_exit/Makefile b/tests/thread_exit/Makefile
index 4e31de8c5f..d83cec446f 100644
--- a/tests/thread_exit/Makefile
+++ b/tests/thread_exit/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 DISABLE_MODULE += auto_init
 
diff --git a/tests/thread_flags/Makefile b/tests/thread_flags/Makefile
index b7e4554ba0..3ce9af7db3 100644
--- a/tests/thread_flags/Makefile
+++ b/tests/thread_flags/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 USEMODULE += core_thread_flags
 USEMODULE += xtimer
diff --git a/tests/thread_msg/Makefile b/tests/thread_msg/Makefile
index 7dbd245738..393f39c25e 100644
--- a/tests/thread_msg/Makefile
+++ b/tests/thread_msg/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042
 
 DISABLE_MODULE += auto_init
 
diff --git a/tests/thread_msg_block_w_queue/Makefile b/tests/thread_msg_block_w_queue/Makefile
index 4e31de8c5f..d83cec446f 100644
--- a/tests/thread_msg_block_w_queue/Makefile
+++ b/tests/thread_msg_block_w_queue/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 DISABLE_MODULE += auto_init
 
diff --git a/tests/thread_msg_block_wo_queue/Makefile b/tests/thread_msg_block_wo_queue/Makefile
index 4e31de8c5f..d83cec446f 100644
--- a/tests/thread_msg_block_wo_queue/Makefile
+++ b/tests/thread_msg_block_wo_queue/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 DISABLE_MODULE += auto_init
 
diff --git a/tests/thread_msg_seq/Makefile b/tests/thread_msg_seq/Makefile
index c6a5a0e708..7c3195aeef 100644
--- a/tests/thread_msg_seq/Makefile
+++ b/tests/thread_msg_seq/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042
 
 DISABLE_MODULE += auto_init
 
diff --git a/tests/thread_priority_inversion/Makefile b/tests/thread_priority_inversion/Makefile
index 86954358d2..fb68091e21 100644
--- a/tests/thread_priority_inversion/Makefile
+++ b/tests/thread_priority_inversion/Makefile
@@ -2,6 +2,6 @@ include ../Makefile.tests_common
 
 USEMODULE += xtimer
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 include $(RIOTBASE)/Makefile.include
diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile
index bcf5778c26..627b4bddda 100644
--- a/tests/unittests/Makefile
+++ b/tests/unittests/Makefile
@@ -28,7 +28,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \
                              msba2 \
                              nrf51dongle \
                              nrf6310 \
-                             nucleo32-f031 \
+                             nucleo-f031k6 \
                              nucleo32-f042 \
                              nucleo32-f303 \
                              nucleo32-l031 \
@@ -125,7 +125,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \
                        nucleo-f722ze \
                        nucleo-f746zg \
                        nucleo-f767zi \
-                       nucleo32-f031 \
+                       nucleo-f031k6 \
                        nucleo32-f042 \
                        nucleo32-f303 \
                        nucleo32-l031 \
diff --git a/tests/xtimer_drift/Makefile b/tests/xtimer_drift/Makefile
index 51a4d74af8..f3d19c2089 100644
--- a/tests/xtimer_drift/Makefile
+++ b/tests/xtimer_drift/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042
 
 USEMODULE += xtimer
 
diff --git a/tests/xtimer_hang/Makefile b/tests/xtimer_hang/Makefile
index 7ae78d896d..85437c51a2 100644
--- a/tests/xtimer_hang/Makefile
+++ b/tests/xtimer_hang/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 USEMODULE += xtimer
 
diff --git a/tests/xtimer_longterm/Makefile b/tests/xtimer_longterm/Makefile
index 51a4d74af8..f3d19c2089 100644
--- a/tests/xtimer_longterm/Makefile
+++ b/tests/xtimer_longterm/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042
 
 USEMODULE += xtimer
 
diff --git a/tests/xtimer_msg/Makefile b/tests/xtimer_msg/Makefile
index 7ae78d896d..85437c51a2 100644
--- a/tests/xtimer_msg/Makefile
+++ b/tests/xtimer_msg/Makefile
@@ -1,6 +1,6 @@
 include ../Makefile.tests_common
 
-BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
+BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
 
 USEMODULE += xtimer
 
-- 
GitLab