1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 07:21:18 +01:00

pkg/nimble: switch from xtimer to ztimer

This commit is contained in:
Hauke Petersen 2021-04-12 15:59:30 +02:00
parent 7e22f644da
commit b4ff5aae3a

View File

@ -1,7 +1,11 @@
# RIOT specific dependencies
USEMODULE += posix_semaphore
USEMODULE += sema
USEMODULE += event_callback
USEMODULE += xtimer
USEMODULE += ztimer_msec
# all nRF CPUs support hardware RTT, so we use it
ifneq (,$(filter nrf5%,$(CPU_FAM)))
USEMODULE += ztimer_periph_rtt
endif
# Requires nimble feature
FEATURES_REQUIRED += ble_nimble