hal_nordic/nrfx
Adam Wojasinski 4ee20fd6ca nrfx: Update to version 2.10.0
Update nrfx to the recently released version. See
https://github.com/NordicSemiconductor/nrfx/blob/v2.10.0/CHANGELOG.md
for a list of changes that this version introduces.

Origin: nrfx
License: BSD 3-Clause
URL: https://github.com/NordicSemiconductor/nrfx/tree/v2.10.0
commit: 23fb4437c08a9edfdf6d34f002322f693a15e8fe
Purpose: Provide peripheral drivers for Nordic SoCs
Maintained-by: External

Signed-off-by: Adam Wojasinski <adam.wojasinski@nordicsemi.no>
2022-11-03 09:15:27 +01:00
..
doc nrfx: Update to version 2.10.0 2022-11-03 09:15:27 +01:00
drivers nrfx: Update to version 2.10.0 2022-11-03 09:15:27 +01:00
hal nrfx: Update to version 2.10.0 2022-11-03 09:15:27 +01:00
helpers nrfx: Update to version 2.10.0 2022-11-03 09:15:27 +01:00
mdk nrfx: Update to version 2.10.0 2022-11-03 09:15:27 +01:00
samples nrfx: Update to version 2.10.0 2022-11-03 09:15:27 +01:00
soc nrfx: Update to version 2.8.0 2022-04-05 16:26:43 +02:00
templates nrfx: Update to version 2.10.0 2022-11-03 09:15:27 +01:00
CHANGELOG.md nrfx: Update to version 2.10.0 2022-11-03 09:15:27 +01:00
README nrfx: Update to version 2.10.0 2022-11-03 09:15:27 +01:00
nrfx.h nrfx: Update to version 2.8.0 2022-04-05 16:26:43 +02:00

README

nrfx
####

Origin:
   https://github.com/NordicSemiconductor/nrfx/tree/v2.10.0

Status:
   v2.10.0

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:
   23fb4437c08a9edfdf6d34f002322f693a15e8fe

Maintained-by:
   External

License:
   BSD-3-Clause

License Link:
   https://github.com/NordicSemiconductor/nrfx/blob/v2.10.0/LICENSE