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

tests: remove nucleo32-l031 from memory intensive tests

parent a0e45d13
No related branches found
No related tags found
No related merge requests found
Showing with 31 additions and 31 deletions
......@@ -4,7 +4,7 @@ include ../Makefile.tests_common
RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
nucleo-f030 nucleo-f070 nucleo-f334 nucleo-l053 \
nucleo32-l031 nucleo-f030 nucleo-f070 nucleo-f334 nucleo-l053 \
stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \
z1
......
......@@ -7,7 +7,7 @@ RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \
nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \
nucleo-f030 nucleo-f103 nucleo-f334 nucleo-l053 \
nucleo32-l031 nucleo-f030 nucleo-f103 nucleo-f334 nucleo-l053 \
pca10000 pca10005 spark-core stm32f0discovery telosb \
weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
......
......@@ -7,8 +7,8 @@ RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \
nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \
nucleo-f030 nucleo-f070 nucleo-f103 nucleo-f334 \
nucleo-l053 pca10000 pca10005 spark-core \
nucleo32-l031 nucleo-f030 nucleo-f070 nucleo-f103 \
nucleo-f334 nucleo-l053 pca10000 pca10005 spark-core \
stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \
yunjia-nrf51822 z1
......
......@@ -13,9 +13,9 @@ TCP_TEST_CYCLES ?= 10
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
arduino-uno calliope-mini chronos microbit msb-430 \
msb-430h nrf51dongle nrf6310 nucleo32-f031 \
nucleo32-f042 nucleo32-f303 nucleo-f030 nucleo-f070 \
nucleo-f072 nucleo-f334 nucleo-l053 pca10000 pca10005 \
sb-430 sb-430h stm32f0discovery telosb weio \
nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030 \
nucleo-f070 nucleo-f072 nucleo-f334 nucleo-l053 pca10000 \
pca10005 sb-430 sb-430h stm32f0discovery telosb weio \
wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
# This has to be the absolute path to the RIOT base directory:
......
......@@ -11,9 +11,9 @@ TCP_LOCAL_PORT ?= 80
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
arduino-uno calliope-mini chronos microbit msb-430 \
msb-430h nrf51dongle nrf6310 nucleo32-f031 \
nucleo32-f042 nucleo32-f303 nucleo-f030 nucleo-f070 \
nucleo-f072 nucleo-f334 nucleo-l053 pca10000 pca10005 \
sb-430 sb-430h stm32f0discovery telosb weio \
nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030 \
nucleo-f070 nucleo-f072 nucleo-f334 nucleo-l053 pca10000 \
pca10005 sb-430 sb-430h stm32f0discovery telosb weio \
wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
# This has to be the absolute path to the RIOT base directory:
......
......@@ -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 := nucleo32-f031 nucleo32-f042 weio
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 weio
USEMODULE += libfixmath-unittests
......
......@@ -6,8 +6,8 @@ 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 = nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-f334 \
nucleo-l053 stm32f0discovery weio
BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \
nucleo-f334 nucleo-l053 stm32f0discovery weio
LWIP_IPV4 ?= 0
......
......@@ -7,8 +7,8 @@ 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 = nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-f334 \
nucleo-l053 stm32f0discovery weio
BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \
nucleo-f334 nucleo-l053 stm32f0discovery weio
LWIP_IPV4 ?= 0
......
......@@ -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 = nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-f042 \
BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \
nucleo-f334 nucleo-l053 stm32f0discovery weio
LWIP_IPV4 ?= 0
......
APPLICATION = mutex_order
include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-l053 \
stm32f0discovery weio
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \
nucleo-l053 stm32f0discovery weio
include $(RIOTBASE)/Makefile.include
......
......@@ -4,8 +4,8 @@ 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
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-f334 \
nucleo-l053 stm32f0discovery weio
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \
nucleo-f334 nucleo-l053 stm32f0discovery weio
USEMODULE += gnrc_ipv6
USEMODULE += gnrc_sock_udp
......
......@@ -5,7 +5,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
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
nucleo-f030 nucleo-f070 nucleo-f334 nucleo-l053 \
nucleo32-l031 nucleo-f030 nucleo-f070 nucleo-f334 nucleo-l053 \
stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \
z1
......
......@@ -2,8 +2,8 @@ APPLICATION = posix_semaphore
include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := chronos mbed_lpc1768 msb-430 msb-430h nrf6310 \
nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-f334 \
nucleo-l053 pca10000 pca10005 spark-core \
nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \
nucleo-f334 nucleo-l053 pca10000 pca10005 spark-core \
stm32f0discovery weio yunjia-nrf51822
USEMODULE += fmt
......
......@@ -11,7 +11,7 @@ USEMODULE += random
CFLAGS += -DNATIVE_AUTO_EXIT
BOARD_INSUFFICIENT_MEMORY += airfy-beacon chronos mbed_lpc1768 msb-430 msb-430h \
nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \
nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 nucleo32-l031 \
nucleo-f030 nucleo-f334 nucleo-l053 pca10000 pca10005 \
spark-core stm32f0discovery weio yunjia-nrf51822
......
APPLICATION = rmutex
include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-l053 \
stm32f0discovery weio
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \
nucleo-l053 stm32f0discovery weio
include $(RIOTBASE)/Makefile.include
......
......@@ -2,8 +2,8 @@ APPLICATION = driver_slip
include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
nucleo-f030 nucleo-f334 nucleo-l053 stm32f0discovery \
weio
nucleo32-l031 nucleo-f030 nucleo-f334 nucleo-l053 \
stm32f0discovery weio
BOARD_BLACKLIST += mips-malta
......
......@@ -4,9 +4,9 @@ include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := airfy-beacon calliope-mini cc2650stk chronos maple-mini \
mbed_lpc1768 microbit msb-430 msb-430h nrf51dongle \
nrf6310 nucleo32-f031 nucleo32-f042 nucleo32-f303 \
nucleo-f030 nucleo-f070 nucleo-f072 nucleo-f103 \
nucleo-f334 nucleo-l053 nucleo-l073 opencm904 pca10000 \
pca10005 spark-core stm32f0discovery weio \
nucleo32-l031 nucleo-f030 nucleo-f070 nucleo-f072 \
nucleo-f103 nucleo-f334 nucleo-l053 nucleo-l073 opencm904 \
pca10000 pca10005 spark-core stm32f0discovery weio \
yunjia-nrf51822
DISABLE_MODULE += auto_init
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment