tests/driver: blacklist arduino boards based on ROM/RAM overflow
This commit is contained in:
parent
b3f889c7ef
commit
1bab7742c2
@ -1,6 +1,6 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY += nucleo-f031k6
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno nucleo-f031k6
|
||||||
|
|
||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
USEMODULE += at
|
USEMODULE += at
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno
|
||||||
|
|
||||||
USEMODULE += at30tse75x
|
USEMODULE += at30tse75x
|
||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
USEMODULE += shell_commands
|
USEMODULE += shell_commands
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
# exclude boards with insufficient memory
|
# exclude boards with insufficient memory
|
||||||
BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno nucleo-f031k6
|
||||||
|
|
||||||
DISABLE_MODULE += auto_init
|
DISABLE_MODULE += auto_init
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno
|
||||||
|
|
||||||
USEMODULE += ata8520e
|
USEMODULE += ata8520e
|
||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
USEMODULE += shell_commands
|
USEMODULE += shell_commands
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno
|
||||||
|
|
||||||
# chronos : USART_1 undeclared
|
# chronos : USART_1 undeclared
|
||||||
BOARD_BLACKLIST += chronos
|
BOARD_BLACKLIST += chronos
|
||||||
|
|
||||||
|
|||||||
@ -1,9 +1,10 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-f334r8 nucleo-l053r8 \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \
|
||||||
|
msb-430 msb-430h nucleo-f334r8 nucleo-l053r8 \
|
||||||
nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \
|
nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \
|
||||||
nucleo-l031k6 stm32f0discovery telosb \
|
nucleo-l031k6 stm32f0discovery telosb \
|
||||||
wsn430-v1_3b wsn430-v1_4 z1
|
waspmote-pro wsn430-v1_3b wsn430-v1_4 z1
|
||||||
|
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
USEMODULE += enc28j60
|
USEMODULE += enc28j60
|
||||||
|
|||||||
@ -1,9 +1,10 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \
|
||||||
|
msb-430 msb-430h \
|
||||||
nucleo-l053r8 nucleo-f031k6 nucleo-f042k6 \
|
nucleo-l053r8 nucleo-f031k6 nucleo-f042k6 \
|
||||||
nucleo-l031k6 stm32f0discovery telosb \
|
nucleo-l031k6 stm32f0discovery telosb \
|
||||||
wsn430-v1_3b wsn430-v1_4 z1
|
waspmote-pro wsn430-v1_3b wsn430-v1_4 z1
|
||||||
|
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
USEMODULE += encx24j600
|
USEMODULE += encx24j600
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno
|
||||||
|
|
||||||
# chronos : USART_1 undeclared
|
# chronos : USART_1 undeclared
|
||||||
BOARD_BLACKLIST += chronos
|
BOARD_BLACKLIST += chronos
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,9 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \
|
||||||
nucleo-f334r8 nucleo-l053r8 stm32f0discovery
|
nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \
|
||||||
|
nucleo-f334r8 nucleo-l053r8 stm32f0discovery \
|
||||||
|
waspmote-pro
|
||||||
|
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += gnrc_netdev_default
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
# exclude boards with insufficient memory
|
# exclude boards with insufficient memory
|
||||||
BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno nucleo-f031k6
|
||||||
|
|
||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
USEMODULE += shell_commands
|
USEMODULE += shell_commands
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno
|
||||||
|
|
||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
USEMODULE += pcd8544
|
USEMODULE += pcd8544
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno
|
||||||
|
|
||||||
DRIVER ?= rn2483
|
DRIVER ?= rn2483
|
||||||
|
|
||||||
USEMODULE += $(DRIVER)
|
USEMODULE += $(DRIVER)
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
# exclude boards with insufficient memory
|
# exclude boards with insufficient memory
|
||||||
BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno nucleo-f031k6
|
||||||
|
|
||||||
USEMODULE += sdcard_spi
|
USEMODULE += sdcard_spi
|
||||||
USEMODULE += auto_init_storage
|
USEMODULE += auto_init_storage
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno
|
||||||
|
|
||||||
DRIVER ?= sht11
|
DRIVER ?= sht11
|
||||||
BOARD ?= msba2
|
BOARD ?= msba2
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno
|
||||||
|
|
||||||
USEMODULE += xtimer
|
USEMODULE += xtimer
|
||||||
USEMODULE += srf02
|
USEMODULE += srf02
|
||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno nucleo-f031k6
|
||||||
|
|
||||||
BOARD ?= nucleo-l152re
|
BOARD ?= nucleo-l152re
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo-f042k6 nucleo-f030r8 nucleo-f334r8 \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno nucleo-f031k6 \
|
||||||
|
nucleo-f042k6 nucleo-f030r8 nucleo-f334r8 \
|
||||||
stm32f0discovery
|
stm32f0discovery
|
||||||
|
|
||||||
USEMODULE += xbee
|
USEMODULE += xbee
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user