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:
parent
7e22f644da
commit
b4ff5aae3a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user