mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/nucleo-f334r8: rename to marketing name
This commit is contained in:
parent
c7b5b0f992
commit
b0912659b5
@ -7,13 +7,13 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup boards_nucleo-f334 STM32 Nucleo-F334
|
||||
* @defgroup boards_nucleo-f334r8 STM32 Nucleo-F334R8
|
||||
* @ingroup boards_common_nucleo64
|
||||
* @brief Support for the STM32 Nucleo-F334
|
||||
* @brief Support for the STM32 Nucleo-F334R8
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief Peripheral MCU configuration for the nucleo-f334 board
|
||||
* @brief Peripheral MCU configuration for the nucleo-f334r8 board
|
||||
*
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
* @author Kaspar Schleiser <kaspar.schleiser@fu-berlin.de>
|
@ -16,7 +16,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini
|
||||
cc2650-launchpad cc2650stk maple-mini \
|
||||
microbit nrf51dongle nrf6310 nucleo32-f031 \
|
||||
nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \
|
||||
nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334 \
|
||||
nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \
|
||||
nucleo-l053 nucleo-l073 opencm904 \
|
||||
spark-core stm32f0discovery yunjia-nrf51822
|
||||
|
||||
|
@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \
|
||||
chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
|
||||
nucleo32-f303 nucleo32-l031 nucleo-f030r8 nucleo-f070rb \
|
||||
nucleo-f072rb nucleo-f302r8 nucleo-f334 nucleo-l053 \
|
||||
nucleo-f072rb nucleo-f302r8 nucleo-f334r8 nucleo-l053 \
|
||||
stm32f0discovery telosb waspmote-pro wsn430-v1_3b \
|
||||
wsn430-v1_4 z1 mega-xplained
|
||||
|
||||
|
@ -10,7 +10,7 @@ BOARD ?= native
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos 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 telosb wsn430-v1_3b wsn430-v1_4 z1
|
||||
|
||||
## Uncomment to redefine port, for example use 61616 for RFC 6282 UDP compression.
|
||||
|
@ -10,7 +10,7 @@ BOARD ?= samr21-xpro
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030r8 nucleo-f334 \
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030r8 nucleo-f334r8 \
|
||||
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
|
||||
z1
|
||||
|
||||
|
@ -12,7 +12,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini
|
||||
microbit msb-430 msb-430h nrf51dongle nrf6310 \
|
||||
nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
|
||||
nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 \
|
||||
nucleo-f334 nucleo-l053 nucleo-l073 opencm904 \
|
||||
nucleo-f334r8 nucleo-l053 nucleo-l073 opencm904 \
|
||||
spark-core stm32f0discovery telosb weio wsn430-v1_3b \
|
||||
wsn430-v1_4 yunjia-nrf51822 z1
|
||||
|
||||
|
@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
||||
BOARD_INSUFFICIENT_MEMORY := calliope-mini chronos microbit msb-430 msb-430h \
|
||||
nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
|
||||
nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 \
|
||||
nucleo-f334 nucleo-l053 spark-core stm32f0discovery telosb \
|
||||
nucleo-f334r8 nucleo-l053 spark-core stm32f0discovery telosb \
|
||||
wsn430-v1_3b wsn430-v1_4 z1
|
||||
|
||||
# Include packages that pull up and auto-init the link layer.
|
||||
|
@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini chronos \
|
||||
microbit msb-430 msb-430h nrf51dongle nrf6310 nucleo32-f031 \
|
||||
nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \
|
||||
nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334 \
|
||||
nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \
|
||||
nucleo-l053 spark-core stm32f0discovery \
|
||||
telosb wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
|
||||
|
||||
|
@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
||||
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-f334 nucleo-f410 \
|
||||
nucleo-f072rb nucleo-f103rb nucleo-f302r8 nucleo-f334r8 nucleo-f410 \
|
||||
nucleo-l053 nucleo-l073 nucleo32-f031 nucleo32-f042 \
|
||||
nucleo32-f303 nucleo32-l031 opencm904 \
|
||||
spark-core stm32f0discovery yunjia-nrf51822 \
|
||||
|
@ -40,7 +40,7 @@ USEMODULE += shell_commands
|
||||
|
||||
# Use different settings when compiling for one of the following (low-memory)
|
||||
# boards
|
||||
LOW_MEMORY_BOARDS := nucleo-f334
|
||||
LOW_MEMORY_BOARDS := nucleo-f334r8
|
||||
|
||||
ifneq (,$(filter $(BOARD),$(LOW_MEMORY_BOARDS)))
|
||||
$(info Using low-memory configuration for microcoap_server.)
|
||||
|
@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \
|
||||
nrf6310 nucleo32-f031 nucleo32-f042 nucleo32-l031 \
|
||||
nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f334 \
|
||||
nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f334r8 \
|
||||
nucleo-l053 stm32f0discovery telosb \
|
||||
wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
|
||||
|
||||
|
@ -2,7 +2,7 @@ include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
|
||||
nucleo32-f303 nucleo32-l031 nucleo-f030r8 nucleo-f070rb \
|
||||
nucleo-f072rb nucleo-f302r8 nucleo-f303re nucleo-f334 \
|
||||
nucleo-f072rb nucleo-f302r8 nucleo-f303re nucleo-f334r8 \
|
||||
nucleo-l053 stm32f0discovery telosb wsn430-v1_3b \
|
||||
wsn430-v1_4 z1
|
||||
|
||||
|
@ -6,7 +6,7 @@ include ../Makefile.tests_common
|
||||
# Debian jessie libstdc++-arm-none-eabi-newlib-4.8.3-9+4 works fine, though.
|
||||
# Remove this line if Travis is upgraded to a different toolchain which does
|
||||
# not pull in all C++ locale code whenever exceptions are used.
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo-f334 spark-core stm32f0discovery
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo-f334r8 spark-core stm32f0discovery
|
||||
|
||||
# If you want to add some extra flags when compile c++ files, add these flags
|
||||
# to CXXEXFLAGS variable
|
||||
|
@ -6,7 +6,7 @@ include ../Makefile.tests_common
|
||||
# Debian jessie libstdc++-arm-none-eabi-newlib-4.8.3-9+4 works fine, though.
|
||||
# Remove this line if Travis is upgraded to a different toolchain which does
|
||||
# not pull in all C++ locale code whenever exceptions are used.
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo-f334 spark-core stm32f0discovery
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo-f334r8 spark-core stm32f0discovery
|
||||
|
||||
# If you want to add some extra flags when compile c++ files, add these flags
|
||||
# to CXXEXFLAGS variable
|
||||
|
@ -6,7 +6,7 @@ include ../Makefile.tests_common
|
||||
# Debian jessie libstdc++-arm-none-eabi-newlib-4.8.3-9+4 works fine, though.
|
||||
# Remove this line if Travis is upgraded to a different toolchain which does
|
||||
# not pull in all C++ locale code whenever exceptions are used.
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo-f334 spark-core stm32f0discovery
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo-f334r8 spark-core stm32f0discovery
|
||||
|
||||
# If you want to add some extra flags when compile c++ files, add these flags
|
||||
# to CXXEXFLAGS variable
|
||||
|
@ -1,6 +1,6 @@
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-f334 nucleo-l053 \
|
||||
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-f334r8 nucleo-l053 \
|
||||
nucleo32-f031 nucleo32-f042 nucleo32-l031 \
|
||||
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
|
||||
z1
|
||||
|
@ -17,9 +17,9 @@ USEMODULE += ps
|
||||
CFLAGS += -DGNRC_PKTBUF_SIZE=2048
|
||||
|
||||
# set board specific peripheral configurations
|
||||
ifneq (,$(filter nucleo-f334,$(BOARD)))
|
||||
ifneq (,$(filter nucleo-f334r8,$(BOARD)))
|
||||
# these settings are probably valid for PoEll-i on most nucelo boards, but
|
||||
# tested only on nucleo-f334
|
||||
# tested only on nucleo-f334r8
|
||||
ENC_SPI ?= SPI_DEV\(0\)
|
||||
ENC_CS ?= GPIO_PIN\(PORT_C,10\)
|
||||
ENC_INT ?= GPIO_PIN\(PORT_D,2\)
|
||||
|
@ -3,7 +3,7 @@ include ../Makefile.tests_common
|
||||
FEATURES_REQUIRED = periph_spi periph_gpio
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 \
|
||||
nucleo-f334 nucleo-l053 stm32f0discovery
|
||||
nucleo-f334r8 nucleo-l053 stm32f0discovery
|
||||
|
||||
USEMODULE += auto_init_gnrc_netif
|
||||
USEMODULE += gnrc_netdev_default
|
||||
|
@ -2,7 +2,7 @@ include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_uart periph_gpio
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo-f030r8 nucleo-f334 \
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo-f030r8 nucleo-f334r8 \
|
||||
stm32f0discovery
|
||||
|
||||
USEMODULE += xbee
|
||||
|
@ -3,7 +3,7 @@ include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \
|
||||
nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \
|
||||
nucleo32-l031 nucleo-f030r8 nucleo-f103rb nucleo-f334 nucleo-l053 \
|
||||
nucleo32-l031 nucleo-f030r8 nucleo-f103rb nucleo-f334r8 nucleo-l053 \
|
||||
spark-core stm32f0discovery telosb \
|
||||
wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
|
||||
|
||||
|
@ -4,7 +4,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini
|
||||
cc2650-launchpad cc2650stk chronos maple-mini \
|
||||
microbit msb-430 msb-430h nrf51dongle nrf6310 \
|
||||
nucleo-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f103rb \
|
||||
nucleo-f302r8 nucleo-f334 nucleo-l053 nucleo-l073 \
|
||||
nucleo-f302r8 nucleo-f334r8 nucleo-l053 nucleo-l073 \
|
||||
nucleo32-f031 nucleo32-f042 nucleo32-f303 \
|
||||
nucleo32-l031 opencm904 spark-core \
|
||||
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
|
||||
|
@ -4,7 +4,7 @@ include ../Makefile.tests_common
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \
|
||||
nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \
|
||||
nucleo32-l031 nucleo-f030r8 nucleo-f070rb nucleo-f103rb \
|
||||
nucleo-f334 nucleo-l053 spark-core \
|
||||
nucleo-f334r8 nucleo-l053 spark-core \
|
||||
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
|
||||
yunjia-nrf51822 z1
|
||||
|
||||
|
@ -16,7 +16,7 @@ USEMODULE += shell_commands
|
||||
|
||||
USEMODULE += posix
|
||||
|
||||
LOW_MEMORY_BOARDS := nucleo-f334 msb-430 msb-430h
|
||||
LOW_MEMORY_BOARDS := nucleo-f334r8 msb-430 msb-430h
|
||||
|
||||
ifeq ($(BOARD),$(filter $(BOARD),$(LOW_MEMORY_BOARDS)))
|
||||
CFLAGS += -DGNRC_PKTBUF_SIZE=512 -DGNRC_NETIF_IPV6_ADDRS_NUMOF=2 \
|
||||
|
@ -13,7 +13,7 @@ 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 \
|
||||
nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \
|
||||
nucleo-f070rb nucleo-f072rb nucleo-f302r8 nucleo-f334 nucleo-l053 \
|
||||
nucleo-f070rb nucleo-f072rb nucleo-f302r8 nucleo-f334r8 nucleo-l053 \
|
||||
sb-430 sb-430h stm32f0discovery telosb \
|
||||
wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
|
||||
|
||||
|
@ -13,7 +13,7 @@ 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 \
|
||||
nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \
|
||||
nucleo-f070rb nucleo-f072rb nucleo-f302r8 nucleo-f334 nucleo-l053 \
|
||||
nucleo-f070rb nucleo-f072rb nucleo-f302r8 nucleo-f334r8 nucleo-l053 \
|
||||
sb-430 sb-430h stm32f0discovery telosb \
|
||||
wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
|
||||
|
||||
|
@ -3,7 +3,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-f030r8 nucleo-f070rb nucleo-f072rb nucleo-f103rb nucleo-f302r8 \
|
||||
nucleo-f334 nucleo-l053 spark-core stm32f0discovery telosb \
|
||||
nucleo-f334r8 nucleo-l053 spark-core stm32f0discovery telosb \
|
||||
wsn430-v1_3b wsn430-v1_4 z1
|
||||
|
||||
USEMODULE += gnrc_netdev_default
|
||||
|
@ -6,7 +6,7 @@ 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 \
|
||||
nucleo32-l031 nucleo-f030r8 nucleo-f334 nucleo-l053 \
|
||||
nucleo32-l031 nucleo-f030r8 nucleo-f334r8 nucleo-l053 \
|
||||
stm32f0discovery yunjia-nrf51822
|
||||
|
||||
# including lwip_ipv6_mld would currently break this test on at86rf2xx radios
|
||||
|
@ -6,7 +6,7 @@ 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 \
|
||||
nucleo-f334 nucleo-l053 stm32f0discovery
|
||||
nucleo-f334r8 nucleo-l053 stm32f0discovery
|
||||
|
||||
LWIP_IPV4 ?= 0
|
||||
|
||||
|
@ -6,7 +6,7 @@ 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 \
|
||||
nucleo-f334 nucleo-l053 stm32f0discovery
|
||||
nucleo-f334r8 nucleo-l053 stm32f0discovery
|
||||
|
||||
LWIP_IPV4 ?= 0
|
||||
|
||||
|
@ -6,7 +6,7 @@ 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 \
|
||||
nucleo-f334 nucleo-l053 stm32f0discovery
|
||||
nucleo-f334r8 nucleo-l053 stm32f0discovery
|
||||
|
||||
LWIP_IPV4 ?= 0
|
||||
|
||||
|
@ -21,7 +21,7 @@ BOARD_WHITELIST += nrf52dk # cortex-m4f
|
||||
BOARD_WHITELIST += nucleo-f103rb # cortex-m3
|
||||
BOARD_WHITELIST += nucleo-f207zg # cortex-m3
|
||||
BOARD_WHITELIST += nucleo-f303re # cortex-m4f
|
||||
BOARD_WHITELIST += nucleo-f334 # cortex-m4f
|
||||
BOARD_WHITELIST += nucleo-f334r8 # cortex-m4f
|
||||
BOARD_WHITELIST += nucleo-f401 # cortex-m4f
|
||||
BOARD_WHITELIST += nucleo-f446 # cortex-m4f
|
||||
BOARD_WHITELIST += nucleo-l152 # cortex-m3
|
||||
|
@ -4,7 +4,7 @@ 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 \
|
||||
nucleo-f334 nucleo-l053 stm32f0discovery
|
||||
nucleo-f334r8 nucleo-l053 stm32f0discovery
|
||||
|
||||
USEMODULE += gnrc_ipv6
|
||||
USEMODULE += gnrc_sock_udp
|
||||
|
@ -17,7 +17,7 @@ BOARD_WHITELIST := \
|
||||
nucleo-f103rb \
|
||||
nucleo-f103rb \
|
||||
nucleo-f303re \
|
||||
nucleo-f334 \
|
||||
nucleo-f334r8 \
|
||||
nucleo-f401 \
|
||||
nucleo-l152 \
|
||||
openmote-cc2538 \
|
||||
|
@ -14,7 +14,7 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560
|
||||
nucleo144-f412 nucleo144-f413 nucleo144-f429 nucleo144-f446 \
|
||||
nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
|
||||
nucleo32-l432 nucleo-f072rb nucleo-f091rc nucleo-f103rb nucleo-f302r8 \
|
||||
nucleo-f303re nucleo-f334 nucleo-f401 nucleo-f410 nucleo-f411 \
|
||||
nucleo-f303re nucleo-f334r8 nucleo-f401 nucleo-f410 nucleo-f411 \
|
||||
nucleo-f446 nucleo-l053 nucleo-l073 nucleo-l152 nucleo-l476 \
|
||||
nz32-sc151 openmote-cc2538 pba-d-01-kw2x remote-pa remote-reva \
|
||||
remote-revb samd21-xpro saml21-xpro samr21-xpro sltb001a \
|
||||
|
@ -37,7 +37,7 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560
|
||||
nucleo144-f412 nucleo144-f413 nucleo144-f429 nucleo144-f446 \
|
||||
nucleo32-f042 nucleo32-f303 nucleo32-l031 \
|
||||
nucleo32-l432 nucleo-f072rb nucleo-f091rc nucleo-f103rb nucleo-f302r8 \
|
||||
nucleo-f303re nucleo-f334 nucleo-f401 nucleo-f410 nucleo-f411 \
|
||||
nucleo-f303re nucleo-f334r8 nucleo-f401 nucleo-f410 nucleo-f411 \
|
||||
nucleo-f446 nucleo-l053 nucleo-l073 nucleo-l152 nucleo-l476 \
|
||||
nz32-sc151 openmote-cc2538 pba-d-01-kw2x remote-pa remote-reva \
|
||||
remote-revb samd21-xpro saml21-xpro samr21-xpro sltb001a \
|
||||
|
@ -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 \
|
||||
jiminy-mega256rfr2 mega-xplained
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
|
||||
nucleo32-l031 nucleo-f030r8 nucleo-f070rb nucleo-f334 nucleo-l053 \
|
||||
nucleo32-l031 nucleo-f030r8 nucleo-f070rb nucleo-f334r8 nucleo-l053 \
|
||||
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
|
||||
z1
|
||||
|
||||
|
@ -24,7 +24,7 @@ USEMODULE += shell_commands
|
||||
|
||||
# Use different settings when compiling for one of the following (low-memory)
|
||||
# boards
|
||||
LOW_MEMORY_BOARDS := nucleo-f334
|
||||
LOW_MEMORY_BOARDS := nucleo-f334r8
|
||||
|
||||
ifneq (,$(filter $(BOARD),$(LOW_MEMORY_BOARDS)))
|
||||
$(info Using low-memory configuration for microcoap_server.)
|
||||
|
@ -2,7 +2,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-f334 nucleo-l053 spark-core \
|
||||
nucleo-f334r8 nucleo-l053 spark-core \
|
||||
stm32f0discovery yunjia-nrf51822
|
||||
|
||||
USEMODULE += fmt
|
||||
|
@ -12,7 +12,7 @@ USEMODULE += random
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY += chronos msb-430 msb-430h nucleo32-f031 \
|
||||
nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
|
||||
nucleo-f334 nucleo-l053 stm32f0discovery
|
||||
nucleo-f334r8 nucleo-l053 stm32f0discovery
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
include ../Makefile.tests_common
|
||||
|
||||
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
|
||||
|
||||
BOARD_BLACKLIST += mips-malta
|
||||
|
@ -2,7 +2,7 @@ include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 \
|
||||
nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
|
||||
nucleo-f334 nucleo-l053 stm32f0discovery \
|
||||
nucleo-f334r8 nucleo-l053 stm32f0discovery \
|
||||
telosb z1
|
||||
|
||||
USEMODULE += sntp
|
||||
|
@ -13,7 +13,7 @@ endif
|
||||
ifneq (,$(filter nucleo-f030r8 nucleo32-l031 nucleo-l053 stm32f0discovery,$(BOARD)))
|
||||
PROBLEM ?= 5
|
||||
endif
|
||||
ifneq (,$(filter nucleo-f334,$(BOARD)))
|
||||
ifneq (,$(filter nucleo-f334r8,$(BOARD)))
|
||||
PROBLEM ?= 9
|
||||
endif
|
||||
|
||||
|
@ -39,7 +39,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \
|
||||
nucleo-f091rc \
|
||||
nucleo-f103rb \
|
||||
nucleo-f302r8 \
|
||||
nucleo-f334 \
|
||||
nucleo-f334r8 \
|
||||
nucleo-f410 \
|
||||
nucleo-l053 \
|
||||
nucleo-l073 \
|
||||
@ -137,7 +137,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \
|
||||
nucleo-f103rb \
|
||||
nucleo-f302r8 \
|
||||
nucleo-f303re \
|
||||
nucleo-f334 \
|
||||
nucleo-f334r8 \
|
||||
nucleo-f401 \
|
||||
nucleo-f410 \
|
||||
nucleo-f411 \
|
||||
|
Loading…
Reference in New Issue
Block a user