1nrfx
2####
3
4Origin:
5   https://github.com/NordicSemiconductor/nrfx/tree/v3.0.0
6
7Status:
8   v3.0.0
9
10Purpose:
11   With added proper shims adapting it to Zephyr's APIs, nrfx will provide
12   peripheral drivers for Nordic SoCs.
13
14Description:
15   nrfx is a standalone set of drivers for peripherals present in Nordic
16   Semiconductor's SoCs. It originated as an extract from the nRF5 SDK.
17   The intention was to provide drivers that can be used in various
18   environments without the necessity to integrate other parts of the SDK
19   into them. For the user's convenience, the drivers come with the MDK
20   package. This package contains definitions of register structures and
21   bitfields for all supported SoCs, as well as startup and initialization
22   files for them.
23
24   Only relevant files from nrfx are imported. For instance, template files,
25   the ones with startup code or strictly related to the installation of IRQs
26   in the vector table are omitted in the import.
27
28Dependencies:
29   CMSIS header files
30
31URL:
32   https://github.com/NordicSemiconductor/nrfx
33
34commit:
35   1c721175f22dbb1bf125a570a427b53f810881bb
36
37Maintained-by:
38   External
39
40License:
41   BSD-3-Clause
42
43License Link:
44   https://github.com/NordicSemiconductor/nrfx/blob/v3.0.0/LICENSE
45