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>
14 lines
259 B
YAML
14 lines
259 B
YAML
sample:
|
|
description: Nanopb sample, with a simple proto
|
|
buffer
|
|
name: Simple nanopb
|
|
common:
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "Your lucky number was 13!"
|
|
tests:
|
|
sample.modules.nanopb:
|
|
tags: samples nanopb
|