diff --git a/boards/nucleo32-f303/Makefile b/boards/nucleo-f303k8/Makefile
similarity index 100%
rename from boards/nucleo32-f303/Makefile
rename to boards/nucleo-f303k8/Makefile
diff --git a/boards/nucleo32-f303/Makefile.dep b/boards/nucleo-f303k8/Makefile.dep
similarity index 100%
rename from boards/nucleo32-f303/Makefile.dep
rename to boards/nucleo-f303k8/Makefile.dep
diff --git a/boards/nucleo32-f303/Makefile.features b/boards/nucleo-f303k8/Makefile.features
similarity index 100%
rename from boards/nucleo32-f303/Makefile.features
rename to boards/nucleo-f303k8/Makefile.features
diff --git a/boards/nucleo32-f303/Makefile.include b/boards/nucleo-f303k8/Makefile.include
similarity index 100%
rename from boards/nucleo32-f303/Makefile.include
rename to boards/nucleo-f303k8/Makefile.include
diff --git a/boards/nucleo32-f303/include/periph_conf.h b/boards/nucleo-f303k8/include/periph_conf.h
similarity index 96%
rename from boards/nucleo32-f303/include/periph_conf.h
rename to boards/nucleo-f303k8/include/periph_conf.h
index 543b5e243a688941d676a89d301faeb397b91acb..983afd85eee2c94609d707538bf19d53d41c026f 100644
--- a/boards/nucleo32-f303/include/periph_conf.h
+++ b/boards/nucleo-f303k8/include/periph_conf.h
@@ -7,13 +7,13 @@
  */
 
 /**
- * @defgroup    boards_nucleo32-f303 STM32 Nucleo32-F303
+ * @defgroup    boards_nucleo-f303k8 STM32 Nucleo-F303K8
  * @ingroup     boards_common_nucleo32
- * @brief       Support for the STM32 Nucleo32-F303
+ * @brief       Support for the STM32 Nucleo-F303K8
  * @{
  *
  * @file
- * @brief       Peripheral MCU configuration for the nucleo32-f303 board
+ * @brief       Peripheral MCU configuration for the nucleo-f303k8 board
  *
  * @author      Alexandre Abadie <alexandre.abadie@inria.fr>
  */
diff --git a/examples/dtls-echo/Makefile b/examples/dtls-echo/Makefile
index 0c501512abbf38e5c24ec553a1f88fc12b903168..b7218655a3e57f0e2015a592301c871c77513db2 100644
--- a/examples/dtls-echo/Makefile
+++ b/examples/dtls-echo/Makefile
@@ -15,7 +15,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 nucleo-f031k6 \
-                             nucleo-f042k6 nucleo32-f303 nucleo-l031k6 nucleo-f030r8 \
+                             nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 nucleo-f030r8 \
                              nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \
                              nucleo-l053r8 nucleo-l073rz opencm904 \
                              spark-core stm32f0discovery yunjia-nrf51822
diff --git a/examples/emcute_mqttsn/Makefile b/examples/emcute_mqttsn/Makefile
index 0aecc5f2f9e8ebe81d64127cbd16764e307b7c5c..c963f3511fdd51a38b9d5ca55ee4d56d23d28905 100644
--- a/examples/emcute_mqttsn/Makefile
+++ b/examples/emcute_mqttsn/Makefile
@@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../..
 
 BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \
                              chronos msb-430 msb-430h nucleo-f031k6 nucleo-f042k6 \
-                             nucleo32-f303 nucleo-l031k6 nucleo-f030r8 nucleo-f070rb \
+                             nucleo-f303k8 nucleo-l031k6 nucleo-f030r8 nucleo-f070rb \
                              nucleo-f072rb nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \
                              stm32f0discovery telosb waspmote-pro wsn430-v1_3b \
                              wsn430-v1_4 z1 mega-xplained
diff --git a/examples/gnrc_border_router/Makefile b/examples/gnrc_border_router/Makefile
index 6d3f9304875361582a52dc695ee42439e6d08baa..0aa938f41fa4c14334f3f3712e8107705138cc86 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 \
-                             nucleo-f031k6 nucleo-f042k6 nucleo32-f303 nucleo-l031k6 \
+                             nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \
                              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_networking/Makefile b/examples/gnrc_networking/Makefile
index c2d546fc4707a7da2292a2a0c540d556e453fc0c..b8ef131ab0cb04032636ea7f35d39dc0aecdc14b 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 \
-                             nucleo-f031k6 nucleo-f042k6 nucleo32-f303 nucleo-l031k6 \
+                             nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \
                              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 5507d513918028518dcac33c9f384c0a2c04ce95..f5d7170c428e3098dc3ba503acd24bdac8c9e1b2 100644
--- a/examples/gnrc_tftp/Makefile
+++ b/examples/gnrc_tftp/Makefile
@@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../..
 
 BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini chronos \
                              microbit msb-430 msb-430h nrf51dongle nrf6310 nucleo-f031k6 \
-                             nucleo-f042k6 nucleo32-f303 nucleo-l031k6 nucleo-f030r8 \
+                             nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 nucleo-f030r8 \
                              nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \
                              nucleo-l053r8 spark-core stm32f0discovery \
                              telosb wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
diff --git a/examples/javascript/Makefile b/examples/javascript/Makefile
index 93824dcc9539236ce6ba0f39b632cb51963fc3fd..6cfdd3908cc86af25aadab2d93181641a2cd9d3c 100644
--- a/examples/javascript/Makefile
+++ b/examples/javascript/Makefile
@@ -12,7 +12,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini
                              microbit nrf51dongle nrf6310 nucleo-f030r8 nucleo-f070rb \
                              nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334r8 nucleo-f410rb \
                              nucleo-l053r8 nucleo-l073rz nucleo-f031k6 nucleo-f042k6 \
