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

17 lines
320 B
Makefile
Raw Normal View History

2020-07-15 17:18:59 +02:00
BOARD ?= nucleo-f767zi
include ../Makefile.periph_common
2020-07-15 17:18:59 +02:00
FEATURES_REQUIRED += periph_ptp
FEATURES_OPTIONAL += periph_ptp_speed_adjustment
FEATURES_REQUIRED += periph_timer_periodic
USEMODULE += fmt
TIMER_FREQ ?=
include $(RIOTBASE)/Makefile.include
ifneq (,$(TIMER_FREQ))
CFLAGS += -DTIM_FREQ=$(TIMER_FREQ)
endif