Skip to content
Snippets Groups Projects
Unverified Commit 725d3d9b authored by cladmi's avatar cladmi
Browse files

tests/pkg: blacklist arduino boards based on ROM/RAM overflow

parent 661868cf
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,8 @@ include ../Makefile.tests_common ...@@ -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 ...@@ -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
......
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
......
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 ...@@ -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
......
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
......
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
......
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment