mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 07:21:18 +01:00
tests: add small nucleo32 to insufficient memory list
This commit is contained in:
parent
bab636604b
commit
74d2cb94f1
@ -1,6 +1,9 @@
|
||||
APPLICATION = driver_at86rf2xx
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# exclude boards with insufficient memory
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
|
||||
|
||||
FEATURES_REQUIRED = periph_spi periph_gpio
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
@ -3,7 +3,8 @@ include ../Makefile.tests_common
|
||||
|
||||
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
|
||||
|
||||
USEMODULE += gnrc_netdev
|
||||
|
||||
@ -3,7 +3,8 @@ include ../Makefile.tests_common
|
||||
|
||||
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
|
||||
|
||||
USEMODULE += gnrc_netdev
|
||||
|
||||
@ -3,7 +3,8 @@ include ../Makefile.tests_common
|
||||
|
||||
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 += gnrc_netdev_default
|
||||
|
||||
@ -1,6 +1,9 @@
|
||||
APPLICATION = driver_nrf24l01p_lowlevel
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# exclude boards with insufficient memory
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
|
||||
|
||||
FEATURES_REQUIRED = periph_spi
|
||||
|
||||
USEMODULE += shell
|
||||
|
||||
@ -1,6 +1,9 @@
|
||||
APPLICATION = driver_sdcard_spi
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# exclude boards with insufficient memory
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
|
||||
|
||||
USEMODULE += sdcard_spi
|
||||
USEMODULE += auto_init_storage
|
||||
USEMODULE += fmt
|
||||
|
||||
@ -5,7 +5,8 @@ include ../Makefile.tests_common
|
||||
|
||||
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
|
||||
|
||||
USEPKG += emb6
|
||||
|
||||
@ -6,8 +6,9 @@ include ../Makefile.tests_common
|
||||
BOARD_BLACKLIST := arduino-mega2560 msb-430h telosb waspmote-pro z1 arduino-uno \
|
||||
arduino-duemilanove msb-430 wsn430-v1_4 wsn430-v1_3b
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-mega2560 msb-430h nrf6310 \
|
||||
nucleo32-f031 nucleo-f030 nucleo-f072 nucleo-f302 \
|
||||
nucleo-f334 nucleo-l053 pca10005 stm32f0discovery \
|
||||
nucleo32-f031 nucleo32-f031 nucleo32-f042 nucleo32-f303 \
|
||||
nucleo32-l031 nucleo-f030 nucleo-f072 \
|
||||
nucleo-f302 nucleo-f334 nucleo-l053 pca10005 stm32f0discovery \
|
||||
telosb weio yunjia-nrf51822 z1
|
||||
|
||||
# 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
|
||||
# arduino mega2560 uno duemilanove: unknown type name: clockid_t
|
||||
|
||||
# exclude boards with insufficient memory
|
||||
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 stm32f0discovery
|
||||
|
||||
# Modules to include.
|
||||
USEMODULE += pthread
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user