tests: remove nucleo-l053 from memory intensive tests
This commit is contained in:
parent
f2c693b220
commit
d0e641e80b
|
@ -5,7 +5,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 \
|
||||
nucleo32-f042 nucleo32-f031
|
||||
nucleo32-f042 nucleo32-f031 nucleo-l053
|
||||
|
||||
USEMODULE += gnrc_netdev_default
|
||||
USEMODULE += auto_init_gnrc_netif
|
||||
|
|
|
@ -4,7 +4,7 @@ include ../Makefile.tests_common
|
|||
FEATURES_REQUIRED = periph_spi periph_gpio
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := msb-430h nucleo-f334 stm32f0discovery telosb \
|
||||
weio z1 msb-430
|
||||
weio z1 msb-430 nucleo-l053
|
||||
|
||||
USEMODULE += gnrc_netdev2
|
||||
USEMODULE += gnrc_netdev_default
|
||||
|
|
|
@ -3,7 +3,8 @@ include ../Makefile.tests_common
|
|||
|
||||
FEATURES_REQUIRED = periph_spi periph_gpio
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h stm32f0discovery telosb weio z1
|
||||
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h stm32f0discovery telosb weio z1 \
|
||||
nucleo-l053
|
||||
|
||||
USEMODULE += gnrc_netdev2
|
||||
USEMODULE += gnrc_netdev_default
|
||||
|
|
|
@ -3,7 +3,7 @@ include ../Makefile.tests_common
|
|||
|
||||
FEATURES_REQUIRED = periph_spi periph_gpio
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery nucleo-f334 weio
|
||||
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery nucleo-f334 weio nucleo-l053
|
||||
|
||||
USEMODULE += auto_init_gnrc_netif
|
||||
USEMODULE += gnrc_netdev_default
|
||||
|
|
|
@ -8,7 +8,7 @@ FEATURES_REQUIRED = periph_gpio periph_spi # for at86rf231
|
|||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h stm32f0discovery telosb weio z1 \
|
||||
wsn430-v1_3b wsn430-v1_4
|
||||
wsn430-v1_3b wsn430-v1_4 nucleo-l053
|
||||
|
||||
USEPKG += emb6
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 maple-mini
|
|||
nrf51dongle nrf6310 nucleo-f103 nucleo-f334 pca10000 pca10005 \
|
||||
spark-core stm32f0discovery telosb weio wsn430-v1_3b \
|
||||
wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f030 nucleo32-f042 \
|
||||
nucleo32-f031
|
||||
nucleo32-f031 nucleo-l053
|
||||
|
||||
# Include packages that pull up and auto-init the link layer.
|
||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||
|
|
|
@ -9,7 +9,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h nr
|
|||
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 nucleo32-f042 \
|
||||
nucleo32-f031
|
||||
nucleo32-f031 nucleo-l053
|
||||
|
||||
# Include packages that pull up and auto-init the link layer.
|
||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||
|
|
|
@ -16,7 +16,8 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560\
|
|||
nucleo32-f042 nucleo-f070 nucleo-f072 nucleo32-f303\
|
||||
nucleo-f334 pca10000 pca10005 stm32f0discovery\
|
||||
telosb weio wsn430-v1_3b wsn430-v1_4\
|
||||
yunjia-nrf51822 z1 msb-430 msb-430h nucleo32-f031
|
||||
yunjia-nrf51822 z1 msb-430 msb-430h nucleo32-f031\
|
||||
nucleo-l053
|
||||
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
|
|
@ -14,7 +14,8 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560\
|
|||
nucleo32-f042 nucleo-f070 nucleo-f072 nucleo32-f303\
|
||||
nucleo-f334 pca10000 pca10005 stm32f0discovery\
|
||||
telosb weio wsn430-v1_3b wsn430-v1_4\
|
||||
yunjia-nrf51822 z1 msb-430 msb-430h nucleo32-f031
|
||||
yunjia-nrf51822 z1 msb-430 msb-430h nucleo32-f031\
|
||||
nucleo-l053
|
||||
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
|
|
@ -10,7 +10,7 @@ BOARD_BLACKLIST := arduino-mega2560 msb-430h telosb waspmote-pro z1 arduino-uno
|
|||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-mega2560 msb-430h nrf6310 \
|
||||
nucleo-f334 pca10005 stm32f0discovery telosb \
|
||||
weio yunjia-nrf51822 z1 nucleo-f030 nucleo-f072 \
|
||||
nucleo32-f031
|
||||
nucleo32-f031 nucleo-l053
|
||||
|
||||
# including lwip_ipv6_mld would currently break this test on at86rf2xx radios
|
||||
USEMODULE += lwip lwip_ipv6_autoconfig lwip_conn_ip lwip_netdev2
|
||||
|
|
|
@ -7,7 +7,7 @@ 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 nucleo32-f042 nucleo-f334 \
|
||||
stm32f0discovery weio nucleo32-f031
|
||||
stm32f0discovery weio nucleo32-f031 nucleo-l053
|
||||
|
||||
LWIP_IPV4 ?= 0
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ 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 nucleo32-f031 nucleo32-f042 nucleo-f334 \
|
||||
stm32f0discovery weio
|
||||
nucleo-l053 stm32f0discovery weio
|
||||
|
||||
LWIP_IPV4 ?= 0
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ 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-f042 nucleo-f030 nucleo32-f031 nucleo-f042 \
|
||||
nucleo-f334 stm32f0discovery weio
|
||||
nucleo-f334 nucleo-l053 stm32f0discovery weio
|
||||
|
||||
LWIP_IPV4 ?= 0
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
APPLICATION = mutex_order
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery weio nucleo-f030 nucleo32-f042 nucleo32-f031
|
||||
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery weio nucleo-f030 nucleo32-f042 nucleo32-f031 \
|
||||
nucleo-l053
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
|
|
@ -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 \
|
||||
nucleo32-f042 nucleo32-f031
|
||||
nucleo32-f042 nucleo32-f031 nucleo-l053
|
||||
|
||||
USEMODULE += gnrc_ipv6
|
||||
USEMODULE += gnrc_sock_udp
|
||||
|
|
|
@ -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 nucleo32-f042 nucleo32-f031
|
||||
nucleo-f070 nucleo32-f042 nucleo32-f031 nucleo-l053
|
||||
|
||||
USEMODULE += gnrc_ipv6
|
||||
USEMODULE += gnrc_sock_udp
|
||||
|
|
|
@ -3,7 +3,8 @@ 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 nucleo32-f042 nucleo32-f031
|
||||
nucleo-f334 nucleo-f030 nucleo32-f042 nucleo32-f031 \
|
||||
nucleo-l053
|
||||
|
||||
USEMODULE += fmt
|
||||
USEMODULE += posix_semaphore
|
||||
|
|
|
@ -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 \
|
||||
nucleo32-f042 nucleo32-f031
|
||||
nucleo32-f042 nucleo32-f031 nucleo-l053
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
|
|
@ -2,6 +2,6 @@ APPLICATION = rmutex
|
|||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery weio nucleo-f030 nucleo32-f031 \
|
||||
nucleo32-f042
|
||||
nucleo32-f042 nucleo-l053
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
|
|
@ -2,7 +2,7 @@ APPLICATION = driver_slip
|
|||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-f334 stm32f0discovery weio \
|
||||
nucleo-f030 nucleo32-f042 nucleo32-f031
|
||||
nucleo-f030 nucleo32-f042 nucleo32-f031 nucleo-l053
|
||||
|
||||
BOARD_BLACKLIST += mips-malta
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ BOARD_INSUFFICIENT_MEMORY := cc2650stk chronos maple-mini msb-430 msb-430h \
|
|||
nucleo-f334 nrf51dongle nrf6310 weio nucleo-f072 \
|
||||
nucleo-f030 nucleo-f070 microbit calliope-mini \
|
||||
nucleo32-f042 nucleo32-f303 opencm9-04 nucleo32-f031 \
|
||||
nucleo-l073
|
||||
nucleo-l073 nucleo-l053
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
|
|
Loading…
Reference in New Issue