From 57463d722a55b6ff1ed623f1d5719f42741cb346 Mon Sep 17 00:00:00 2001 From: Kees Bakker Date: Wed, 9 Oct 2019 20:12:02 +0200 Subject: [PATCH] driver/hd44780: black list Sodaq boards The Sodaq boards support Arduino, but there are no ARDUINO_PIN_* defines. --- tests/driver_hd44780/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/driver_hd44780/Makefile b/tests/driver_hd44780/Makefile index 451217602b..715ff6a149 100644 --- a/tests/driver_hd44780/Makefile +++ b/tests/driver_hd44780/Makefile @@ -1,9 +1,11 @@ include ../Makefile.tests_common # the stm32f4discovery does not have the arduino pinout +# Sodaq boards don't have ARDUINO_PIN_* BOARD_BLACKLIST := stm32f4discovery slstk3401a slstk3402a \ sltb001a slwstk6000b-slwrb4150a slwstk6000b-slwrb4162a \ - stk3600 stk3700 + stk3600 stk3700 \ + sodaq-autonomo sodaq-explorer sodaq-one sodaq-sara-aff # currently the test provides config params for arduinos only FEATURES_REQUIRED += arduino