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

tests: add small nucleo32 to insufficient memory list

parent bab63660
No related branches found
No related tags found
No related merge requests found
APPLICATION = driver_at86rf2xx APPLICATION = driver_at86rf2xx
include ../Makefile.tests_common include ../Makefile.tests_common
# exclude boards with insufficient memory
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
FEATURES_REQUIRED = periph_spi periph_gpio FEATURES_REQUIRED = periph_spi periph_gpio
DISABLE_MODULE += auto_init DISABLE_MODULE += auto_init
......
...@@ -3,7 +3,8 @@ include ../Makefile.tests_common ...@@ -3,7 +3,8 @@ include ../Makefile.tests_common
FEATURES_REQUIRED = periph_spi periph_gpio FEATURES_REQUIRED = periph_spi periph_gpio
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-f334 nucleo-l053 \ BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
nucleo32-l031 nucleo-f334 nucleo-l053 \
stm32f0discovery telosb weio z1 stm32f0discovery telosb weio z1
USEMODULE += gnrc_netdev USEMODULE += gnrc_netdev
......
...@@ -3,7 +3,8 @@ include ../Makefile.tests_common ...@@ -3,7 +3,8 @@ include ../Makefile.tests_common
FEATURES_REQUIRED = periph_spi periph_gpio FEATURES_REQUIRED = periph_spi periph_gpio
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-l053 stm32f0discovery telosb \ BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
nucleo32-l031 nucleo-l053 stm32f0discovery telosb \
weio z1 weio z1
USEMODULE += gnrc_netdev USEMODULE += gnrc_netdev
......
...@@ -3,7 +3,8 @@ include ../Makefile.tests_common ...@@ -3,7 +3,8 @@ include ../Makefile.tests_common
FEATURES_REQUIRED = periph_spi periph_gpio FEATURES_REQUIRED = periph_spi periph_gpio
BOARD_INSUFFICIENT_MEMORY := nucleo-f334 nucleo-l053 stm32f0discovery weio BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 \
nucleo-f334 nucleo-l053 stm32f0discovery weio
USEMODULE += auto_init_gnrc_netif USEMODULE += auto_init_gnrc_netif
USEMODULE += gnrc_netdev_default USEMODULE += gnrc_netdev_default
......
APPLICATION = driver_nrf24l01p_lowlevel APPLICATION = driver_nrf24l01p_lowlevel
include ../Makefile.tests_common include ../Makefile.tests_common
# exclude boards with insufficient memory
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
FEATURES_REQUIRED = periph_spi FEATURES_REQUIRED = periph_spi
USEMODULE += shell USEMODULE += shell
......
APPLICATION = driver_sdcard_spi APPLICATION = driver_sdcard_spi
include ../Makefile.tests_common include ../Makefile.tests_common
# exclude boards with insufficient memory
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
USEMODULE += sdcard_spi USEMODULE += sdcard_spi
USEMODULE += auto_init_storage USEMODULE += auto_init_storage
USEMODULE += fmt USEMODULE += fmt
......
...@@ -5,7 +5,8 @@ include ../Makefile.tests_common ...@@ -5,7 +5,8 @@ include ../Makefile.tests_common
FEATURES_REQUIRED = periph_gpio periph_spi # for at86rf231 FEATURES_REQUIRED = periph_gpio periph_spi # for at86rf231
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-l053 stm32f0discovery telosb \ BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo32-l031 nucleo32-f031 \
nucleo32-f042 nucleo-l053 stm32f0discovery telosb \
weio wsn430-v1_3b wsn430-v1_4 z1 weio wsn430-v1_3b wsn430-v1_4 z1
USEPKG += emb6 USEPKG += emb6
......
...@@ -6,8 +6,9 @@ include ../Makefile.tests_common ...@@ -6,8 +6,9 @@ include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-mega2560 msb-430h telosb waspmote-pro z1 arduino-uno \ BOARD_BLACKLIST := arduino-mega2560 msb-430h telosb waspmote-pro z1 arduino-uno \
arduino-duemilanove msb-430 wsn430-v1_4 wsn430-v1_3b arduino-duemilanove msb-430 wsn430-v1_4 wsn430-v1_3b
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-mega2560 msb-430h nrf6310 \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-mega2560 msb-430h nrf6310 \
nucleo32-f031 nucleo-f030 nucleo-f072 nucleo-f302 \ nucleo32-f031 nucleo32-f031 nucleo32-f042 nucleo32-f303 \
nucleo-f334 nucleo-l053 pca10005 stm32f0discovery \ nucleo32-l031 nucleo-f030 nucleo-f072 \
nucleo-f302 nucleo-f334 nucleo-l053 pca10005 stm32f0discovery \
telosb weio yunjia-nrf51822 z1 telosb weio yunjia-nrf51822 z1
# including lwip_ipv6_mld would currently break this test on at86rf2xx radios # including lwip_ipv6_mld would currently break this test on at86rf2xx radios
......
...@@ -6,7 +6,7 @@ BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove ...@@ -6,7 +6,7 @@ BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
# arduino mega2560 uno duemilanove: unknown type name: clockid_t # arduino mega2560 uno duemilanove: unknown type name: clockid_t
# exclude boards with insufficient memory # exclude boards with insufficient memory
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 stm32f0discovery
# Modules to include. # Modules to include.
USEMODULE += pthread USEMODULE += pthread
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment