Nincs leírás

hydevcode 96785ebba0 Fixed an error caused by enabling chip flash in nrf5340 (#18) 1 éve
.github dcae3faf9f Revert "add RT-Thread_Packages_Test ci (#16)" (#17) 2 éve
doc 6b17d4ce3b [update] rebase to version 2.5.0 (#6) 3 éve
drivers 6b17d4ce3b [update] rebase to version 2.5.0 (#6) 3 éve
hal 6b17d4ce3b [update] rebase to version 2.5.0 (#6) 3 éve
helpers 6b17d4ce3b [update] rebase to version 2.5.0 (#6) 3 éve
mdk 6b17d4ce3b [update] rebase to version 2.5.0 (#6) 3 éve
soc 4856fcc938 add nrf5340 bsp support 3 éve
templates 6b17d4ce3b [update] rebase to version 2.5.0 (#6) 3 éve
.gitignore 6b17d4ce3b [update] rebase to version 2.5.0 (#6) 3 éve
CHANGELOG.md 6b17d4ce3b [update] rebase to version 2.5.0 (#6) 3 éve
LICENSE 6b17d4ce3b [update] rebase to version 2.5.0 (#6) 3 éve
README.md 6b17d4ce3b [update] rebase to version 2.5.0 (#6) 3 éve
SConscript 96785ebba0 Fixed an error caused by enabling chip flash in nrf5340 (#18) 1 éve
nrfx.h 6b17d4ce3b [update] rebase to version 2.5.0 (#6) 3 éve

README.md

nrfx

Overview

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.

Supported SoCs

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

Directories

 .
 ├── doc             # Project documentation files
 ├── drivers         # nrfx driver files
 │   ├── include     # nrfx driver headers
 │   └── src         # nrfx driver sources
 ├── hal             # 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.