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

Merge pull request #10697 from MrKevinWeiss/pr/blacklist/iotlab/drivertest

tests/driver_ds1307: Blacklist iotlab boards
This commit is contained in:
Martine Lenders 2019-01-03 15:57:35 +01:00 committed by GitHub
commit 5f8bf7bec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,9 @@
include ../Makefile.tests_common
# Blacklist iotlab boards since a different device has the same i2c address
BOARD_BLACKLIST := iotlab-a8-m3 \
iotlab-m3
USEMODULE += ds1307
USEMODULE += embunit
USEMODULE += xtimer