porklinggit 601c1de110 update | 2 năm trước cách đây | |
---|---|---|
.. | ||
doc | 2 năm trước cách đây | |
drivers | 2 năm trước cách đây | |
hal | 2 năm trước cách đây | |
mdk | 2 năm trước cách đây | |
soc | 2 năm trước cách đây | |
templates | 2 năm trước cách đây | |
CHANGELOG.md | 2 năm trước cách đây | |
LICENSE | 2 năm trước cách đây | |
README.md | 2 năm trước cách đây | |
nrfx.h | 2 năm trước cách đây |
nrfx is an extract from the nRF5 SDK that contains solely the drivers for peripherals present in Nordic SoCs, for convenience complemented with the MDK package containing required structures and bitfields definitions, startup files etc.
.
├── doc # Project documentation files
├── drivers # nrfx drivers files
│ └── include # nrfx drivers headers
│ └── src # nrfx drivers sources
├── hal # Hardware Access Layer files
├── mdk # Nordic MDK files
├── soc # Nordic SoC related files
└── templates # Templates of nrfx integration files
nrfx documentation is availabe in the doc\html
folder of the release package.
You can also generate documentation yourself from the source code. To do it, install doxygen
and run one of the scripts: generate_html_doc.bat
or generate_html_doc.sh
. Generated
documentation will be stored in the doc\html
directory. Use index.html
to open it.