1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-22 13:03:54 +01:00

12 lines
260 B
Makefile

BOARD ?= nucleo-f401re
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_qdec
USEMODULE += xtimer
# include boards that have are modified to add a qdec peripheral
EXTERNAL_BOARD_DIRS = $(CURDIR)/boards_modded
include $(RIOTBASE)/Makefile.include