From 4ea2d646efe0f76a77d3dda0269b6a5d4fa581b7 Mon Sep 17 00:00:00 2001 From: Joakim Gebart Date: Tue, 7 Jul 2015 00:11:54 +0200 Subject: [PATCH] examples/ccn-lite-client: Blacklist MSP430 boards --- examples/ccn-lite-client/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/ccn-lite-client/Makefile b/examples/ccn-lite-client/Makefile index 924c1bbf59..494da4bebe 100644 --- a/examples/ccn-lite-client/Makefile +++ b/examples/ccn-lite-client/Makefile @@ -27,7 +27,8 @@ CFLAGS += -DDEVELHELP # Change this to 0 show compiler invocation lines by default: QUIET ?= 1 -BOARD_INSUFFICIENT_RAM := chronos msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 redbee-econotag +# The CCN-lite API is currently expecting unsigned int to be at least 32 bits wide. +BOARD_BLACKLIST := chronos msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 redbee-econotag # Modules to include: