mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples/ccn-lite-client: Blacklist MSP430 boards
This commit is contained in:
parent
c14f2b65cf
commit
4ea2d646ef
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user