[nrf][clock] use nrfx lib clock driver
Using Nordic's nrfx driver for the clock control peripheral since it address a handful of errata and abstracts some differences in the nrf52 family of parts.
This commit is contained in:
3
external/platform/nrfx/rules.mk
vendored
3
external/platform/nrfx/rules.mk
vendored
@@ -3,11 +3,12 @@ LOCAL_DIR := $(GET_LOCAL_DIR)
|
||||
MODULE := $(LOCAL_DIR)
|
||||
|
||||
MODULE_SRCS := \
|
||||
$(LOCAL_DIR)/drivers/src/nrfx_clock.c \
|
||||
$(LOCAL_DIR)/drivers/src/nrfx_twi.c \
|
||||
$(LOCAL_DIR)/drivers/src/nrfx_twi_twim.c \
|
||||
$(LOCAL_DIR)/drivers/src/nrfx_twim.c \
|
||||
$(LOCAL_DIR)/drivers/src/nrfx_usbd.c \
|
||||
$(LOCAL_DIR)/mdk/system_nrf52.c \
|
||||
$(LOCAL_DIR)/mdk/system_nrf52840.c \
|
||||
$(LOCAL_DIR)/soc/nrfx_atomic.c \
|
||||
|
||||
# The nrfx library doesn't follow the typical lk include directory layout
|
||||
|
||||
Reference in New Issue
Block a user