zephyr/ext/hal/nordic/nrfx
Krzysztof Chruscinski c2100c9dd4 ext: hal: nordic: Fix nrf_clock external clock source control
Support for external LF clock source for nrf52811 was missing.
This is a temporary fix until it is replaced with new version of
nrfx which will contain the fix.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2019-07-02 12:58:06 +02:00
..
drivers ext: hal: nordic: Update nrfx to version 1.7.1 2019-04-18 12:41:23 +02:00
hal ext: hal: nordic: Fix nrf_clock external clock source control 2019-07-02 12:58:06 +02:00
mdk ext: hal: nordic: Update nrfx to version 1.6.2 2019-02-26 11:53:20 -06:00
soc ext: hal: nordic: Update nrfx to version 1.7.1 2019-04-18 12:41:23 +02:00
README ext: hal: nordic: Update nrfx to version 1.7.1 2019-04-18 12:41:23 +02:00
nrfx.h

README

nrfx
####

Origin:
   https://github.com/NordicSemiconductor/nrfx/tree/v1.7.1

Status:
   v1.7.1

Purpose:
   With added proper shims adapting it to Zephyr's APIs, nrfx will provide
   peripheral drivers for Nordic SoCs.

Description:
   nrfx is a standalone set of drivers for peripherals present in Nordic
   Semiconductor's SoCs. It originated as an extract from the nRF5 SDK.
   The intention was to provide drivers that can be used in various
   environments without the necessity to integrate other parts of the SDK
   into them. For the user's convenience, the drivers come with the MDK
   package. This package contains definitions of register structures and
   bitfields for all supported SoCs, as well as startup and initialization
   files for them.

   Only relevant files from nrfx are imported. For instance, template files,
   the ones with startup code or strictly related to the installation of IRQs
   in the vector table are omitted in the import.

Dependencies:
   CMSIS header files

URL:
   https://github.com/NordicSemiconductor/nrfx

commit:
   9d68726e41c321f1772c187bd12d82f5b13104f1

Maintained-by:
   External

License:
   BSD-3-Clause

License Link:
   https://github.com/NordicSemiconductor/nrfx/blob/v1.7.1/LICENSE