Message ID | cover.1696231870.git.nicola.vetrini@bugseng.com (mailing list archive) |
---|---|
Headers | show |
Series | docs/misra: add documentation skeleton to address MISRA C:2012 Dir 4.1 | expand |
On Mon, 2 Oct 2023, Nicola Vetrini wrote: > The headline of Directive 4.1 states: "Run-time failures shall be minimized". > Thus, it requires the project to supply documentation that pertains the measures > and techinques used to prevent run-time failures from happening. For ease of > reading, the documentation is in RST format, but since ECLAIR needs a source file > to check that the needed subsections and their format is the one expected, the > Makefiles for the docs/ are amended to generate such a file. > > The format and categories of the subsections in the .rst file can be > customized based on feedback from the community: the one provided is just a > basic skeleton that should be tailored to the project. > > Note: The previous version of this series already had a release ack from Henry, > which I didn't add in each commit message since I see in the commit history that > tag being the last. > > Nicola Vetrini (3): > docs/misra: add documentation skeleton for MISRA C:2012 Dir 4.1 > docs: make the docs for MISRA C:2012 Dir 4.1 visible to ECLAIR > automation/eclair: build docs/misra to address MISRA C:2012 Dir 4.1 > > automation/eclair_analysis/build.sh | 6 +- > automation/eclair_analysis/prepare.sh | 7 +- > docs/Makefile | 7 +- > docs/misra/C-runtime-failures.rst | 210 ++++++++++++++++++++++++++ > docs/misra/Makefile | 22 +++ > docs/misra/rules.rst | 7 + > 6 files changed, 252 insertions(+), 7 deletions(-) > create mode 100644 docs/misra/C-runtime-failures.rst > create mode 100644 docs/misra/Makefile Due to the code freeze, I committed these patches temporarily to: https://gitlab.com/xen-project/people/sstabellini/xen.git for-4.19