tests/pkg_minmea: remove blacklisting of ATmega-based boards

The reason for the blacklisting was fixed in the current version of
minmea.
This commit is contained in:
Martine Lenders 2019-05-24 19:01:39 +02:00
parent 6273b30bcb
commit b251f96022

View File

@ -7,16 +7,6 @@ USEMODULE += fmt
# The MSP-430 toolchain lacks mktime and NAN # The MSP-430 toolchain lacks mktime and NAN
BOARD_BLACKLIST := chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 BOARD_BLACKLIST := chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1
# Incompatible due to non-standard ATmega time.h
BOARD_BLACKLIST += arduino-duemilanove \
arduino-leonardo \
arduino-mega2560 \
arduino-nano \
arduino-uno \
jiminy-mega256rfr2 \
mega-xplained \
waspmote-pro
TEST_ON_CI_WHITELIST += all TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include