From 81700d43019bf03b6265756f7b662ac063909636 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie <alexandre.abadie@inria.fr> Date: Wed, 23 May 2018 12:49:40 +0200 Subject: [PATCH] boards/nucleo-f042k6: rename to st marketing name --- boards/{nucleo32-f042 => nucleo-f042k6}/Makefile | 0 boards/{nucleo32-f042 => nucleo-f042k6}/Makefile.dep | 0 boards/{nucleo32-f042 => nucleo-f042k6}/Makefile.features | 0 boards/{nucleo32-f042 => nucleo-f042k6}/Makefile.include | 0 .../{nucleo32-f042 => nucleo-f042k6}/include/periph_conf.h | 6 +++--- examples/dtls-echo/Makefile | 2 +- examples/emcute_mqttsn/Makefile | 2 +- examples/gcoap/Makefile | 2 +- examples/gnrc_border_router/Makefile | 2 +- examples/gnrc_networking/Makefile | 2 +- examples/gnrc_tftp/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/conn_can/Makefile | 2 +- tests/driver_enc28j60/Makefile | 2 +- tests/driver_encx24j600/Makefile | 2 +- tests/driver_kw2xrf/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/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/mutex_order/Makefile | 2 +- tests/nhdp/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/posix_semaphore/Makefile | 2 +- tests/ps_schedstatistics/Makefile | 2 +- tests/pthread_rwlock/Makefile | 2 +- tests/rmutex/Makefile | 2 +- tests/rng/Makefile | 2 +- tests/slip/Makefile | 2 +- tests/sntp/Makefile | 2 +- tests/thread_cooperation/Makefile | 2 +- tests/thread_msg/Makefile | 2 +- tests/thread_msg_seq/Makefile | 2 +- tests/unittests/Makefile | 4 ++-- tests/xtimer_drift/Makefile | 2 +- tests/xtimer_longterm/Makefile | 2 +- 61 files changed, 60 insertions(+), 60 deletions(-) rename boards/{nucleo32-f042 => nucleo-f042k6}/Makefile (100%) rename boards/{nucleo32-f042 => nucleo-f042k6}/Makefile.dep (100%) rename boards/{nucleo32-f042 => nucleo-f042k6}/Makefile.features (100%) rename boards/{nucleo32-f042 => nucleo-f042k6}/Makefile.include (100%) rename boards/{nucleo32-f042 => nucleo-f042k6}/include/periph_conf.h (96%) diff --git a/boards/nucleo32-f042/Makefile b/boards/nucleo-f042k6/Makefile similarity index 100% rename from boards/nucleo32-f042/Makefile rename to boards/nucleo-f042k6/Makefile diff --git a/boards/nucleo32-f042/Makefile.dep b/boards/nucleo-f042k6/Makefile.dep similarity index 100% rename from boards/nucleo32-f042/Makefile.dep rename to boards/nucleo-f042k6/Makefile.dep diff --git a/boards/nucleo32-f042/Makefile.features b/boards/nucleo-f042k6/Makefile.features similarity index 100% rename from boards/nucleo32-f042/Makefile.features rename to boards/nucleo-f042k6/Makefile.features diff --git a/boards/nucleo32-f042/Makefile.include b/boards/nucleo-f042k6/Makefile.include similarity index 100% rename from boards/nucleo32-f042/Makefile.include rename to boards/nucleo-f042k6/Makefile.include diff --git a/boards/nucleo32-f042/include/periph_conf.h b/boards/nucleo-f042k6/include/periph_conf.h similarity index 96% rename from boards/nucleo32-f042/include/periph_conf.h rename to boards/nucleo-f042k6/include/periph_conf.h index 1d3f592102..98c04c4618 100644 --- a/boards/nucleo32-f042/include/periph_conf.h +++ b/boards/nucleo-f042k6/include/periph_conf.h @@ -7,13 +7,13 @@ */ /** - * @defgroup boards_nucleo32-f042 STM32 Nucleo32-F042 + * @defgroup boards_nucleo-f042k6 STM32 Nucleo-F042K6 * @ingroup boards_common_nucleo32 - * @brief Support for the STM32 Nucleo32-F042 + * @brief Support for the STM32 Nucleo-F042K6 * @{ * * @file - * @brief Peripheral MCU configuration for the nucleo32-f042 board + * @brief Peripheral MCU configuration for the nucleo-f042k6 board * * @author Vincent Dupont <vincent@otakeys.com> */ diff --git a/examples/dtls-echo/Makefile b/examples/dtls-echo/Makefile index 95b8d027ef..1f48537f79 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 \ - nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \ + nucleo-f042k6 nucleo32-f303 nucleo32-l031 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 8b8dc906d9..71f58d4d41 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 nucleo-f031k6 nucleo32-f042 \ + chronos msb-430 msb-430h nucleo-f031k6 nucleo-f042k6 \ 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/gcoap/Makefile b/examples/gcoap/Makefile index d9b76b9400..386cafe7f8 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 nucleo-f031k6 nucleo32-f042 \ +BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f031k6 nucleo-f042k6 \ 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 5a258af687..907ccaee2c 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 nucleo32-f042 nucleo32-f303 nucleo32-l031 \ + nucleo-f031k6 nucleo-f042k6 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_networking/Makefile b/examples/gnrc_networking/Makefile index bc2e61adea..371271d69b 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 nucleo32-f042 nucleo32-f303 nucleo32-l031 \ + nucleo-f031k6 nucleo-f042k6 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 e13ef2b094..dfa480bf50 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 \ - nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \ + nucleo-f042k6 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 yunjia-nrf51822 z1 diff --git a/examples/javascript/Makefile b/examples/javascript/Makefile index 827dc0c63e..82614d726d 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 nucleo-f031k6 nucleo32-f042 \ + nucleo-l053r8 nucleo-l073rz nucleo-f031k6 nucleo-f042k6 \ nucleo32-f303 nucleo32-l031 opencm904 \ spark-core stm32f0discovery yunjia-nrf51822 \ diff --git a/examples/nanocoap_server/Makefile b/examples/nanocoap_server/Makefile index 5289a3f226..a6f70f872d 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 nucleo-f031k6 nucleo32-f042 \ +BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f031k6 nucleo-f042k6 \ nucleo32-l031 nucleo-f030r8 nucleo-l053r8 stm32f0discovery \ telosb z1 diff --git a/examples/posix_sockets/Makefile b/examples/posix_sockets/Makefile index d627b1ae97..283d43111f 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 nucleo-f031k6 nucleo32-f042 nucleo32-l031 \ + nrf6310 nucleo-f031k6 nucleo-f042k6 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 1074f763ac..4de865ec9e 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 \ - nucleo-f031k6 nucleo32-f042 nucleo32-l031 \ + nucleo-f031k6 nucleo-f042k6 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 e0493d85fb..094a7dbe7d 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= nucleo-f031k6 nucleo32-f042 stm32f0discovery +BOARD_INSUFFICIENT_MEMORY= nucleo-f031k6 nucleo-f042k6 stm32f0discovery # This has to be the absolute path to the RIOT base directory: RIOTBASE ?= $(CURDIR)/../.. diff --git a/tests/conn_can/Makefile b/tests/conn_can/Makefile index 1ebd271418..8a2dc1ce10 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 nucleo-f031k6 nucleo32-f042 \ +BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f031k6 nucleo-f042k6 \ 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_enc28j60/Makefile b/tests/driver_enc28j60/Makefile index 8f79496add..647bb9a413 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 \ - nucleo-f031k6 nucleo32-f042 nucleo32-l031 \ + nucleo-f031k6 nucleo-f042k6 nucleo32-l031 \ stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \ z1 diff --git a/tests/driver_encx24j600/Makefile b/tests/driver_encx24j600/Makefile index e9cebf8012..0ac45ba364 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 nucleo-f031k6 nucleo32-f042 \ + nucleo-l053r8 nucleo-f031k6 nucleo-f042k6 \ nucleo32-l031 stm32f0discovery telosb \ wsn430-v1_3b wsn430-v1_4 z1 diff --git a/tests/driver_kw2xrf/Makefile b/tests/driver_kw2xrf/Makefile index fd9218b81c..5f8100b860 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 := nucleo-f031k6 nucleo32-f042 nucleo32-l031 \ +BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo-f042k6 nucleo32-l031 \ nucleo-f334r8 nucleo-l053r8 stm32f0discovery USEMODULE += auto_init_gnrc_netif diff --git a/tests/driver_xbee/Makefile b/tests/driver_xbee/Makefile index 6202b65f16..e6938d1928 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 := nucleo-f031k6 nucleo32-f042 nucleo-f030r8 nucleo-f334r8 \ +BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo-f042k6 nucleo-f030r8 nucleo-f334r8 \ stm32f0discovery USEMODULE += xbee diff --git a/tests/emb6/Makefile b/tests/emb6/Makefile index 61147ae9b4..460b0100e4 100644 --- a/tests/emb6/Makefile +++ b/tests/emb6/Makefile @@ -6,7 +6,7 @@ include ../Makefile.tests_common BOARD_BLACKLIST := msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo32-l031 nucleo-f031k6 \ - nucleo32-f042 nucleo-l053r8 stm32f0discovery telosb \ + nucleo-f042k6 nucleo-l053r8 stm32f0discovery telosb \ wsn430-v1_3b wsn430-v1_4 z1 USEPKG += emb6 diff --git a/tests/evtimer_msg/Makefile b/tests/evtimer_msg/Makefile index dcd65f6d54..d1b3167f59 100644 --- a/tests/evtimer_msg/Makefile +++ b/tests/evtimer_msg/Makefile @@ -1,6 +1,6 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042 +BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo-f042k6 USEMODULE += evtimer diff --git a/tests/evtimer_underflow/Makefile b/tests/evtimer_underflow/Makefile index dcd65f6d54..d1b3167f59 100644 --- a/tests/evtimer_underflow/Makefile +++ b/tests/evtimer_underflow/Makefile @@ -1,6 +1,6 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042 +BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo-f042k6 USEMODULE += evtimer diff --git a/tests/gnrc_ipv6_ext/Makefile b/tests/gnrc_ipv6_ext/Makefile index 61d0f60d1f..b0dd910f26 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 nucleo-f031k6 nucleo32-f042 \ + nrf51dongle nrf6310 nucleo-f031k6 nucleo-f042k6 \ 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 071a0246de..a70dd9a059 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 nucleo-f031k6 nucleo32-f042 nucleo32-l031 \ +BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f031k6 nucleo-f042k6 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 793f390bbc..a88ad9e6d6 100644 --- a/tests/gnrc_ipv6_nib_6ln/Makefile +++ b/tests/gnrc_ipv6_nib_6ln/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f030r8 nucleo-l053r8 nucleo-f031k6 \ - nucleo32-l031 nucleo32-f042 stm32f0discovery \ + nucleo32-l031 nucleo-f042k6 stm32f0discovery \ telosb wsn430-v1_3b wsn430-v1_4 USEMODULE += gnrc_ipv6 diff --git a/tests/gnrc_ndp/Makefile b/tests/gnrc_ndp/Makefile index 697fe6c446..c852fc07d4 100644 --- a/tests/gnrc_ndp/Makefile +++ b/tests/gnrc_ndp/Makefile @@ -1,6 +1,6 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f031k6 nucleo32-f042 nucleo32-l031 \ +BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f031k6 nucleo-f042k6 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 4d37aee249..04b0570f18 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 nucleo32-f042 nucleo32-f303 \ + nucleo-f031k6 nucleo-f042k6 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 5a48b201c6..60bfd301bd 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 nucleo-f031k6 nucleo32-f042 \ + nrf51dongle nrf6310 nucleo-f031k6 nucleo-f042k6 \ 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 b296652550..bf532382e8 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 nucleo-f031k6 \ +BOARD_INSUFFICIENT_MEMORY := chronos telosb nucleo-f042k6 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 7cc27d56ab..c3d91c9fa3 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 nucleo-f031k6 nucleo32-f042 nucleo32-l031 +BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f031k6 nucleo-f042k6 nucleo32-l031 USEMODULE += gnrc_sock_ip USEMODULE += gnrc_ipv6 diff --git a/tests/gnrc_sock_udp/Makefile b/tests/gnrc_sock_udp/Makefile index 51e196178b..b88ad33d94 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 nucleo-f031k6 nucleo32-f042 nucleo32-l031 +BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f031k6 nucleo-f042k6 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 88e11a4098..1ea2806095 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 \ - nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \ + nucleo-f042k6 nucleo32-f303 nucleo32-l031 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 bef29c710e..87e3b25f66 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 \ - nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \ + nucleo-f042k6 nucleo32-f303 nucleo32-l031 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 9c51e89bb5..ecd656e7a1 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 nucleo32-f042 nucleo32-f303 nucleo32-l031 \ + nucleo-f031k6 nucleo-f042k6 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/libfixmath_unittests/Makefile b/tests/libfixmath_unittests/Makefile index b3233338e3..7f0a273f83 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 := nucleo-f031k6 nucleo32-f042 nucleo32-l031 +BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo-f042k6 nucleo32-l031 USEMODULE += libfixmath-unittests diff --git a/tests/lwip/Makefile b/tests/lwip/Makefile index 4bba5a4bdc..5d82fa3eca 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 nucleo-f031k6 nucleo32-f042 \ +BOARD_INSUFFICIENT_MEMORY := airfy-beacon nrf6310 nucleo-f031k6 nucleo-f042k6 \ 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 e1ca2f2616..d52987dd92 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 = nucleo-f031k6 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ +BOARD_INSUFFICIENT_MEMORY = nucleo-f031k6 nucleo-f042k6 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 41aabd181c..6c8663f9c2 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 = nucleo-f031k6 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ +BOARD_INSUFFICIENT_MEMORY = nucleo-f031k6 nucleo-f042k6 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 a3b66225ed..1786f35fb2 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 = nucleo-f031k6 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ +BOARD_INSUFFICIENT_MEMORY = nucleo-f031k6 nucleo-f042k6 nucleo32-l031 nucleo-f030r8 \ nucleo-f334r8 nucleo-l053r8 stm32f0discovery LWIP_IPV4 ?= 0 diff --git a/tests/mutex_order/Makefile b/tests/mutex_order/Makefile index 3467a84375..c63f1d01ef 100644 --- a/tests/mutex_order/Makefile +++ b/tests/mutex_order/Makefile @@ -1,6 +1,6 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ +BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo-f042k6 nucleo32-l031 nucleo-f030r8 \ nucleo-l053r8 stm32f0discovery # list of boards to run CI tests on diff --git a/tests/nhdp/Makefile b/tests/nhdp/Makefile index b1e07fc619..fb8e9593cf 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 := nucleo-f031k6 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ +BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo-f042k6 nucleo32-l031 nucleo-f030r8 \ nucleo-f334r8 nucleo-l053r8 stm32f0discovery USEMODULE += gnrc_ipv6 diff --git a/tests/pkg_fatfs/Makefile b/tests/pkg_fatfs/Makefile index 95f66be8a4..cf0b265f48 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 nucleo32-f042 nucleo32-f303 nucleo32-l031 \ + nucleo-f031k6 nucleo-f042k6 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 6d9a851632..39e5687d70 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 \ - nucleo32-f042 nucleo32-f303 nucleo32-l031 \ + nucleo-f042k6 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_libcoap/Makefile b/tests/pkg_libcoap/Makefile index 773726a0ab..26aab7974a 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 nucleo-f031k6 nucleo32-f042 \ +BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f031k6 nucleo-f042k6 \ 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 28cfd6665d..8f39336674 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 nucleo-f031k6 nucleo32-f042 \ +BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f031k6 nucleo-f042k6 \ nucleo32-l031 nucleo-f030r8 nucleo-l053r8 \ stm32f0discovery telosb z1 diff --git a/tests/pkg_semtech-loramac/Makefile b/tests/pkg_semtech-loramac/Makefile index 187ca183fe..4846e8457d 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 := nucleo-f031k6 nucleo32-f042 nucleo32-l031 +BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo-f042k6 nucleo32-l031 BOARD_BLACKLIST := msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 diff --git a/tests/posix_semaphore/Makefile b/tests/posix_semaphore/Makefile index 4b95024301..260f94aac7 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 \ - nucleo-f031k6 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ + nucleo-f031k6 nucleo-f042k6 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 fae874a820..59491b4701 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 \ - nucleo-f031k6 nucleo32-f042 nucleo32-l031 \ + nucleo-f031k6 nucleo-f042k6 nucleo32-l031 \ stm32f0discovery telosb wsn430-v1_3b \ wsn430-v1_4 z1 diff --git a/tests/pthread_rwlock/Makefile b/tests/pthread_rwlock/Makefile index 751d41099f..a48287bf5e 100644 --- a/tests/pthread_rwlock/Makefile +++ b/tests/pthread_rwlock/Makefile @@ -11,7 +11,7 @@ USEMODULE += xtimer USEMODULE += random BOARD_INSUFFICIENT_MEMORY += chronos msb-430 msb-430h nucleo-f031k6 \ - nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ + nucleo-f042k6 nucleo32-l031 nucleo-f030r8 \ nucleo-f334r8 nucleo-l053r8 stm32f0discovery include $(RIOTBASE)/Makefile.include diff --git a/tests/rmutex/Makefile b/tests/rmutex/Makefile index 227ff2f750..a7b4826095 100644 --- a/tests/rmutex/Makefile +++ b/tests/rmutex/Makefile @@ -1,6 +1,6 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ +BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo-f042k6 nucleo32-l031 nucleo-f030r8 \ nucleo-l053r8 stm32f0discovery TEST_ON_CI_WHITELIST += all diff --git a/tests/rng/Makefile b/tests/rng/Makefile index 82f79a23af..37c2fff289 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 += nucleo-f031k6 nucleo32-f042 nucleo32-l031 pic32-clicker +BOARD_BLACKLIST += nucleo-f031k6 nucleo-f042k6 nucleo32-l031 pic32-clicker BOARD_INSUFFICIENT_MEMORY += arduino-duemilanove arduino-uno # override PRNG if desired (see sys/random for alternatives) diff --git a/tests/slip/Makefile b/tests/slip/Makefile index a6ceb330e9..b62769a5df 100644 --- a/tests/slip/Makefile +++ b/tests/slip/Makefile @@ -1,6 +1,6 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-f031k6 nucleo32-f042 \ +BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-f031k6 nucleo-f042k6 \ nucleo32-l031 nucleo-f030r8 nucleo-f334r8 nucleo-l053r8 \ stm32f0discovery diff --git a/tests/sntp/Makefile b/tests/sntp/Makefile index 797e42a3a5..df00d6ee5c 100644 --- a/tests/sntp/Makefile +++ b/tests/sntp/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f031k6 \ - nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ + nucleo-f042k6 nucleo32-l031 nucleo-f030r8 \ nucleo-f334r8 nucleo-l053r8 stm32f0discovery \ telosb z1 diff --git a/tests/thread_cooperation/Makefile b/tests/thread_cooperation/Makefile index d6b171acb7..391a60c143 100644 --- a/tests/thread_cooperation/Makefile +++ b/tests/thread_cooperation/Makefile @@ -7,7 +7,7 @@ BOARD_INSUFFICIENT_MEMORY := chronos \ DISABLE_MODULE += auto_init -ifneq (,$(filter nucleo32-f042,$(BOARD))) +ifneq (,$(filter nucleo-f042k6,$(BOARD))) PROBLEM ?= 3 endif ifneq (,$(filter nucleo-f030r8 nucleo32-l031 nucleo-l053r8 stm32f0discovery,$(BOARD))) diff --git a/tests/thread_msg/Makefile b/tests/thread_msg/Makefile index 393f39c25e..de021461e5 100644 --- a/tests/thread_msg/Makefile +++ b/tests/thread_msg/Makefile @@ -1,6 +1,6 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042 +BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo-f042k6 DISABLE_MODULE += auto_init diff --git a/tests/thread_msg_seq/Makefile b/tests/thread_msg_seq/Makefile index 7c3195aeef..6b90efb538 100644 --- a/tests/thread_msg_seq/Makefile +++ b/tests/thread_msg_seq/Makefile @@ -1,6 +1,6 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042 +BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo-f042k6 DISABLE_MODULE += auto_init diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile index 627b4bddda..d794208fdb 100644 --- a/tests/unittests/Makefile +++ b/tests/unittests/Makefile @@ -29,7 +29,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \ nrf51dongle \ nrf6310 \ nucleo-f031k6 \ - nucleo32-f042 \ + nucleo-f042k6 \ nucleo32-f303 \ nucleo32-l031 \ nucleo32-l432 \ @@ -126,7 +126,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \ nucleo-f746zg \ nucleo-f767zi \ nucleo-f031k6 \ - nucleo32-f042 \ + nucleo-f042k6 \ nucleo32-f303 \ nucleo32-l031 \ nucleo32-l432 \ diff --git a/tests/xtimer_drift/Makefile b/tests/xtimer_drift/Makefile index f3d19c2089..0a59269b71 100644 --- a/tests/xtimer_drift/Makefile +++ b/tests/xtimer_drift/Makefile @@ -1,6 +1,6 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042 +BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo-f042k6 USEMODULE += xtimer diff --git a/tests/xtimer_longterm/Makefile b/tests/xtimer_longterm/Makefile index f3d19c2089..0a59269b71 100644 --- a/tests/xtimer_longterm/Makefile +++ b/tests/xtimer_longterm/Makefile @@ -1,6 +1,6 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo32-f042 +BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo-f042k6 USEMODULE += xtimer -- GitLab