From 9f7bfde27ec9f4db6cfbe89bec0e896ec5f6c224 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sat, 8 Feb 2020 11:04:35 +0100 Subject: [PATCH] tests: update msp430 memory blacklists --- tests/bloom_bytes/Makefile.ci | 2 -- tests/driver_cc110x/Makefile.ci | 6 ++++++ tests/pkg_littlefs/Makefile.ci | 2 ++ tests/pkg_u8g2/Makefile.ci | 2 -- tests/ps_schedstatistics/Makefile.ci | 2 -- tests/sys_crypto/Makefile.ci | 4 +++- tests/thread_cooperation/Makefile.ci | 2 -- tests/thread_float/Makefile.ci | 2 -- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tests/bloom_bytes/Makefile.ci b/tests/bloom_bytes/Makefile.ci index 853e4b4c40..a835fc3179 100644 --- a/tests/bloom_bytes/Makefile.ci +++ b/tests/bloom_bytes/Makefile.ci @@ -5,8 +5,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-uno \ atmega328p \ chronos \ - msb-430 \ - msb-430h \ stm32f030f4-demo \ telosb \ z1 \ diff --git a/tests/driver_cc110x/Makefile.ci b/tests/driver_cc110x/Makefile.ci index b2adf250cc..21f497d664 100644 --- a/tests/driver_cc110x/Makefile.ci +++ b/tests/driver_cc110x/Makefile.ci @@ -15,6 +15,8 @@ BOARD_INSUFFICIENT_MEMORY := \ im880b \ mega-xplained \ microduino-corerf \ + msb-430 \ + msb-430h \ nucleo-f031k6 \ nucleo-f042k6 \ nucleo-f072rb \ @@ -28,5 +30,9 @@ BOARD_INSUFFICIENT_MEMORY := \ stm32f030f4-demo \ stm32f0discovery \ stm32l0538-disco \ + telosb \ waspmote-pro \ + wsn430-v1_3b \ + wsn430-v1_4 \ + z1 \ # diff --git a/tests/pkg_littlefs/Makefile.ci b/tests/pkg_littlefs/Makefile.ci index 64ff268ad7..5b75d817ec 100644 --- a/tests/pkg_littlefs/Makefile.ci +++ b/tests/pkg_littlefs/Makefile.ci @@ -5,6 +5,8 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-uno \ atmega328p \ i-nucleo-lrwan1 \ + msb-430 \ + msb-430h \ nucleo-f030r8 \ nucleo-f031k6 \ nucleo-f042k6 \ diff --git a/tests/pkg_u8g2/Makefile.ci b/tests/pkg_u8g2/Makefile.ci index 2adc480aed..ddb673078d 100644 --- a/tests/pkg_u8g2/Makefile.ci +++ b/tests/pkg_u8g2/Makefile.ci @@ -5,8 +5,6 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-uno \ atmega328p \ chronos \ - msb-430 \ - msb-430h \ nucleo-f031k6 \ stm32f030f4-demo \ telosb \ diff --git a/tests/ps_schedstatistics/Makefile.ci b/tests/ps_schedstatistics/Makefile.ci index 3e9b0ab61c..8888dbaf03 100644 --- a/tests/ps_schedstatistics/Makefile.ci +++ b/tests/ps_schedstatistics/Makefile.ci @@ -6,8 +6,6 @@ BOARD_INSUFFICIENT_MEMORY := \ atmega328p \ chronos \ i-nucleo-lrwan1 \ - msb-430 \ - msb-430h \ nucleo-f030r8 \ nucleo-f031k6 \ nucleo-f042k6 \ diff --git a/tests/sys_crypto/Makefile.ci b/tests/sys_crypto/Makefile.ci index cf165d8925..32e0c8585c 100644 --- a/tests/sys_crypto/Makefile.ci +++ b/tests/sys_crypto/Makefile.ci @@ -5,11 +5,13 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-nano \ arduino-uno \ atmega328p \ - chronos \ + msb-430 \ + msb-430h \ nucleo-f031k6 \ nucleo-f042k6 \ nucleo-l031k6 \ stm32f030f4-demo \ telosb \ waspmote-pro \ + z1 \ # diff --git a/tests/thread_cooperation/Makefile.ci b/tests/thread_cooperation/Makefile.ci index 63ebb2aed2..6a8184390a 100644 --- a/tests/thread_cooperation/Makefile.ci +++ b/tests/thread_cooperation/Makefile.ci @@ -6,8 +6,6 @@ BOARD_INSUFFICIENT_MEMORY := \ atmega328p \ chronos \ i-nucleo-lrwan1 \ - msb-430 \ - msb-430h \ nucleo-f031k6 \ stm32f030f4-demo \ stm32l0538-disco \ diff --git a/tests/thread_float/Makefile.ci b/tests/thread_float/Makefile.ci index 2a40fa6589..d8d3cf3a80 100644 --- a/tests/thread_float/Makefile.ci +++ b/tests/thread_float/Makefile.ci @@ -10,8 +10,6 @@ BOARD_INSUFFICIENT_MEMORY := \ maple-mini \ mbed_lpc1768 \ microbit \ - msb-430 \ - msb-430h \ nrf51dongle \ nrf6310 \ nucleo-f031k6 \