No description
Find a file
Nikodem Kastelik d0d0a36419 nrfx 3.3.0 release
Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
2023-12-21 19:49:07 +01:00
doc nrfx 3.3.0 release 2023-12-21 19:49:07 +01:00
drivers nrfx 3.3.0 release 2023-12-21 19:49:07 +01:00
hal nrfx 3.3.0 release 2023-12-21 19:49:07 +01:00
haly nrfx 3.3.0 release 2023-12-21 19:49:07 +01:00
helpers nrfx 3.3.0 release 2023-12-21 19:49:07 +01:00
mdk nrfx 3.3.0 release 2023-12-21 19:49:07 +01:00
soc nrfx 3.3.0 release 2023-12-21 19:49:07 +01:00
templates nrfx 3.3.0 release 2023-12-21 19:49:07 +01:00
.gitignore nrfx 2.11.0 release 2023-04-07 12:23:03 +02:00
CHANGELOG.md nrfx 3.3.0 release 2023-12-21 19:49:07 +01:00
LICENSE nrfx 2.11.0 release 2023-04-07 12:23:03 +02:00
nrfx.h nrfx 3.0.0 release 2023-04-25 13:04:14 +02:00
README.md nrfx 3.0.0 release 2023-04-25 13:04:14 +02:00

nrfx

Overview

nrfx is a standalone set of drivers for peripherals present in Nordic Semiconductor's SoCs and SiPs. 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.

Supported SoCs and SiPs

  • nRF51 Series
  • nRF52805
  • nRF52810
  • nRF52811
  • nRF52820
  • nRF52832
  • nRF52833
  • nRF52840
  • nRF5340
  • nRF9131
  • nRF9160
  • nRF9161

Directories

 .
 ├── doc             # Project documentation files
 ├── drivers         # nrfx driver files
 │   ├── include     # nrfx driver headers
 │   └── src         # nrfx driver sources
 ├── hal             # Hardware Access Layer files
 ├── haly            # Extended Hardware Access Layer files
 ├── helpers         # nrfx driver helper files
 ├── mdk             # nRF MDK files
 ├── soc             # SoC specific files
 └── templates       # Templates of nrfx integration files

Generating documentation

nrfx documentation is available in the doc\html folder of the release package.

Refer to this guide for more details.