Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xckhmf/nrfx
Standalone drivers for peripherals present in Nordic SoCs
https://github.com/xckhmf/nrfx
Last synced: 16 days ago
JSON representation
Standalone drivers for peripherals present in Nordic SoCs
- Host: GitHub
- URL: https://github.com/xckhmf/nrfx
- Owner: xckhmf
- License: other
- Fork: true (NordicSemiconductor/nrfx)
- Created: 2020-04-19T08:25:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T20:06:39.000Z (3 months ago)
- Last Synced: 2024-10-24T07:25:14.265Z (3 months ago)
- Language: C
- Homepage:
- Size: 3.83 MB
- Stars: 1
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rt-thread - nrfx - Standalone set of drivers for peripherals present in Nordic Semiconductor's SoCs. (Packages / Peripherals)
- awesome-rt-thread - nrfx - Standalone set of drivers for peripherals present in Nordic Semiconductor's SoCs. (Packages / Peripherals)
README
# 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](doc/README.md) for more details.