- Set XTIMER_HZ to something that is actually possible to generate with one
of the available clock dividers from the core frequency
- Use xtimer_on_ztimer if xtimer is used and not ztimer_xtimer_compat is used
- This is needed because xtimer is simply not compatible with any of the
possible clock frequencies of this board
6 lines
126 B
Makefile
6 lines
126 B
Makefile
#ifneq (,$(filter saul_default,$(USEMODULE)))
|
|
# USEMODULE += saul_gpio
|
|
#endif
|
|
|
|
include $(RIOTMAKE)/boards/ztimer_only.dep.mk
|