aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/nRF5_SDK_15.0.0_a53641a/modules/nrfx/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/nRF5_SDK_15.0.0_a53641a/modules/nrfx/README.md')
-rw-r--r--thirdparty/nRF5_SDK_15.0.0_a53641a/modules/nrfx/README.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/modules/nrfx/README.md b/thirdparty/nRF5_SDK_15.0.0_a53641a/modules/nrfx/README.md
new file mode 100644
index 0000000..2bbfc75
--- /dev/null
+++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/modules/nrfx/README.md
@@ -0,0 +1,37 @@
+# nrfx
+
+## Overview
+
+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.
+
+## Supported SoCs
+
+* nRF51 Series
+* nRF52810
+* nRF52832
+* nRF52840
+
+## Directories
+
+```
+ .
+ ├── 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
+```
+
+## Generating documentation
+
+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.