This repository is a consolidation of various Security Reference Design projects delivered by NXP, to showcase the security capabilities of the NXP MPU/MCU devices.
This repository includes comprehensive documentation for all Security Reference Design projects.
To build the documentation, you need to install Sphinx and its dependencies:
pip install sphinx sphinx_rtd_theme
To build HTML documentation:
cd Documentation
make html
The generated HTML documentation will be available in docs/_build/html/index.html
To build PDF documentation:
cd docs
make latexpdf
The generated PDF documentation will be available in docs/_build/latex/
Please see individual project's README for supported boards.
Please see individual project's README for supported releases.
Please see individual project's README for usage instructions