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:
parent
f77006044d
commit
3c72239dc4
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user