• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

doc/03-Aug-2024-9,5545,111

drivers/03-Aug-2024-41,26122,619

hal/03-Aug-2024-56,79129,851

haly/03-Aug-2024-12,5128,057

helpers/03-Aug-2024-3,7862,403

mdk/03-Aug-2024-3,439,6933,188,956

samples/03-Aug-2024-13,0268,527

soc/03-Aug-2024-1,929832

templates/03-Aug-2024-37,81611,578

CHANGELOG.mdD03-Aug-202444 KiB666568

READMED03-Aug-20241.2 KiB4533

nrfx.hD03-Aug-20241.8 KiB459

README

1nrfx
2####
3
4Origin:
5   https://github.com/NordicSemiconductor/nrfx/tree/v3.5.0
6
7Status:
8   v3.5.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   4620e7ccfebc08dbd4c039bc7d530b62c4c68ca8
36
37Maintained-by:
38   External
39
40License:
41   BSD-3-Clause
42
43License Link:
44   https://github.com/NordicSemiconductor/nrfx/blob/v3.5.0/LICENSE
45