2017-03-25 11:28:10 +01:00
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
|
|
|
# the stm32f4discovery does not have the arduino pinout
|
2019-10-09 20:12:02 +02:00
|
|
|
# Sodaq boards don't have ARDUINO_PIN_*
|
2019-10-08 17:05:35 +02:00
|
|
|
BOARD_BLACKLIST := stm32f4discovery slstk3401a slstk3402a \
|
2019-09-30 19:12:55 +02:00
|
|
|
sltb001a slwstk6000b-slwrb4150a slwstk6000b-slwrb4162a \
|
2019-10-09 20:12:02 +02:00
|
|
|
stk3600 stk3700 \
|
|
|
|
sodaq-autonomo sodaq-explorer sodaq-one sodaq-sara-aff
|
2018-02-27 14:09:23 +01:00
|
|
|
|
2017-03-25 11:28:10 +01:00
|
|
|
# currently the test provides config params for arduinos only
|
|
|
|
FEATURES_REQUIRED += arduino
|
|
|
|
|
|
|
|
USEMODULE += hd44780
|
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.include
|