1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/nucleo-f030r8: rename to marketing name

This commit is contained in:
Alexandre Abadie 2018-02-27 14:26:54 +01:00
parent 8ab908146e
commit bd6a7c3d26
42 changed files with 41 additions and 41 deletions

View File

@ -7,13 +7,13 @@
*/ */
/** /**
* @defgroup boards_nucleo-f030 STM32 Nucleo-F030 * @defgroup boards_nucleo-f030r8 STM32 Nucleo-F030R8
* @ingroup boards_common_nucleo64 * @ingroup boards_common_nucleo64
* @brief Support for the STM32 Nucleo-F030 * @brief Support for the STM32 Nucleo-F030R8
* @{ * @{
* *
* @file * @file
* @brief Peripheral MCU configuration for the nucleo-f030 board * @brief Peripheral MCU configuration for the nucleo-f030r8 board
* *
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* @author José Ignacio Alamos <jialamos@uc.cl> * @author José Ignacio Alamos <jialamos@uc.cl>

View File

@ -15,7 +15,7 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno chronos \
BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini \
cc2650-launchpad cc2650stk maple-mini \ cc2650-launchpad cc2650stk maple-mini \
microbit nrf51dongle nrf6310 nucleo32-f031 \ microbit nrf51dongle nrf6310 nucleo32-f031 \
nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030 \ nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \
nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 nucleo-f334 \ nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 nucleo-f334 \
nucleo-l053 nucleo-l073 opencm904 \ nucleo-l053 nucleo-l073 opencm904 \
spark-core stm32f0discovery yunjia-nrf51822 spark-core stm32f0discovery yunjia-nrf51822

View File

@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \
chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
nucleo32-f303 nucleo32-l031 nucleo-f030 nucleo-f070 \ nucleo32-f303 nucleo32-l031 nucleo-f030r8 nucleo-f070 \
nucleo-f072 nucleo-f302 nucleo-f334 nucleo-l053 \ nucleo-f072 nucleo-f302 nucleo-f334 nucleo-l053 \
stm32f0discovery telosb waspmote-pro wsn430-v1_3b \ stm32f0discovery telosb waspmote-pro wsn430-v1_3b \
wsn430-v1_4 z1 mega-xplained wsn430-v1_4 z1 mega-xplained

View File

@ -10,7 +10,7 @@ BOARD ?= native
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
nucleo32-l031 nucleo-f030 nucleo-f334 nucleo-l053 \ nucleo32-l031 nucleo-f030r8 nucleo-f334 nucleo-l053 \
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 z1 stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 z1
## Uncomment to redefine port, for example use 61616 for RFC 6282 UDP compression. ## Uncomment to redefine port, for example use 61616 for RFC 6282 UDP compression.

View File

@ -10,7 +10,7 @@ BOARD ?= samr21-xpro
# This has to be the absolute path to the RIOT base directory: # This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo-f334 \ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030r8 nucleo-f334 \
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \ stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
z1 z1

View File

@ -11,7 +11,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini
cc2650-launchpad cc2650stk maple-mini \ cc2650-launchpad cc2650stk maple-mini \
microbit msb-430 msb-430h nrf51dongle nrf6310 \ microbit msb-430 msb-430h nrf51dongle nrf6310 \
nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \ nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
nucleo-f030 nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 \ nucleo-f030r8 nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 \
nucleo-f334 nucleo-l053 nucleo-l073 opencm904 \ nucleo-f334 nucleo-l053 nucleo-l073 opencm904 \
spark-core stm32f0discovery telosb weio wsn430-v1_3b \ spark-core stm32f0discovery telosb weio wsn430-v1_3b \
wsn430-v1_4 yunjia-nrf51822 z1 wsn430-v1_4 yunjia-nrf51822 z1

View File

@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := calliope-mini chronos microbit msb-430 msb-430h \ BOARD_INSUFFICIENT_MEMORY := calliope-mini chronos microbit msb-430 msb-430h \
nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \ nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
nucleo-f030 nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 \ nucleo-f030r8 nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 \
nucleo-f334 nucleo-l053 spark-core stm32f0discovery telosb \ nucleo-f334 nucleo-l053 spark-core stm32f0discovery telosb \
wsn430-v1_3b wsn430-v1_4 z1 wsn430-v1_3b wsn430-v1_4 z1

View File

@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini chronos \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini chronos \
microbit msb-430 msb-430h nrf51dongle nrf6310 nucleo32-f031 \ microbit msb-430 msb-430h nrf51dongle nrf6310 nucleo32-f031 \
nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030 \ nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \
nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 nucleo-f334 \ nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 nucleo-f334 \
nucleo-l053 spark-core stm32f0discovery \ nucleo-l053 spark-core stm32f0discovery \
telosb wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 telosb wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1

View File

@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini \
cc2650-launchpad cc2650stk maple-mini \ cc2650-launchpad cc2650stk maple-mini \
microbit nrf51dongle nrf6310 nucleo-f030 nucleo-f070 \ microbit nrf51dongle nrf6310 nucleo-f030r8 nucleo-f070 \
nucleo-f072 nucleo-f103 nucleo-f302 nucleo-f334 nucleo-f410 \ nucleo-f072 nucleo-f103 nucleo-f302 nucleo-f334 nucleo-f410 \
nucleo-l053 nucleo-l073 nucleo32-f031 nucleo32-f042 \ nucleo-l053 nucleo-l073 nucleo32-f031 nucleo32-f042 \
nucleo32-f303 nucleo32-l031 opencm904 \ nucleo32-f303 nucleo32-l031 opencm904 \

View File

@ -8,7 +8,7 @@ BOARD ?= native
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
nucleo32-l031 nucleo-f030 nucleo-l053 stm32f0discovery \ nucleo32-l031 nucleo-f030r8 nucleo-l053 stm32f0discovery \
telosb z1 telosb z1
# Include packages that pull up and auto-init the link layer. # Include packages that pull up and auto-init the link layer.

View File

@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \
nrf6310 nucleo32-f031 nucleo32-f042 nucleo32-l031 \ nrf6310 nucleo32-f031 nucleo32-f042 nucleo32-l031 \
nucleo-f030 nucleo-f070 nucleo-f072 nucleo-f334 \ nucleo-f030r8 nucleo-f070 nucleo-f072 nucleo-f334 \
nucleo-l053 stm32f0discovery telosb \ nucleo-l053 stm32f0discovery telosb \
wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1

View File

@ -7,7 +7,7 @@ BOARD ?= native
# This has to be the absolute path to the RIOT base directory: # This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo-l053 \ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030r8 nucleo-l053 \
nucleo32-f031 nucleo32-f042 nucleo32-l031 \ nucleo32-f031 nucleo32-f042 nucleo32-l031 \
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \ stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
z1 z1

View File

@ -1,7 +1,7 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
nucleo32-f303 nucleo32-l031 nucleo-f030 nucleo-f070 \ nucleo32-f303 nucleo32-l031 nucleo-f030r8 nucleo-f070 \
nucleo-f072 nucleo-f302 nucleo-f303 nucleo-f334 \ nucleo-f072 nucleo-f302 nucleo-f303 nucleo-f334 \
nucleo-l053 stm32f0discovery telosb wsn430-v1_3b \ nucleo-l053 stm32f0discovery telosb wsn430-v1_3b \
wsn430-v1_4 z1 wsn430-v1_4 z1

View File

@ -2,7 +2,7 @@ include ../Makefile.tests_common
FEATURES_REQUIRED = periph_uart periph_gpio FEATURES_REQUIRED = periph_uart periph_gpio
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-f334 \ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo-f030r8 nucleo-f334 \
stm32f0discovery stm32f0discovery
USEMODULE += xbee USEMODULE += xbee

View File

@ -3,7 +3,7 @@ include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \
nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \ nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \
nucleo32-l031 nucleo-f030 nucleo-f103 nucleo-f334 nucleo-l053 \ nucleo32-l031 nucleo-f030r8 nucleo-f103 nucleo-f334 nucleo-l053 \
spark-core stm32f0discovery telosb \ spark-core stm32f0discovery telosb \
wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f030 nucleo-l053 nucleo32-f031 \ BOARD_INSUFFICIENT_MEMORY := chronos nucleo-f030r8 nucleo-l053 nucleo32-f031 \
nucleo32-l031 nucleo32-f042 stm32f0discovery \ nucleo32-l031 nucleo32-f042 stm32f0discovery \
telosb wsn430-v1_3b wsn430-v1_4 telosb wsn430-v1_3b wsn430-v1_4

View File

@ -3,7 +3,7 @@ include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini \
cc2650-launchpad cc2650stk chronos maple-mini \ cc2650-launchpad cc2650stk chronos maple-mini \
microbit msb-430 msb-430h nrf51dongle nrf6310 \ microbit msb-430 msb-430h nrf51dongle nrf6310 \
nucleo-f030 nucleo-f070 nucleo-f072 nucleo-f103 \ nucleo-f030r8 nucleo-f070 nucleo-f072 nucleo-f103 \
nucleo-f302 nucleo-f334 nucleo-l053 nucleo-l073 \ nucleo-f302 nucleo-f334 nucleo-l053 nucleo-l073 \
nucleo32-f031 nucleo32-f042 nucleo32-f303 \ nucleo32-f031 nucleo32-f042 nucleo32-f303 \
nucleo32-l031 opencm904 spark-core \ nucleo32-l031 opencm904 spark-core \

View File

@ -3,7 +3,7 @@ include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \
nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \ nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \
nucleo32-l031 nucleo-f030 nucleo-f070 nucleo-f103 \ nucleo32-l031 nucleo-f030r8 nucleo-f070 nucleo-f103 \
nucleo-f334 nucleo-l053 spark-core \ nucleo-f334 nucleo-l053 spark-core \
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \ stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
yunjia-nrf51822 z1 yunjia-nrf51822 z1

View File

@ -3,7 +3,7 @@ include ../Makefile.tests_common
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := chronos telosb nucleo32-f042 nucleo32-f031 \ BOARD_INSUFFICIENT_MEMORY := chronos telosb nucleo32-f042 nucleo32-f031 \
nucleo-f030 nucleo-l053 nucleo32-l031 \ nucleo-f030r8 nucleo-l053 nucleo32-l031 \
stm32f0discovery z1 stm32f0discovery z1
USEMODULE += sock_dns USEMODULE += sock_dns

View File

@ -12,7 +12,7 @@ TCP_TEST_CYCLES ?= 3
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
arduino-uno calliope-mini chronos mega-xplained microbit \ arduino-uno calliope-mini chronos mega-xplained microbit \
msb-430 msb-430h nrf51dongle nrf6310 nucleo32-f031 \ msb-430 msb-430h nrf51dongle nrf6310 nucleo32-f031 \
nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030 \ nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \
nucleo-f070 nucleo-f072 nucleo-f302 nucleo-f334 nucleo-l053 \ nucleo-f070 nucleo-f072 nucleo-f302 nucleo-f334 nucleo-l053 \
sb-430 sb-430h stm32f0discovery telosb \ sb-430 sb-430h stm32f0discovery telosb \
wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1

View File

@ -12,7 +12,7 @@ TCP_TEST_CYCLES ?= 3
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
arduino-uno calliope-mini chronos mega-xplained \ arduino-uno calliope-mini chronos mega-xplained \
microbit msb-430 msb-430h nrf51dongle nrf6310 nucleo32-f031 \ microbit msb-430 msb-430h nrf51dongle nrf6310 nucleo32-f031 \
nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030 \ nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030r8 \
nucleo-f070 nucleo-f072 nucleo-f302 nucleo-f334 nucleo-l053 \ nucleo-f070 nucleo-f072 nucleo-f302 nucleo-f334 nucleo-l053 \
sb-430 sb-430h stm32f0discovery telosb \ sb-430 sb-430h stm32f0discovery telosb \
wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1

View File

@ -2,7 +2,7 @@ include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := calliope-mini chronos microbit msb-430 msb-430h \ BOARD_INSUFFICIENT_MEMORY := calliope-mini chronos microbit msb-430 msb-430h \
nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \ nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
nucleo-f030 nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 \ nucleo-f030r8 nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 \
nucleo-f334 nucleo-l053 spark-core stm32f0discovery telosb \ nucleo-f334 nucleo-l053 spark-core stm32f0discovery telosb \
wsn430-v1_3b wsn430-v1_4 z1 wsn430-v1_3b wsn430-v1_4 z1

View File

@ -6,7 +6,7 @@ BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \ msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
wsn430-v1_4 z1 jiminy-mega256rfr2 mega-xplained wsn430-v1_4 z1 jiminy-mega256rfr2 mega-xplained
BOARD_INSUFFICIENT_MEMORY := airfy-beacon nrf6310 nucleo32-f031 nucleo32-f042 \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon nrf6310 nucleo32-f031 nucleo32-f042 \
nucleo32-l031 nucleo-f030 nucleo-f334 nucleo-l053 \ nucleo32-l031 nucleo-f030r8 nucleo-f334 nucleo-l053 \
stm32f0discovery yunjia-nrf51822 stm32f0discovery yunjia-nrf51822
# including lwip_ipv6_mld would currently break this test on at86rf2xx radios # including lwip_ipv6_mld would currently break this test on at86rf2xx radios

View File

@ -5,7 +5,7 @@ include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \ BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \ msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
wsn430-v1_4 z1 jiminy-mega256rfr2 mega-xplained wsn430-v1_4 z1 jiminy-mega256rfr2 mega-xplained
BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
nucleo-f334 nucleo-l053 stm32f0discovery nucleo-f334 nucleo-l053 stm32f0discovery
LWIP_IPV4 ?= 0 LWIP_IPV4 ?= 0

View File

@ -5,7 +5,7 @@ include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \ BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \ msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
wsn430-v1_4 z1 jiminy-mega256rfr2 mega-xplained wsn430-v1_4 z1 jiminy-mega256rfr2 mega-xplained
BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
nucleo-f334 nucleo-l053 stm32f0discovery nucleo-f334 nucleo-l053 stm32f0discovery
LWIP_IPV4 ?= 0 LWIP_IPV4 ?= 0

View File

@ -5,7 +5,7 @@ include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \ BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \ msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
wsn430-v1_4 z1 jiminy-mega256rfr2 mega-xplained wsn430-v1_4 z1 jiminy-mega256rfr2 mega-xplained
BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
nucleo-f334 nucleo-l053 stm32f0discovery nucleo-f334 nucleo-l053 stm32f0discovery
LWIP_IPV4 ?= 0 LWIP_IPV4 ?= 0

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
nucleo-l053 stm32f0discovery nucleo-l053 stm32f0discovery
# list of boards to run CI tests on # list of boards to run CI tests on

View File

@ -3,7 +3,7 @@ include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb \ BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb \
wsn430-v1_3b wsn430-v1_4 z1 waspmote-pro arduino-uno \ wsn430-v1_3b wsn430-v1_4 z1 waspmote-pro arduino-uno \
arduino-duemilanove jiminy-mega256rfr2 mega-xplained arduino-duemilanove jiminy-mega256rfr2 mega-xplained
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
nucleo-f334 nucleo-l053 stm32f0discovery nucleo-f334 nucleo-l053 stm32f0discovery
USEMODULE += gnrc_ipv6 USEMODULE += gnrc_ipv6

View File

@ -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 \ wsn430-v1_4 z1 waspmote-pro arduino-uno arduino-duemilanove \
jiminy-mega256rfr2 mega-xplained jiminy-mega256rfr2 mega-xplained
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
nucleo32-l031 nucleo-f030 nucleo-f070 nucleo-f334 nucleo-l053 \ nucleo32-l031 nucleo-f030r8 nucleo-f070 nucleo-f334 nucleo-l053 \
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \ stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
z1 z1

View File

@ -1,7 +1,7 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
nucleo32-l031 nucleo-f030 nucleo-l053 \ nucleo32-l031 nucleo-f030r8 nucleo-l053 \
stm32f0discovery telosb z1 stm32f0discovery telosb z1
# Include packages that pull up and auto-init the link layer. # Include packages that pull up and auto-init the link layer.

View File

@ -1,7 +1,7 @@
include ../Makefile.tests_common 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-f030 \ nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
nucleo-f334 nucleo-l053 spark-core \ nucleo-f334 nucleo-l053 spark-core \
stm32f0discovery yunjia-nrf51822 stm32f0discovery yunjia-nrf51822

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo-l053 \ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030r8 nucleo-l053 \
nucleo32-f031 nucleo32-f042 nucleo32-l031 \ nucleo32-f031 nucleo32-f042 nucleo32-l031 \
stm32f0discovery telosb wsn430-v1_3b \ stm32f0discovery telosb wsn430-v1_3b \
wsn430-v1_4 z1 wsn430-v1_4 z1

View File

@ -11,7 +11,7 @@ USEMODULE += xtimer
USEMODULE += random 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-f030 \ nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
nucleo-f334 nucleo-l053 stm32f0discovery nucleo-f334 nucleo-l053 stm32f0discovery
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
nucleo-l053 stm32f0discovery nucleo-l053 stm32f0discovery
TEST_ON_CI_WHITELIST += all TEST_ON_CI_WHITELIST += all

View File

@ -1,7 +1,7 @@
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-f030 nucleo-f334 nucleo-l053 \ nucleo32-l031 nucleo-f030r8 nucleo-f334 nucleo-l053 \
stm32f0discovery stm32f0discovery
BOARD_BLACKLIST += mips-malta BOARD_BLACKLIST += mips-malta

View File

@ -1,7 +1,7 @@
include ../Makefile.tests_common 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-f030 \ nucleo32-f042 nucleo32-l031 nucleo-f030r8 \
nucleo-f334 nucleo-l053 stm32f0discovery \ nucleo-f334 nucleo-l053 stm32f0discovery \
telosb z1 telosb z1

View File

@ -10,7 +10,7 @@ DISABLE_MODULE += auto_init
ifneq (,$(filter nucleo32-f042,$(BOARD))) ifneq (,$(filter nucleo32-f042,$(BOARD)))
PROBLEM ?= 3 PROBLEM ?= 3
endif endif
ifneq (,$(filter nucleo-f030 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-f334,$(BOARD)))

View File

@ -33,7 +33,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \
nucleo32-f303 \ nucleo32-f303 \
nucleo32-l031 \ nucleo32-l031 \
nucleo32-l432 \ nucleo32-l432 \
nucleo-f030 \ nucleo-f030r8 \
nucleo-f070 \ nucleo-f070 \
nucleo-f072 \ nucleo-f072 \
nucleo-f091 \ nucleo-f091 \
@ -130,7 +130,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \
nucleo32-f303 \ nucleo32-f303 \
nucleo32-l031 \ nucleo32-l031 \
nucleo32-l432 \ nucleo32-l432 \
nucleo-f030 \ nucleo-f030r8 \
nucleo-f070 \ nucleo-f070 \
nucleo-f072 \ nucleo-f072 \
nucleo-f091 \ nucleo-f091 \