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

..--

doc/11-Mar-2024-9,2984,960

drivers/11-Mar-2024-40,75122,278

hal/11-Mar-2024-53,97128,214

haly/11-Mar-2024-12,4468,011

helpers/11-Mar-2024-3,7852,404

mdk/11-Mar-2024-1,595,3521,447,013

samples/11-Mar-2024-13,0218,523

soc/11-Mar-2024-1,915818

templates/11-Mar-2024-24,7787,517

CHANGELOG.mdD11-Mar-202442.8 KiB638546

READMED11-Mar-20241.2 KiB4533

nrfx.hD11-Mar-20241.8 KiB459

README

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