1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 23:41:18 +01:00

gnrc_boarder_router: blacklist mips-malta board

No UART is available on the mips-malta board so blacklist this board.
This commit is contained in:
Neil Jones 2017-02-09 12:25:03 +00:00
parent 64c12da8f5
commit bc57f42a2a

View File

@ -14,6 +14,8 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon cc2650stk maple-mini msb-430 msb-430h
nucleo-f030 nucleo-f070 microbit calliope-mini \
nucleo32-f042 nucleo32-f303 opencm9-04
BOARD_BLACKLIST += mips-malta # No UART available.
# use ethos (ethernet over serial) for network communication and stdio over
# UART, but not on native, as native has a tap interface towards the host.
ifeq (,$(filter native,$(BOARD)))