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

tests/emb6: remove pic32 boards from blacklist

First the comment does not fit these two boards and
second they would work compiler wise but just do not
have an SPI to support the radio. Hence, won't be
used due to missing features.
This commit is contained in:
Sebastian Meiling 2019-10-16 09:46:42 +02:00
parent fe8bb49e39
commit 047104c1c9

View File

@ -3,7 +3,7 @@ BOARD ?= samr21-xpro
include ../Makefile.tests_common
# MSP-430 doesn't support C11's atomic functionality yet
BOARD_BLACKLIST := msb-430 msb-430h pic32-clicker pic32-wifire \
BOARD_BLACKLIST := msb-430 msb-430h \
telosb wsn430-v1_3b wsn430-v1_4 z1
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \