Lines Matching full:nanopb
3 Nanopb chapter
6 `Nanopb <https://jpa.kapsi.fi/nanopb/>`_ is a C implementation of Google's
12 Nanopb uses the protocol buffer compiler to generate source and header files,
42 Additionally, Nanopb is an optional module and needs to be added explicitly to the workspace:
46 west config manifest.project-filter -- +nanopb
53 Make sure to include ``nanopb`` within your ``CMakeLists.txt`` file as follows:
57 list(APPEND CMAKE_MODULE_PATH ${ZEPHYR_BASE}/modules/nanopb)
58 include(nanopb)
63 Nanopb has `generator options <https://jpa.kapsi.fi/nanopb/docs/reference.html#generator-options>`_
70 See :zephyr_file:`samples/modules/nanopb/src/simple.options.in` and
71 :zephyr_file:`samples/modules/nanopb/CMakeLists.txt` for usage example.