From bc57f42a2a39d9b173ac1cd2fe0bdcd4e84be2e4 Mon Sep 17 00:00:00 2001 From: Neil Jones Date: Thu, 9 Feb 2017 12:25:03 +0000 Subject: [PATCH] gnrc_boarder_router: blacklist mips-malta board No UART is available on the mips-malta board so blacklist this board. --- examples/gnrc_border_router/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/gnrc_border_router/Makefile b/examples/gnrc_border_router/Makefile index a2451aed3c..1c86908016 100644 --- a/examples/gnrc_border_router/Makefile +++ b/examples/gnrc_border_router/Makefile @@ -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)))