mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-15 08:41:56 +00:00
Initial version of some document to capture the secure coding practices used in the Zephyr project. Signed-off-by: David Brown <david.brown@linaro.org> Change-Id: Ic20546a7af832dc7bd193eb91ed44f1badc3ab87
17 lines
367 B
ReStructuredText
17 lines
367 B
ReStructuredText
.. _code:
|
|
|
|
Contributing Code
|
|
#################
|
|
|
|
Details regarding the coding style, the acceptable
|
|
licenses, the naming conventions, the code submission infrastructure, the
|
|
review process and the code documentation can be found on the
|
|
Zephyr Project wiki.
|
|
|
|
* https://wiki.zephyrproject.org/view/Collaboration_Guidelines
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
security.rst
|