1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/periph/ltdc/Makefile

13 lines
246 B
Makefile
Raw Normal View History

BOARD ?= stm32f746g-disco
include ../Makefile.periph_common
FEATURES_REQUIRED += periph_ltdc
USEMODULE += ztimer
USEMODULE += ztimer_msec
2022-04-12 09:20:18 +02:00
# add include path for riot_logo.h
INCLUDES += -I$(RIOTBASE)/tests
include $(RIOTBASE)/Makefile.include