Add the nanopb library and generator tools as a module. Nanopb is a small code-size Protocol Buffers implementation in ansi C. It is especially suitable for use in microcontrollers, but fits any memory restricted system. Nanopb home: https://jpa.kapsi.fi/nanopb/ Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
32 lines
511 B
ReStructuredText
32 lines
511 B
ReStructuredText
.. _samples-and-demos:
|
|
|
|
Samples and Demos
|
|
#################
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:glob:
|
|
|
|
classic
|
|
basic/*
|
|
userspace/*
|
|
subsys/subsys.rst
|
|
net/net.rst
|
|
bluetooth/bluetooth.rst
|
|
sensor/*
|
|
arch/*
|
|
boards/*
|
|
drivers/drivers.rst
|
|
application_development/*
|
|
shields/*
|
|
portability/*
|
|
posix/*
|
|
kernel/*
|
|
tfm_integration/tfm_integration.rst
|
|
modules/*
|
|
|
|
.. comment
|
|
To add a new sample document, please use the template available under
|
|
``doc/templates/sample.tmpl``
|