1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/periph/selftest_shield/Makefile.board.dep
Marian Buschsieweke d7cf39551f
tests/periph/selftest_shield: add test application
This test application makes use of the RIOT Peripheral Selftest Shield,
which connects e.g. PWM to ADC or SPI MOSI to SPI MISO, UART TXD to RXD,
etc. This provides quick and fully automated self testing capabilities.

Please note that the simplicity and ease of use of the hardware comes
with a prices: There are whole classes of issues that cannot be detected
automatically. This test cannot replace other testing approaches
(such as manual testing or PHiLIP on the HiL), but only complement them.
2023-11-10 15:13:23 +01:00

6 lines
136 B
Makefile

ifneq (,$(filter periph_i2c,$(FEATURES_USED)))
ifneq (,$(filter arduino_i2c,$(FEATURES_USED)))
USEMODULE += pcf8574
endif
endif