Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 896 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 896 Bytes

npmx

Overview

npmx is a set of drivers for peripherals present in Nordic Semiconductor's Power Management ICs (PMICs).

For the user's convenience, the drivers come with the ADK package. This package contains definitions of register structures and bitfields for PMICs.

A comprehensive set of Zephyr samples using this library are also available.

Supported devices

  • nPM1300 Engineering C

Directories

 .
 ├── adk             # nPM ADK files
 ├── backends        # npmx backend files
 ├── doc             # Project documentation files
 ├── drivers         # npmx driver files
 │   ├── include     # npmx driver headers
 │   └── src         # npmx driver sources
 ├── templates       # Templates of npmx integration files
 └── zephyr          # Zephyr integration files