mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples/gnrc_border_router: remove BOARD_BLACKLIST variable
pic32 boards now provide an UART, and this the periph_uart feature ruuvitag/thingy52 provide the periph_uart feature so stdio_uart can work on these boards.
This commit is contained in:
parent
01d7384b7d
commit
a12af69752
@ -7,9 +7,6 @@ BOARD ?= samr21-xpro
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
# The following boards do not have an available UART
|
||||
BOARD_BLACKLIST += pic32-wifire pic32-clicker ruuvitag thingy52
|
||||
|
||||
# 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)))
|
||||
|
Loading…
Reference in New Issue
Block a user