mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
14 lines
310 B
Makefile
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
|