tests/pkg: blacklist arduino boards based on ROM/RAM overflow
This commit is contained in:
parent
661868cf4e
commit
725d3d9bcd
@ -2,6 +2,8 @@ include ../Makefile.tests_common
|
|||||||
|
|
||||||
BOARD ?= native
|
BOARD ?= native
|
||||||
|
|
||||||
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno
|
||||||
|
|
||||||
FEATURES_OPTIONAL += periph_rtc
|
FEATURES_OPTIONAL += periph_rtc
|
||||||
|
|
||||||
# this list is composed of boards that support spi/gpio + native
|
# this list is composed of boards that support spi/gpio + native
|
||||||
|
|||||||
@ -25,7 +25,8 @@ else
|
|||||||
USEMODULE += mtd_sdcard
|
USEMODULE += mtd_sdcard
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-f031k6 telosb \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno \
|
||||||
|
msb-430 msb-430h nucleo-f031k6 telosb \
|
||||||
wsn430-v1_3b wsn430-v1_4 z1
|
wsn430-v1_3b wsn430-v1_4 z1
|
||||||
|
|
||||||
# this list is composed of boards with sufficient memory and support spi/gpio + native
|
# this list is composed of boards with sufficient memory and support spi/gpio + native
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno
|
||||||
|
|
||||||
USEMODULE += hashes
|
USEMODULE += hashes
|
||||||
USEPKG += micro-ecc
|
USEPKG += micro-ecc
|
||||||
|
|
||||||
|
|||||||
@ -1,8 +1,10 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f031k6 nucleo-f042k6 \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \
|
||||||
nucleo-f303k8 nucleo-l031k6 nucleo-f030r8 \
|
chronos msb-430 msb-430h nucleo-f031k6 \
|
||||||
nucleo-l053r8 stm32f0discovery telosb z1
|
nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \
|
||||||
|
nucleo-f030r8 nucleo-l053r8 stm32f0discovery \
|
||||||
|
telosb waspmote-pro z1
|
||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||||
|
|||||||
@ -2,7 +2,8 @@ BOARD ?= b-l072z-lrwan1
|
|||||||
|
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo-f042k6 nucleo-l031k6
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno \
|
||||||
|
nucleo-f031k6 nucleo-f042k6 nucleo-l031k6
|
||||||
|
|
||||||
BOARD_BLACKLIST := msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1
|
BOARD_BLACKLIST := msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno
|
||||||
|
|
||||||
BOARD_BLACKLIST := wsn430-v1_3b wsn430-v1_4
|
BOARD_BLACKLIST := wsn430-v1_3b wsn430-v1_4
|
||||||
|
|
||||||
USEPKG += tiny-asn1
|
USEPKG += tiny-asn1
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f031k6 telosb \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno \
|
||||||
|
chronos msb-430 msb-430h nucleo-f031k6 telosb \
|
||||||
wsn430-v1_3b wsn430-v1_4 z1
|
wsn430-v1_3b wsn430-v1_4 z1
|
||||||
|
|
||||||
USEMODULE += xtimer
|
USEMODULE += xtimer
|
||||||
|
|||||||
@ -1,5 +1,8 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \
|
||||||
|
waspmote-pro
|
||||||
|
|
||||||
USEMODULE += xtimer
|
USEMODULE += xtimer
|
||||||
|
|
||||||
USEPKG += ucglib
|
USEPKG += ucglib
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user