Searched refs:Nanopb (Results 1 – 25 of 43) sorted by relevance
12
2 Nanopb: Migration from older versions14 Nanopb-0.3.5 (2016-02-13)20 do not define *uint8_t*. Nanopb previously didn't support these platforms.32 Nanopb-0.3.2 (2015-01-24)51 Nanopb-0.3.0 (2014-08-26)124 Nanopb-0.2.9 (2014-08-09)142 Nanopb-0.2.7 (2014-04-07)164 Nanopb-0.2.4 (2013-11-07)182 Nanopb-0.2.1 (2013-04-14)203 Nanopb-0.2.0 (2013-03-02)[all …]
2 Nanopb: Security model52 1. Nanopb will never read more than *bytes_left* bytes from *pb_istream_t*.53 2. Nanopb will never write more than *max_size* bytes to *pb_ostream_t*.54 3. Nanopb will never access memory out of bounds of the message structure.84 Nanopb will properly detect and handle failed memory allocations.
2 Nanopb: Protocol Buffers with small code size7 Nanopb is an ANSI-C library for encoding and decoding messages in Google's `Protocol Buffers`__ for…24 1) Nanopb runtime library:98 Nanopb should compile with most ansi-C compatible compilers. It however
2 Nanopb: Migration from older versions14 Nanopb-0.3.9.1, 0.4.0 (2018-xx-xx)30 Nanopb-0.3.8 (2017-03-05)58 Nanopb-0.3.5 (2016-02-13)64 do not define *uint8_t*. Nanopb previously didn't support these platforms.76 Nanopb-0.3.2 (2015-01-24)95 Nanopb-0.3.0 (2014-08-26)168 Nanopb-0.2.9 (2014-08-09)186 Nanopb-0.2.7 (2014-04-07)208 Nanopb-0.2.4 (2013-11-07)[all …]
18 | Nanopb | ``nanopb`` | Compiles using Nanopb. The build argument |22 | Nanopb RPC | ``nanopb_rpc`` | Compiles pw_rpc service and client code for |53 compiles using Nanopb (if it's installed).218 For example, the ``pw_proto_library`` target for Nanopb sets250 * ``INPUTS``: files to include along with the .proto files (such as Nanopb
20 # ${NAME}.nanopb - Nanopb generated code (requires Nanopb)24 # ${NAME}.nanopb_rpc - generates Nanopb pw_rpc code35 # INPUTS - files to include along with the .proto files (such as Nanopb229 to the path to the Nanopb repository.
18 TEST(Nanopb, CompilesProtobufs) { in TEST() argument
5 find_package(Nanopb REQUIRED)
1 Nanopb example "simple" using CMake
23 // Nanopb does not care about the actual defined data type for callback
1 Nanopb example "simple"
1 Nanopb - Protocol Buffers for Embedded Systems6 Nanopb is a small code-size Protocol Buffers implementation in ansi C. It is
15 set(dir_pw_third_party_nanopb "" CACHE PATH "Path to the Nanopb installation.")
1 Nanopb example "using_double_on_avr"
36 # If Nanopb is available, test protos that import nanopb.proto.