From 76a419835258d82d7b96a0fab2c02e4b07f9e95a Mon Sep 17 00:00:00 2001 From: Joakim Gebart Date: Tue, 11 Aug 2015 18:36:32 +0200 Subject: [PATCH 1/6] tests/bloom_bytes: Remove stm32f0discovery blacklist --- tests/bloom_bytes/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/bloom_bytes/Makefile b/tests/bloom_bytes/Makefile index ea88bac77c..221cf3307f 100644 --- a/tests/bloom_bytes/Makefile +++ b/tests/bloom_bytes/Makefile @@ -1,8 +1,6 @@ APPLICATION = bloom_bytes include ../Makefile.tests_common -BOARD_INSUFFICIENT_RAM := stm32f0discovery - USEMODULE += hashes USEMODULE += bloom USEMODULE += random From c2075a83c7a50bed21b533efbc977f7afd91b580 Mon Sep 17 00:00:00 2001 From: Joakim Gebart Date: Tue, 11 Aug 2015 18:36:41 +0200 Subject: [PATCH 2/6] tests/pipe: Remove stm32f0discovery blacklist --- tests/pipe/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/pipe/Makefile b/tests/pipe/Makefile index b1441bdfdb..46f7cc4498 100644 --- a/tests/pipe/Makefile +++ b/tests/pipe/Makefile @@ -1,8 +1,6 @@ APPLICATION = pipe include ../Makefile.tests_common -BOARD_INSUFFICIENT_RAM := stm32f0discovery - USEMODULE += pipe include $(RIOTBASE)/Makefile.include From f02bc75e3fc79cd8e88eeb88d29422b5007dc0b7 Mon Sep 17 00:00:00 2001 From: Joakim Gebart Date: Tue, 11 Aug 2015 18:36:46 +0200 Subject: [PATCH 3/6] tests/vtimer_msg: Remove stm32f0discovery blacklist --- tests/vtimer_msg/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/vtimer_msg/Makefile b/tests/vtimer_msg/Makefile index 2fa94799c0..1a3314e19b 100644 --- a/tests/vtimer_msg/Makefile +++ b/tests/vtimer_msg/Makefile @@ -1,8 +1,6 @@ APPLICATION = vtimer_msg include ../Makefile.tests_common -BOARD_INSUFFICIENT_RAM := stm32f0discovery - USEMODULE += vtimer include $(RIOTBASE)/Makefile.include From e21896cdf016ee34089f58919cf224d6ea25ad6e Mon Sep 17 00:00:00 2001 From: Joakim Gebart Date: Tue, 11 Aug 2015 18:37:11 +0200 Subject: [PATCH 4/6] tests/thread_exit: Remove stm32f0discovery blacklist --- tests/thread_exit/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/thread_exit/Makefile b/tests/thread_exit/Makefile index 123859d3fc..243ca93dd9 100644 --- a/tests/thread_exit/Makefile +++ b/tests/thread_exit/Makefile @@ -1,8 +1,6 @@ APPLICATION = thread_exit include ../Makefile.tests_common -BOARD_INSUFFICIENT_RAM := stm32f0discovery - DISABLE_MODULE += auto_init include $(RIOTBASE)/Makefile.include From f5af96ccc8d92e8ac41a7cf216fb48dcc20b3589 Mon Sep 17 00:00:00 2001 From: Joakim Gebart Date: Tue, 11 Aug 2015 18:37:34 +0200 Subject: [PATCH 5/6] tests/struct_tm_utility: Remove stm32f0discovery blacklist --- tests/struct_tm_utility/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/struct_tm_utility/Makefile b/tests/struct_tm_utility/Makefile index 452499749a..6882bf4b16 100644 --- a/tests/struct_tm_utility/Makefile +++ b/tests/struct_tm_utility/Makefile @@ -1,8 +1,6 @@ APPLICATION = struct_tm_utility include ../Makefile.tests_common -BOARD_INSUFFICIENT_RAM := stm32f0discovery - DISABLE_MODULE += auto_init USEMODULE += shell From 2de14062feca881a55e20ca1d55abcc1bfc6835e Mon Sep 17 00:00:00 2001 From: Joakim Gebart Date: Tue, 11 Aug 2015 18:37:58 +0200 Subject: [PATCH 6/6] tests/libfixmath_unittests: Remove stm32f0discovery, redbee-econotag blacklists --- tests/libfixmath_unittests/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/libfixmath_unittests/Makefile b/tests/libfixmath_unittests/Makefile index c4e1df6308..5899573b4f 100644 --- a/tests/libfixmath_unittests/Makefile +++ b/tests/libfixmath_unittests/Makefile @@ -8,9 +8,6 @@ BOARD_BLACKLIST := arduino-mega2560 # The MSP boards don't feature round(), exp(), and log(), which are used in the unittests BOARD_BLACKLIST += chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 -# Insufficient RAM / ROM -BOARD_INSUFFICIENT_RAM += redbee-econotag stm32f0discovery - USEMODULE += libfixmath-unittests ifneq (,$(filter native qemu-i386,$(BOARD)))