-                             nucleo32-f303 nucleo-l031k6 opencm904 \
+                             nucleo-f303k8 nucleo-l031k6 opencm904 \
                              spark-core stm32f0discovery yunjia-nrf51822 \
 
 BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno chronos \
diff --git a/tests/conn_can/Makefile b/tests/conn_can/Makefile
index e3ef2e372f5c058add29cc947cb315904d9978ce..f310d0d3b37158750a86bdc5dd9dc7794b78de19 100644
--- a/tests/conn_can/Makefile
+++ b/tests/conn_can/Makefile
@@ -1,7 +1,7 @@
 include ../Makefile.tests_common
 
 BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f031k6 nucleo-f042k6 \
-                             nucleo32-f303 nucleo-l031k6 nucleo-f030r8 nucleo-f070rb \
+                             nucleo-f303k8 nucleo-l031k6 nucleo-f030r8 nucleo-f070rb \
                              nucleo-f072rb nucleo-f302r8 nucleo-f303re nucleo-f334r8 \
                              nucleo-l053r8 stm32f0discovery telosb wsn430-v1_3b \
                              wsn430-v1_4 z1
diff --git a/tests/gnrc_netif/Makefile b/tests/gnrc_netif/Makefile
index d38460cfd8f454d53e4c8c132c0f5e027abc8cf5..dc27e96cedf9867346ac69b77e47b515bf3b7fa4 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 \
-                             nucleo-f031k6 nucleo-f042k6 nucleo32-f303 \
+                             nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \
                              nucleo-l031k6 opencm904 spark-core \
                              stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
                              yunjia-nrf51822 z1
diff --git a/tests/gnrc_tcp_client/Makefile b/tests/gnrc_tcp_client/Makefile
index be629719e0d7d8c2e3885aaa3a960e6471846a0f..f48c9d3e34412c709d407597fc4a624c39f77a50 100644
--- a/tests/gnrc_tcp_client/Makefile
+++ b/tests/gnrc_tcp_client/Makefile
@@ -12,7 +12,7 @@ TCP_TEST_CYCLES ?= 3
 BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
                              arduino-uno calliope-mini chronos mega-xplained microbit \
                              msb-430 msb-430h nrf51dongle nrf6310 nucleo-f031k6 \
-                             nucleo-f042k6 nucleo32-f303 nucleo-l031k6 nucleo-f030r8 \
+                             nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 nucleo-f030r8 \
                              nucleo-f070rb nucleo-f072rb nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \
                              sb-430 sb-430h stm32f0discovery telosb \
                              wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
diff --git a/tests/gnrc_tcp_server/Makefile b/tests/gnrc_tcp_server/Makefile
index db47dfa26970f95c655222c8d44fbbd3e1c342e3..931775aeec9aa1def3660a42b56e211c358543aa 100644
--- a/tests/gnrc_tcp_server/Makefile
+++ b/tests/gnrc_tcp_server/Makefile
@@ -12,7 +12,7 @@ TCP_TEST_CYCLES ?= 3
 BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
                              arduino-uno calliope-mini chronos mega-xplained \
                              microbit msb-430 msb-430h nrf51dongle nrf6310 nucleo-f031k6 \
-                             nucleo-f042k6 nucleo32-f303 nucleo-l031k6 nucleo-f030r8 \
+                             nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 nucleo-f030r8 \
                              nucleo-f070rb nucleo-f072rb nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \
                              sb-430 sb-430h stm32f0discovery telosb \
                              wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
diff --git a/tests/gnrc_udp/Makefile b/tests/gnrc_udp/Makefile
index 0adf5238070a394b03d2cea2f42dff0a3ce114f9..d5f4e65a8d1d20f589d314ee4f5d914a79e2d544 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 \
-                             nucleo-f031k6 nucleo-f042k6 nucleo32-f303 nucleo-l031k6 \
+                             nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \
                              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/pkg_fatfs/Makefile b/tests/pkg_fatfs/Makefile
index 8ecdb0e439f392d2376079e640089628a277cb6f..5e095d67fd4546c88668e5b0eccd9d3e3420daa5 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 \
-                   nucleo-f031k6 nucleo-f042k6 nucleo32-f303 nucleo-l031k6 \
+                   nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \
                    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 d0fdf753677f4114797775bab3e59b50e7b8f0ff..85e9d6b4e374aa4506470e8ef1ae452216fa6601 100644
--- a/tests/pkg_fatfs_vfs/Makefile
+++ b/tests/pkg_fatfs_vfs/Makefile
@@ -35,7 +35,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 \
-                   nucleo-f042k6 nucleo32-f303 nucleo-l031k6 \
+                   nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \
                    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/unittests/Makefile b/tests/unittests/Makefile
index f8e3e7a6520b777f0eca6bd9df4952e6a6b3d143..f2e690225168fa74cef720f00d9888c56f4ed58c 100644
--- a/tests/unittests/Makefile
+++ b/tests/unittests/Makefile
@@ -30,7 +30,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \
                              nrf6310 \
                              nucleo-f031k6 \
                              nucleo-f042k6 \
-                             nucleo32-f303 \
+                             nucleo-f303k8 \
                              nucleo-l031k6 \
                              nucleo32-l432 \
                              nucleo-f030r8 \
@@ -127,7 +127,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \
                        nucleo-f767zi \
                        nucleo-f031k6 \
                        nucleo-f042k6 \
-                       nucleo32-f303 \
+                       nucleo-f303k8 \
                        nucleo-l031k6 \
                        nucleo32-l432 \
                        nucleo-f030r8 \