1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #1030 from mehlis/ccnl-blacklist

examples: ccn-lite blacklist boards
This commit is contained in:
Christian Mehlis 2014-04-18 18:51:47 +02:00
commit 9e6d91ecd6
2 changed files with 24 additions and 0 deletions

View File

@ -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

View File

@ -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