mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
examples/filesystem: blacklist feature instead of boards
Remove BOARD_BLACKLIST and use FEATURES_BLACKLIST instead.
This commit is contained in:
parent
bfd81c1d72
commit
55f9e6f99f
@ -6,14 +6,7 @@ BOARD ?= native
|
||||
|
||||
|
||||
# Blacklisting msp430-based boards, as file syscalls are not supported
|
||||
BOARD_BLACKLIST := chronos \
|
||||
msb-430 \
|
||||
msb-430h \
|
||||
telosb \
|
||||
wsn430-v1_3b \
|
||||
wsn430-v1_4 \
|
||||
z1 \
|
||||
#
|
||||
FEATURES_BLACKLIST += arch_msp430
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \
|
||||
arduino-uno nucleo-f031k6
|
||||
|
Loading…
Reference in New Issue
Block a user