Skip to content
Snippets Groups Projects
Commit b0912659 authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

boards/nucleo-f334r8: rename to marketing name

parent c7b5b0f9
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ USEMODULE += shell_commands ...@@ -24,7 +24,7 @@ USEMODULE += shell_commands
# Use different settings when compiling for one of the following (low-memory) # Use different settings when compiling for one of the following (low-memory)
# boards # boards
LOW_MEMORY_BOARDS := nucleo-f334 LOW_MEMORY_BOARDS := nucleo-f334r8
ifneq (,$(filter $(BOARD),$(LOW_MEMORY_BOARDS))) ifneq (,$(filter $(BOARD),$(LOW_MEMORY_BOARDS)))
$(info Using low-memory configuration for microcoap_server.) $(info Using low-memory configuration for microcoap_server.)
......
...@@ -2,7 +2,7 @@ include ../Makefile.tests_common ...@@ -2,7 +2,7 @@ include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := chronos mbed_lpc1768 msb-430 msb-430h nrf6310 \ BOARD_INSUFFICIENT_MEMORY := chronos mbed_lpc1768 msb-430 msb-430h nrf6310 \
nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
nucleo-f334 nucleo-l053 spark-core \ nucleo-f334r8 nucleo-l053 spark-core \
stm32f0discovery yunjia-nrf51822 stm32f0discovery yunjia-nrf51822
USEMODULE += fmt USEMODULE += fmt
......
...@@ -12,7 +12,7 @@ USEMODULE += random ...@@ -12,7 +12,7 @@ USEMODULE += random
BOARD_INSUFFICIENT_MEMORY += chronos msb-430 msb-430h nucleo32-f031 \ BOARD_INSUFFICIENT_MEMORY += chronos msb-430 msb-430h nucleo32-f031 \
nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
nucleo-f334 nucleo-l053 stm32f0discovery nucleo-f334r8 nucleo-l053 stm32f0discovery
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
......
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
nucleo32-l031 nucleo-f030r8 nucleo-f334 nucleo-l053 \ nucleo32-l031 nucleo-f030r8 nucleo-f334r8 nucleo-l053 \
stm32f0discovery stm32f0discovery
BOARD_BLACKLIST += mips-malta BOARD_BLACKLIST += mips-malta
......
...@@ -2,7 +2,7 @@ include ../Makefile.tests_common ...@@ -2,7 +2,7 @@ include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 \ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 \
nucleo32-f042 nucleo32-l031 nucleo-f030r8 \ nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
nucleo-f334 nucleo-l053 stm32f0discovery \ nucleo-f334r8 nucleo-l053 stm32f0discovery \
telosb z1 telosb z1
USEMODULE += sntp USEMODULE += sntp
......
...@@ -13,7 +13,7 @@ endif ...@@ -13,7 +13,7 @@ endif
ifneq (,$(filter nucleo-f030r8 nucleo32-l031 nucleo-l053 stm32f0discovery,$(BOARD))) ifneq (,$(filter nucleo-f030r8 nucleo32-l031 nucleo-l053 stm32f0discovery,$(BOARD)))
PROBLEM ?= 5 PROBLEM ?= 5
endif endif
ifneq (,$(filter nucleo-f334,$(BOARD))) ifneq (,$(filter nucleo-f334r8,$(BOARD)))
PROBLEM ?= 9 PROBLEM ?= 9
endif endif
......
...@@ -39,7 +39,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \ ...@@ -39,7 +39,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \
nucleo-f091rc \ nucleo-f091rc \
nucleo-f103rb \ nucleo-f103rb \
nucleo-f302r8 \ nucleo-f302r8 \
nucleo-f334 \ nucleo-f334r8 \
nucleo-f410 \ nucleo-f410 \
nucleo-l053 \ nucleo-l053 \
nucleo-l073 \ nucleo-l073 \
...@@ -137,7 +137,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \ ...@@ -137,7 +137,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \
nucleo-f103rb \ nucleo-f103rb \
nucleo-f302r8 \ nucleo-f302r8 \
nucleo-f303re \ nucleo-f303re \
nucleo-f334 \ nucleo-f334r8 \
nucleo-f401 \ nucleo-f401 \
nucleo-f410 \ nucleo-f410 \
nucleo-f411 \ nucleo-f411 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment