Jump to letter: [
ABCDFGHIJKLMNOPQRSTUVWXYZ
]
nanopb - Protocol Buffers with small code size
- Description:
Nanopb is a plain-C implementation of Google's Protocol Buffers data format.
It is targeted at 32 bit microcontrollers, but is also fit for other embedded
systems with tight (2-10 kB ROM, <1 kB RAM) memory constraints. Nanopb supports
static memory allocation, i.e. you don't need a malloc implementation and can
be sure of the memory requirements of your code.
Packages:
Changelog:
by Scott R. Shinn (2018-07-13):
- init package
|