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

examples/gnrc_border_router: blacklist thingy52

The Thingy:52 does not have a UART connected anymore...
This commit is contained in:
Hauke Petersen 2018-01-22 12:10:18 +01:00
parent ea18be3085
commit f1951f53f5

View File

@ -17,7 +17,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini
wsn430-v1_4 yunjia-nrf51822 z1
# The following boards do not have an available UART
BOARD_BLACKLIST += mips-malta pic32-wifire pic32-clicker ruuvitag
BOARD_BLACKLIST += mips-malta 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.