From 963662416b22450de81dce05d73645e03989441a Mon Sep 17 00:00:00 2001 From: Alexandre Abadie <alexandre.abadie@inria.Fr> Date: Wed, 18 Jan 2017 22:04:59 +0100 Subject: [PATCH] boards/nucleo32-f042: change board name nucleo->nucleo32 --- boards/{nucleo-f042 => nucleo32-f042}/Makefile | 0 boards/{nucleo-f042 => nucleo32-f042}/Makefile.dep | 0 boards/{nucleo-f042 => nucleo32-f042}/Makefile.features | 0 boards/{nucleo-f042 => nucleo32-f042}/Makefile.include | 0 boards/{nucleo-f042 => nucleo32-f042}/board.c | 4 ++-- boards/{nucleo-f042 => nucleo32-f042}/dist/openocd.cfg | 0 boards/{nucleo-f042 => nucleo32-f042}/include/board.h | 6 +++--- boards/{nucleo-f042 => nucleo32-f042}/include/gpio_params.h | 2 +- boards/{nucleo-f042 => nucleo32-f042}/include/periph_conf.h | 4 ++-- examples/dtls-echo/Makefile | 2 +- examples/gcoap/Makefile | 2 +- examples/gnrc_border_router/Makefile | 2 +- examples/gnrc_networking/Makefile | 2 +- examples/gnrc_tftp/Makefile | 2 +- examples/microcoap_server/Makefile | 2 +- examples/nanocoap_server/Makefile | 2 +- examples/posix_sockets/Makefile | 2 +- examples/riot_and_cpp/Makefile | 2 +- tests/coap/Makefile | 2 +- tests/conn_ip/Makefile | 2 +- tests/driver_xbee/Makefile | 2 +- tests/gnrc_ipv6_ext/Makefile | 2 +- tests/gnrc_sixlowpan/Makefile | 2 +- tests/gnrc_sock_udp/Makefile | 2 +- tests/libfixmath_unittests/Makefile | 2 +- tests/lwip_sock_ip/Makefile | 2 +- tests/mutex_order/Makefile | 2 +- tests/nhdp/Makefile | 2 +- tests/posix_semaphore/Makefile | 2 +- tests/pthread_rwlock/Makefile | 2 +- tests/slip/Makefile | 2 +- tests/thread_cooperation/Makefile | 2 +- tests/thread_msg/Makefile | 2 +- tests/thread_msg_seq/Makefile | 2 +- tests/unittests/Makefile | 2 +- tests/xtimer_drift/Makefile | 2 +- tests/xtimer_longterm/Makefile | 2 +- 37 files changed, 36 insertions(+), 36 deletions(-) rename boards/{nucleo-f042 => nucleo32-f042}/Makefile (100%) rename boards/{nucleo-f042 => nucleo32-f042}/Makefile.dep (100%) rename boards/{nucleo-f042 => nucleo32-f042}/Makefile.features (100%) rename boards/{nucleo-f042 => nucleo32-f042}/Makefile.include (100%) rename boards/{nucleo-f042 => nucleo32-f042}/board.c (81%) rename boards/{nucleo-f042 => nucleo32-f042}/dist/openocd.cfg (100%) rename boards/{nucleo-f042 => nucleo32-f042}/include/board.h (81%) rename boards/{nucleo-f042 => nucleo32-f042}/include/gpio_params.h (95%) rename boards/{nucleo-f042 => nucleo32-f042}/include/periph_conf.h (95%) diff --git a/boards/nucleo-f042/Makefile b/boards/nucleo32-f042/Makefile similarity index 100% rename from boards/nucleo-f042/Makefile rename to boards/nucleo32-f042/Makefile diff --git a/boards/nucleo-f042/Makefile.dep b/boards/nucleo32-f042/Makefile.dep similarity index 100% rename from boards/nucleo-f042/Makefile.dep rename to boards/nucleo32-f042/Makefile.dep diff --git a/boards/nucleo-f042/Makefile.features b/boards/nucleo32-f042/Makefile.features similarity index 100% rename from boards/nucleo-f042/Makefile.features rename to boards/nucleo32-f042/Makefile.features diff --git a/boards/nucleo-f042/Makefile.include b/boards/nucleo32-f042/Makefile.include similarity index 100% rename from boards/nucleo-f042/Makefile.include rename to boards/nucleo32-f042/Makefile.include diff --git a/boards/nucleo-f042/board.c b/boards/nucleo32-f042/board.c similarity index 81% rename from boards/nucleo-f042/board.c rename to boards/nucleo32-f042/board.c index 8ef551a05a..a5befed462 100644 --- a/boards/nucleo-f042/board.c +++ b/boards/nucleo32-f042/board.c @@ -7,11 +7,11 @@ */ /** - * @ingroup boards_nucleo-f042 + * @ingroup boards_nucleo32-f042 * @{ * * @file - * @brief Board specific implementations for the nucleo-f042 board + * @brief Board specific implementations for the nucleo32-f042 board * * @author Vincent Dupont <vincent@otakeys.com> * diff --git a/boards/nucleo-f042/dist/openocd.cfg b/boards/nucleo32-f042/dist/openocd.cfg similarity index 100% rename from boards/nucleo-f042/dist/openocd.cfg rename to boards/nucleo32-f042/dist/openocd.cfg diff --git a/boards/nucleo-f042/include/board.h b/boards/nucleo32-f042/include/board.h similarity index 81% rename from boards/nucleo-f042/include/board.h rename to boards/nucleo32-f042/include/board.h index 4826c48f9e..4dc207203e 100644 --- a/boards/nucleo-f042/include/board.h +++ b/boards/nucleo32-f042/include/board.h @@ -7,13 +7,13 @@ */ /** - * @defgroup boards_nucleo-f042 Nucleo-F042 + * @defgroup boards_nucleo32-f042 Nucleo-F042 * @ingroup boards - * @brief Board specific files for the nucleo-f042 board + * @brief Board specific files for the nucleo32-f042 board * @{ * * @file - * @brief Board specific definitions for the nucleo-f042 board + * @brief Board specific definitions for the nucleo32-f042 board * * @author Vincent Dupont <vincent@otakeys.com> */ diff --git a/boards/nucleo-f042/include/gpio_params.h b/boards/nucleo32-f042/include/gpio_params.h similarity index 95% rename from boards/nucleo-f042/include/gpio_params.h rename to boards/nucleo32-f042/include/gpio_params.h index 1fa15d0f7f..50e5e107cb 100644 --- a/boards/nucleo-f042/include/gpio_params.h +++ b/boards/nucleo32-f042/include/gpio_params.h @@ -7,7 +7,7 @@ */ /** - * @ingroup boards_nucleo-f042 + * @ingroup boards_nucleo32-f042 * @{ * * @file diff --git a/boards/nucleo-f042/include/periph_conf.h b/boards/nucleo32-f042/include/periph_conf.h similarity index 95% rename from boards/nucleo-f042/include/periph_conf.h rename to boards/nucleo32-f042/include/periph_conf.h index 48a5a537a7..b0bed0938e 100644 --- a/boards/nucleo-f042/include/periph_conf.h +++ b/boards/nucleo32-f042/include/periph_conf.h @@ -7,11 +7,11 @@ */ /** - * @ingroup boards_nucleo-f042 + * @ingroup boards_nucleo32-f042 * @{ * * @file - * @brief Peripheral MCU configuration for the nucleo-f042 board + * @brief Peripheral MCU configuration for the nucleo32-f042 board * * @author Vincent Dupont <vincent@otakeys.com> */ diff --git a/examples/dtls-echo/Makefile b/examples/dtls-echo/Makefile index d4e0b5b13e..3a52c2aed2 100644 --- a/examples/dtls-echo/Makefile +++ b/examples/dtls-echo/Makefile @@ -17,7 +17,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon nrf51dongle nrf6310 nucleo-f103 \ nucleo-f334 pca10000 pca10005 spark-core \ stm32f0discovery weio yunjia-nrf51822 nucleo-f072 \ cc2650stk nucleo-f030 nucleo-f070 microbit \ - calliope-mini nucleo-f042 + calliope-mini nucleo32-f042 # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present diff --git a/examples/gcoap/Makefile b/examples/gcoap/Makefile index ef76e1b8af..e59ed27b13 100644 --- a/examples/gcoap/Makefile +++ b/examples/gcoap/Makefile @@ -11,7 +11,7 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo-f334 \ stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \ - z1 nucleo-f042 + z1 nucleo32-f042 # Must read nordic_softdevice_ble package before nanocoap package. However, # can't read it explicitly here because it is read later, as a dependency for diff --git a/examples/gnrc_border_router/Makefile b/examples/gnrc_border_router/Makefile index fe7d0439f8..2a364cad22 100644 --- a/examples/gnrc_border_router/Makefile +++ b/examples/gnrc_border_router/Makefile @@ -12,7 +12,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon cc2650stk msb-430 msb-430h pca10000 pc spark-core stm32f0discovery telosb \ weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f072 \ nucleo-f030 nucleo-f070 microbit calliope-mini \ - nucleo-f042 + nucleo32-f042 # use ethos (ethernet over serial) for network communication and stdio over # UART, but not on native, as native has a tap interface towards the host. diff --git a/examples/gnrc_networking/Makefile b/examples/gnrc_networking/Makefile index fb8bfe8872..af366b9cea 100644 --- a/examples/gnrc_networking/Makefile +++ b/examples/gnrc_networking/Makefile @@ -11,7 +11,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \ nrf6310 nucleo-f103 nucleo-f334 pca10000 pca10005 spark-core \ stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \ yunjia-nrf51822 z1 nucleo-f072 nucleo-f030 nucleo-f070 \ - microbit calliope-mini nucleo-f042 + microbit calliope-mini nucleo32-f042 # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present diff --git a/examples/gnrc_tftp/Makefile b/examples/gnrc_tftp/Makefile index 9d27880eb1..efdc245b1c 100644 --- a/examples/gnrc_tftp/Makefile +++ b/examples/gnrc_tftp/Makefile @@ -11,7 +11,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \ nrf6310 nucleo-f103 nucleo-f334 pca10000 pca10005 \ spark-core stm32f0discovery telosb weio wsn430-v1_3b \ wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f072 nucleo-f030 \ - nucleo-f070 microbit calliope-mini nucleo-f042 + nucleo-f070 microbit calliope-mini nucleo32-f042 # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present diff --git a/examples/microcoap_server/Makefile b/examples/microcoap_server/Makefile index 1b1758b2cd..512852a90c 100644 --- a/examples/microcoap_server/Makefile +++ b/examples/microcoap_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-f030 nucleo-f042 \ +BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo32-f042 \ pca10000 pca10005 stm32f0discovery telosb weio z1 # Include packages that pull up and auto-init the link layer. diff --git a/examples/nanocoap_server/Makefile b/examples/nanocoap_server/Makefile index dd6884b192..c3ab6cbdd1 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-f030 nucleo-f042 \ +BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo32-f042 \ stm32f0discovery telosb weio # blacklist this until #6022 is sorted out diff --git a/examples/posix_sockets/Makefile b/examples/posix_sockets/Makefile index 0b0f297ae2..acdf20d83d 100644 --- a/examples/posix_sockets/Makefile +++ b/examples/posix_sockets/Makefile @@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle nrf6310 \ nucleo-f334 pca10000 pca10005 stm32f0discovery telosb weio \ wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f072 \ - nucleo-f030 nucleo-f070 nucleo-f042 + nucleo-f030 nucleo-f070 nucleo32-f042 # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present diff --git a/examples/riot_and_cpp/Makefile b/examples/riot_and_cpp/Makefile index 091b4a03a9..ca2479792c 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=stm32f0discovery weio nucleo-f042 +BOARD_INSUFFICIENT_MEMORY=stm32f0discovery weio nucleo32-f042 # This has to be the absolute path to the RIOT base directory: RIOTBASE ?= $(CURDIR)/../.. diff --git a/tests/coap/Makefile b/tests/coap/Makefile index 631c932201..d3b07c8534 100644 --- a/tests/coap/Makefile +++ b/tests/coap/Makefile @@ -6,7 +6,7 @@ BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 waspmote-pro arduino-uno arduino-duemilanove BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f334 nucleo-f030 \ stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 z1 \ - nucleo-f070 nucleo-f042 + nucleo-f070 nucleo32-f042 USEMODULE += gnrc_ipv6 USEMODULE += gnrc_conn_udp diff --git a/tests/conn_ip/Makefile b/tests/conn_ip/Makefile index 919aada6be..30ee53231f 100644 --- a/tests/conn_ip/Makefile +++ b/tests/conn_ip/Makefile @@ -6,7 +6,7 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f334 stm32f0discovery telosb \ weio wsn430-v1_3b wsn430-v1_4 z1 nucleo-f030 nucleo-f070 \ - nucleo-f042 + nucleo32-f042 USEMODULE += gnrc_netdev_default USEMODULE += auto_init_gnrc_netif diff --git a/tests/driver_xbee/Makefile b/tests/driver_xbee/Makefile index 1b6b75f143..884636fc3b 100644 --- a/tests/driver_xbee/Makefile +++ b/tests/driver_xbee/Makefile @@ -4,7 +4,7 @@ include ../Makefile.tests_common FEATURES_REQUIRED = periph_uart periph_gpio BOARD_INSUFFICIENT_MEMORY := nucleo-f030 nucleo-f334 stm32f0discovery weio \ - nucleo-f042 + nucleo32-f042 USEMODULE += xbee USEMODULE += gnrc_netif diff --git a/tests/gnrc_ipv6_ext/Makefile b/tests/gnrc_ipv6_ext/Makefile index a1bbadadba..ded570d0fd 100644 --- a/tests/gnrc_ipv6_ext/Makefile +++ b/tests/gnrc_ipv6_ext/Makefile @@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \ nrf6310 nucleo-f103 nucleo-f334 pca10000 pca10005 spark-core \ stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \ - yunjia-nrf51822 z1 nucleo-f030 nucleo-f042 + yunjia-nrf51822 z1 nucleo-f030 nucleo32-f042 # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present diff --git a/tests/gnrc_sixlowpan/Makefile b/tests/gnrc_sixlowpan/Makefile index 3f890044f2..2996c313d8 100644 --- a/tests/gnrc_sixlowpan/Makefile +++ b/tests/gnrc_sixlowpan/Makefile @@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../.. BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \ nrf6310 nucleo-f103 nucleo-f334 pca10000 pca10005 spark-core \ stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \ - yunjia-nrf51822 z1 nucleo-f030 nucleo-f070 nucleo-f042 + yunjia-nrf51822 z1 nucleo-f030 nucleo-f070 nucleo32-f042 # Include packages that pull up and auto-init the link layer. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present diff --git a/tests/gnrc_sock_udp/Makefile b/tests/gnrc_sock_udp/Makefile index f38e3b7838..317782b8fc 100644 --- a/tests/gnrc_sock_udp/Makefile +++ b/tests/gnrc_sock_udp/Makefile @@ -4,7 +4,7 @@ BOARD ?= native RIOTBASE ?= $(CURDIR)/../.. -BOARD_INSUFFICIENT_MEMORY := nucleo-f042 +BOARD_INSUFFICIENT_MEMORY := nucleo32-f042 USEMODULE += gnrc_sock_check_reuse USEMODULE += gnrc_sock_udp diff --git a/tests/libfixmath_unittests/Makefile b/tests/libfixmath_unittests/Makefile index b61872b424..0d29b85dcf 100644 --- a/tests/libfixmath_unittests/Makefile +++ b/tests/libfixmath_unittests/Makefile @@ -8,7 +8,7 @@ BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove # The MSP boards don't feature round(), exp(), and log(), which are used in the unittests BOARD_BLACKLIST += chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 -BOARD_INSUFFICIENT_MEMORY := weio nucleo-f042 +BOARD_INSUFFICIENT_MEMORY := weio nucleo32-f042 USEMODULE += libfixmath-unittests diff --git a/tests/lwip_sock_ip/Makefile b/tests/lwip_sock_ip/Makefile index d34d1e3835..369b49d039 100644 --- a/tests/lwip_sock_ip/Makefile +++ b/tests/lwip_sock_ip/Makefile @@ -7,7 +7,7 @@ include ../Makefile.tests_common BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \ msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \ wsn430-v1_4 z1 -BOARD_INSUFFICIENT_MEMORY = nucleo-f030 nucleo-f042 nucleo-f334 \ +BOARD_INSUFFICIENT_MEMORY = nucleo-f030 nucleo32-f042 nucleo-f334 \ stm32f0discovery weio LWIP_IPV4 ?= 0 diff --git a/tests/mutex_order/Makefile b/tests/mutex_order/Makefile index a402d03196..9253421453 100644 --- a/tests/mutex_order/Makefile +++ b/tests/mutex_order/Makefile @@ -1,6 +1,6 @@ APPLICATION = mutex_order include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := stm32f0discovery weio nucleo-f030 nucleo-f042 +BOARD_INSUFFICIENT_MEMORY := stm32f0discovery weio nucleo-f030 nucleo32-f042 include $(RIOTBASE)/Makefile.include diff --git a/tests/nhdp/Makefile b/tests/nhdp/Makefile index 6f741483e7..2783bf2eb2 100644 --- a/tests/nhdp/Makefile +++ b/tests/nhdp/Makefile @@ -5,7 +5,7 @@ BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb \ wsn430-v1_3b wsn430-v1_4 z1 waspmote-pro arduino-uno \ arduino-duemilanove BOARD_INSUFFICIENT_MEMORY := nucleo-f334 stm32f0discovery weio nucleo-f030 \ - nucleo-f042 + nucleo32-f042 USEMODULE += gnrc_ipv6 USEMODULE += gnrc_conn_udp diff --git a/tests/posix_semaphore/Makefile b/tests/posix_semaphore/Makefile index 54ab8fa9f1..bad3e97795 100644 --- a/tests/posix_semaphore/Makefile +++ b/tests/posix_semaphore/Makefile @@ -3,7 +3,7 @@ include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h mbed_lpc1768 chronos stm32f0discovery \ pca10000 pca10005 weio yunjia-nrf51822 nrf6310 spark-core \ - nucleo-f334 nucleo-f030 nucleo-f042 + nucleo-f334 nucleo-f030 nucleo32-f042 USEMODULE += fmt USEMODULE += posix_semaphore diff --git a/tests/pthread_rwlock/Makefile b/tests/pthread_rwlock/Makefile index a00c909502..2ade95ce51 100644 --- a/tests/pthread_rwlock/Makefile +++ b/tests/pthread_rwlock/Makefile @@ -13,6 +13,6 @@ CFLAGS += -DNATIVE_AUTO_EXIT BOARD_INSUFFICIENT_MEMORY += chronos mbed_lpc1768 msb-430 msb-430h stm32f0discovery \ pca10000 pca10005 yunjia-nrf51822 spark-core nucleo-f334 \ airfy-beacon nrf51dongle nrf6310 weio nucleo-f030 \ - nucleo-f042 + nucleo32-f042 include $(RIOTBASE)/Makefile.include diff --git a/tests/slip/Makefile b/tests/slip/Makefile index 4852a70cd4..3b02cb7c70 100644 --- a/tests/slip/Makefile +++ b/tests/slip/Makefile @@ -2,7 +2,7 @@ APPLICATION = driver_slip include ../Makefile.tests_common BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-f334 stm32f0discovery weio \ - nucleo-f030 nucleo-f042 + nucleo-f030 nucleo32-f042 USEMODULE += auto_init_gnrc_netif USEMODULE += gnrc diff --git a/tests/thread_cooperation/Makefile b/tests/thread_cooperation/Makefile index e52f393cf2..7831d7eb50 100644 --- a/tests/thread_cooperation/Makefile +++ b/tests/thread_cooperation/Makefile @@ -6,7 +6,7 @@ BOARD_INSUFFICIENT_MEMORY := cc2650stk chronos msb-430 msb-430h mbed_lpc1768 \ yunjia-nrf51822 spark-core airfy-beacon nucleo-f103 \ nucleo-f334 nrf51dongle nrf6310 weio nucleo-f072 \ nucleo-f030 nucleo-f070 microbit calliope-mini \ - nucleo-f042 + nucleo32-f042 DISABLE_MODULE += auto_init diff --git a/tests/thread_msg/Makefile b/tests/thread_msg/Makefile index 1290ddc73e..22612f9285 100644 --- a/tests/thread_msg/Makefile +++ b/tests/thread_msg/Makefile @@ -1,7 +1,7 @@ APPLICATION = thread_msg include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := stm32f0discovery nucleo-f042 +BOARD_INSUFFICIENT_MEMORY := stm32f0discovery nucleo32-f042 DISABLE_MODULE += auto_init diff --git a/tests/thread_msg_seq/Makefile b/tests/thread_msg_seq/Makefile index 0b4114e2d1..9e5687e0b6 100644 --- a/tests/thread_msg_seq/Makefile +++ b/tests/thread_msg_seq/Makefile @@ -1,7 +1,7 @@ APPLICATION = thread_msg_seq include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := stm32f0discovery nucleo-f042 +BOARD_INSUFFICIENT_MEMORY := stm32f0discovery nucleo32-f042 DISABLE_MODULE += auto_init diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile index fdb10e27cd..9a65c75cd0 100644 --- a/tests/unittests/Makefile +++ b/tests/unittests/Makefile @@ -12,7 +12,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon cc2650stk chronos ek-lm4f120xl \ nucleo-f030 nucleo-f070 nucleo-f091 pba-d-01-kw2x \ saml21-xpro microbit calliope-mini limifrog-v1 \ slwstk6220a ek-lm4f120xl stm32f3discovery \ - slwstk6220a nucleo-f042 + slwstk6220a nucleo32-f042 USEMODULE += embunit diff --git a/tests/xtimer_drift/Makefile b/tests/xtimer_drift/Makefile index 397428b02d..6bca560d4d 100644 --- a/tests/xtimer_drift/Makefile +++ b/tests/xtimer_drift/Makefile @@ -1,7 +1,7 @@ APPLICATION = xtimer_drift include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := nucleo-f042 +BOARD_INSUFFICIENT_MEMORY := nucleo32-f042 USEMODULE += xtimer diff --git a/tests/xtimer_longterm/Makefile b/tests/xtimer_longterm/Makefile index 4ea956ce4a..33e55d1eda 100644 --- a/tests/xtimer_longterm/Makefile +++ b/tests/xtimer_longterm/Makefile @@ -1,7 +1,7 @@ APPLICATION = xtimer_longterm include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := nucleo-f042 +BOARD_INSUFFICIENT_MEMORY := nucleo32-f042 USEMODULE += xtimer -- GitLab