1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/mynewt-core/Makefile.dep
2022-06-07 08:26:37 +02:00

14 lines
310 B
Makefile

USEMODULE += event_callback
USEMODULE += sema
USEMODULE += ztimer_msec
USEMODULE += mynewt-core
DEFAULT_MODULE += auto_init_mynewt-core
ifneq (,$(filter mynewt-core_nrf5x_hal,$(USEMODULE)))
USEPKG += nrfx
endif
# esp frequency is not pow2 so is incompatible with os_cputime
FEATURES_BLACKLIST += arch_esp