1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/mynewt-core: use nrfx package

This commit is contained in:
Francisco Molina 2022-06-07 08:26:37 +02:00
parent f77006044d
commit 3c72239dc4
3 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,7 @@ rsource "mynewt-core/Kconfig"
rsource "nanocbor/Kconfig"
rsource "nanopb/Kconfig"
rsource "nanors/Kconfig"
rsource "nrfx/Kconfig"
rsource "qcbor/Kconfig"
rsource "qdsa/Kconfig"
rsource "qr-code-generator/Kconfig"

View File

@ -37,5 +37,6 @@ config MODULE_MYNEWT-CORE_UTIL
config MODULE_MYNEWT-CORE_NRF5X_HAL
bool "mynewt-core nrf52 and nrf51 timer hal"
select PACKAGE_NRFX
endif # PACKAGE_MYNEWT-CORE

View File

@ -5,5 +5,9 @@ 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