From ca9c8a5f7f98011db72672fb7e3cc409242e96e0 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie <alexandre.abadie@inria.fr> Date: Sun, 29 Oct 2017 19:03:54 +0100 Subject: [PATCH] tests/pthread_*: udpate BOARD_INSUFFICIENT_MEMORY variable --- tests/pthread_barrier/Makefile | 2 +- tests/pthread_condition_variable/Makefile | 2 +- tests/pthread_rwlock/Makefile | 7 +++---- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/tests/pthread_barrier/Makefile b/tests/pthread_barrier/Makefile index 7b99e8c734..c0c8003e8b 100644 --- a/tests/pthread_barrier/Makefile +++ b/tests/pthread_barrier/Makefile @@ -6,7 +6,7 @@ BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove # arduino mega2560 uno duemilanove: unknown type name: clockid_t # exclude boards with insufficient memory -BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 stm32f0discovery +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 # Modules to include. USEMODULE += pthread diff --git a/tests/pthread_condition_variable/Makefile b/tests/pthread_condition_variable/Makefile index 2a0df7095d..eafee2377a 100644 --- a/tests/pthread_condition_variable/Makefile +++ b/tests/pthread_condition_variable/Makefile @@ -4,7 +4,7 @@ include ../Makefile.tests_common BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove # arduino mega2560 uno duemilanove: unknown type name: clockid_t -BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 stm32f0discovery +BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 USEMODULE += posix USEMODULE += pthread diff --git a/tests/pthread_rwlock/Makefile b/tests/pthread_rwlock/Makefile index 42586a24a8..1216ed0e4e 100644 --- a/tests/pthread_rwlock/Makefile +++ b/tests/pthread_rwlock/Makefile @@ -8,10 +8,9 @@ USEMODULE += pthread USEMODULE += xtimer USEMODULE += random -BOARD_INSUFFICIENT_MEMORY += airfy-beacon chronos mbed_lpc1768 msb-430 msb-430h \ - nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 nucleo32-l031 \ - nucleo-f030 nucleo-f334 nucleo-l053 pca10000 pca10005 \ - spark-core stm32f0discovery yunjia-nrf51822 +BOARD_INSUFFICIENT_MEMORY += chronos msb-430 msb-430h nucleo32-f031 \ + nucleo32-f042 nucleo32-l031 nucleo-f030 \ + nucleo-f334 nucleo-l053 stm32f0discovery include $(RIOTBASE)/Makefile.include -- GitLab