mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 22:12:44 +01:00
12 lines
260 B
Makefile
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
|