zephyr/samples/modules/nanopb/sample.yaml
Pieter De Gendt b6979736ca modules: nanopb: introduce new module
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>
2021-04-08 14:57:55 +02:00

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