mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 22:12:44 +01:00
10 lines
232 B
Makefile
10 lines
232 B
Makefile
USEMODULE += event_callback
|
|
USEMODULE += sema
|
|
USEMODULE += ztimer_msec
|
|
USEMODULE += mynewt-core
|
|
|
|
DEFAULT_MODULE += auto_init_mynewt-core
|
|
|
|
# esp frequency is not pow2 so is incompatible with os_cputime
|
|
FEATURES_BLACKLIST += arch_esp
|