1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_ds3231/Makefile
Nicolas Harel c710aff9c6 drivers/ds3231: add alarm support
tests/driver_ds3231

drivers/ds3231: add alarm support with IRQ

drivers/ds3231: alarm support and documentation

drivers/ds3231: alarm interrupt with mutex

drivers/ds3231: alarm, _unlock function

fixup! drivers/ds3231: add alarm support
2021-04-06 14:48:31 +02:00

11 lines
208 B
Makefile

include ../Makefile.tests_common
USEMODULE += ds3231
USEMODULE += xtimer
USEMODULE += shell
#USEMODULE += ds3231_int
#CFLAGS +="-DDS3231_PARAM_INT_PIN=(GPIO_PIN(1,2))"
include $(RIOTBASE)/Makefile.include