Home
last modified time | relevance | path

Searched +full:protobuf +full:- +full:compiler (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/doc/services/serialization/
Dnanopb.rst7 `Protocol Buffers <https://protobuf.dev/>`_.
12 Nanopb uses the protocol buffer compiler to generate source and header files,
17 .. group-tab:: Ubuntu
21 .. code-block:: shell
23 sudo apt install protobuf-compiler
25 .. group-tab:: macOS
29 .. code-block:: shell
31 brew install protobuf
33 .. group-tab:: Windows
37 .. code-block:: shell
[all …]
/Zephyr-latest/modules/nanopb/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
9 # Nanopb requires c_std_11 compiler features like _Static_assert
42 bool "Disable 64-bit integer fields"
44 Disable support of 64-bit integer fields, for old compilers or
45 for a slight speedup on 8-bit platforms.
53 process packed arrays, such as protobuf.js versions before 2020.
56 bool "Validate UTF-8"
58 Check whether incoming strings are valid UTF-8 sequences.
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst13 * Added support for :ref:`bin-blobs` (also see :ref:`west-blobs`).
15 * Converted all supported boards from ``pinmux`` to :ref:`pinctrl-guide`.
31 * CVE-2022-2993: Under embargo until 2022-11-03
33 * CVE-2022-2741: Under embargo until 2022-10-14
56 This definition can be used by third-party code to compile code conditional
58 Therefore, any third-party code integrated using the Zephyr build system will
91 changed from ``-ENETDOWN`` to ``-ENETUNREACH``. A return value of ``-ENETDOWN`` now indicates
129 * Removed support for configuring the CAN-FD maximum DLC value via Kconfig
156 valid for specific bindings to specify like :dtcompatible:`gpio-leds` and
157 :dtcompatible:`fixed-partitions`.
[all …]
Drelease-notes-3.3.rst14 * Introduced :ref:`USB-C <usbc_api>` device stack with PD (power delivery)
17 CMSIS-DSP as the default backend.
30 * CVE-2023-0359: Under embargo until 2023-04-20
32 * CVE-2023-0779: Under embargo until 2023-04-22
66 removed in favor of new :dtcompatible:`zephyr,flash-disk` devicetree binding.
71 * Starting from this release ``zephyr-`` prefixed tags won't be created
82 image states). Use of a truncated hash or non-sha256 hash will still work
88 registration function at boot-up. If applications register this then
93 application code, these will now automatically be registered at boot-up (this
129 This may cause out-of-tree scripts or commands to fail if they have relied
[all …]