diff --git a/tests/pkg_fatfs/Makefile b/tests/pkg_fatfs/Makefile index b9e0e983985a2c02d8785924eeb762d21076902e..ba471515e514b70c7227e45c7b559243cb31c392 100644 --- a/tests/pkg_fatfs/Makefile +++ b/tests/pkg_fatfs/Makefile @@ -2,6 +2,8 @@ include ../Makefile.tests_common BOARD ?= native +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno + FEATURES_OPTIONAL += periph_rtc # this list is composed of boards that support spi/gpio + native diff --git a/tests/pkg_fatfs_vfs/Makefile b/tests/pkg_fatfs_vfs/Makefile index 2df78d9dedf039da450037871e75e72c4b945414..d04164ca8abfda0cd94a0c0c9f5071c1263ea2fb 100644 --- a/tests/pkg_fatfs_vfs/Makefile +++ b/tests/pkg_fatfs_vfs/Makefile @@ -25,7 +25,8 @@ else USEMODULE += mtd_sdcard 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 # this list is composed of boards with sufficient memory and support spi/gpio + native diff --git a/tests/pkg_micro-ecc/Makefile b/tests/pkg_micro-ecc/Makefile index 2278cd1e91e07922760f1448cb446df90d40528c..a9d2935d72ee630338b945c8aa4ba71c8a30452d 100644 --- a/tests/pkg_micro-ecc/Makefile +++ b/tests/pkg_micro-ecc/Makefile @@ -1,5 +1,7 @@ include ../Makefile.tests_common +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno + USEMODULE += hashes USEPKG += micro-ecc diff --git a/tests/pkg_microcoap/Makefile b/tests/pkg_microcoap/Makefile index b7b5479d0aa77ccd69addb36bc27f5ddec53f8be..6f0a3fa187c1a65d395ed758f95c89002e8ef622 100644 --- a/tests/pkg_microcoap/Makefile +++ b/tests/pkg_microcoap/Makefile @@ -1,8 +1,10 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f031k6 nucleo-f042k6 \ - nucleo-f303k8 nucleo-l031k6 nucleo-f030r8 \ - nucleo-l053r8 stm32f0discovery telosb z1 +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \ + chronos msb-430 msb-430h nucleo-f031k6 \ + 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. # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present diff --git a/tests/pkg_semtech-loramac/Makefile b/tests/pkg_semtech-loramac/Makefile index 2a08494661d78609622e6fd543450d8f3c0bfeb1..2324bba50e346c4098683888526d7162c3749e69 100644 --- a/tests/pkg_semtech-loramac/Makefile +++ b/tests/pkg_semtech-loramac/Makefile @@ -2,7 +2,8 @@ BOARD ?= b-l072z-lrwan1 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 diff --git a/tests/pkg_tiny-asn1/Makefile b/tests/pkg_tiny-asn1/Makefile index e47e3642ac205474f991bb6a5eae31be0a9c4e20..c3f90123bf26aab6f36dc866c12c11daae2b4bfa 100644 --- a/tests/pkg_tiny-asn1/Makefile +++ b/tests/pkg_tiny-asn1/Makefile @@ -1,5 +1,7 @@ include ../Makefile.tests_common +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno + BOARD_BLACKLIST := wsn430-v1_3b wsn430-v1_4 USEPKG += tiny-asn1 diff --git a/tests/pkg_u8g2/Makefile b/tests/pkg_u8g2/Makefile index b1bcc9660b77467a391881d2f6fc5019f620b081..3fb3e40a7d7581bf5ae4ad0e09b4398634b7a14b 100644 --- a/tests/pkg_u8g2/Makefile +++ b/tests/pkg_u8g2/Makefile @@ -1,6 +1,7 @@ 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 USEMODULE += xtimer diff --git a/tests/pkg_ucglib/Makefile b/tests/pkg_ucglib/Makefile index 8133b1d6a20bc9bebbb7c9f1deb67ea1b94cdd09..e8bc8a5e155eefca29cbbc474a13f836b733df54 100644 --- a/tests/pkg_ucglib/Makefile +++ b/tests/pkg_ucglib/Makefile @@ -1,5 +1,8 @@ include ../Makefile.tests_common +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \ + waspmote-pro + USEMODULE += xtimer USEPKG += ucglib