From a799b024fa0b954723c3292d023cabd44374a1b3 Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Tue, 16 Jan 2018 10:52:51 +0100 Subject: [PATCH] examples/gnrc_border_router: blacklist ruuvitag --- examples/gnrc_border_router/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/gnrc_border_router/Makefile b/examples/gnrc_border_router/Makefile index ef2b3a14cd..40e9576cf6 100644 --- a/examples/gnrc_border_router/Makefile +++ b/examples/gnrc_border_router/Makefile @@ -16,7 +16,8 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini spark-core stm32f0discovery telosb weio wsn430-v1_3b \ wsn430-v1_4 yunjia-nrf51822 z1 -BOARD_BLACKLIST += mips-malta pic32-wifire pic32-clicker# No full UART available. +# The following boards do not have an available UART +BOARD_BLACKLIST += mips-malta pic32-wifire pic32-clicker ruuvitag # 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.