From 7184e32ba35bd721115e68ca15a48bfa33a77d34 Mon Sep 17 00:00:00 2001 From: Christian Mehlis Date: Fri, 18 Apr 2014 15:30:56 +0200 Subject: [PATCH 1/2] examples: ccn-lite-client blacklist boards --- examples/ccn-lite-client/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/examples/ccn-lite-client/Makefile b/examples/ccn-lite-client/Makefile index 5426b6ff60..ab36955a2e 100644 --- a/examples/ccn-lite-client/Makefile +++ b/examples/ccn-lite-client/Makefile @@ -27,6 +27,18 @@ export RIOTBASE ?= $(CURDIR)/../.. # Change this to 0 show compiler invocation lines by default: export QUIET ?= 1 +BOARD_BLACKLIST := chronos mbed_lpc1768 msb-430 msb-430h redbee-econotag \ + telosb wsn430-v1_3b wsn430-v1_4 pttu +# chronos: not enough RAM +# mbed_lpc1768: see https://github.com/RIOT-OS/RIOT/issues/675 +# msb-430: see https://github.com/RIOT-OS/RIOT/issues/658 +# msb-430h: not enough RAM +# redbee-econotag: see https://github.com/RIOT-OS/RIOT/issues/676 +# telosb: not enough RAM +# wsn430-v1_3b: not enough RAM +# wsn430-v1_4: not enough RAM +# pttu: see https://github.com/RIOT-OS/RIOT/issues/659 + # Modules to include: USEMODULE += config From dcfd5b9a5a46359440ca30383d07273338d24f83 Mon Sep 17 00:00:00 2001 From: Christian Mehlis Date: Fri, 18 Apr 2014 15:37:07 +0200 Subject: [PATCH 2/2] examples: ccn-lite-relay blacklist boards --- examples/ccn-lite-relay/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/examples/ccn-lite-relay/Makefile b/examples/ccn-lite-relay/Makefile index 0ed6c67554..f498afa536 100644 --- a/examples/ccn-lite-relay/Makefile +++ b/examples/ccn-lite-relay/Makefile @@ -27,6 +27,18 @@ export RIOTBASE ?= $(CURDIR)/../.. # Change this to 0 show compiler invocation lines by default: export QUIET ?= 1 +BOARD_BLACKLIST := chronos mbed_lpc1768 msb-430 msb-430h redbee-econotag \ + telosb wsn430-v1_3b wsn430-v1_4 pttu +# chronos: not enough RAM +# mbed_lpc1768: see https://github.com/RIOT-OS/RIOT/issues/675 +# msb-430: see https://github.com/RIOT-OS/RIOT/issues/658 +# msb-430h: not enough RAM +# redbee-econotag: see https://github.com/RIOT-OS/RIOT/issues/676 +# telosb: not enough RAM +# wsn430-v1_3b: not enough RAM +# wsn430-v1_4: not enough RAM +# pttu: see https://github.com/RIOT-OS/RIOT/issues/659 + # Modules to include: USEMODULE += config