1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg_nanopb
MrKevinWeiss 600e9f4e47 tests/pkg*: Add app.config.test to pkg tests
This adds app config to the package tests that are available:

- tests/pkg_c25519
- tests/pkg_cayenne-lpp
- tests/pkg_cifra
- tests/pkg_cn-cbor
- tests/pkg_emlearn
- tests/pkg_hacl
- tests/pkg_heatshrink
- tests/pkg_jsmn
- tests/pkg_libb2
- tests/pkg_libcose
- tests/pkg_libfixmath
- tests/pkg_libhydrogen
- tests/pkg_lora-serialization
- tests/pkg_micro-ecc
- tests/pkg_minmea
- tests/pkg_monocypher
- tests/pkg_nanocbor
- tests/pkg_nanopb
- tests/pkg_qcbor
- tests/pkg_qdsa
- tests/pkg_relic
- tests/pkg_tiny-asn1
- tests/pkg_tinycbor
- tests/pkg_tinycrypt
- tests/pkg_tweetnacl
- tests/pkg_yxml
2021-04-08 16:44:10 +02:00
..
tests tests/pkg_nanopb: initial commit 2019-10-18 22:34:29 +02:00
app.config.test tests/pkg*: Add app.config.test to pkg tests 2021-04-08 16:44:10 +02:00
main.c tests/pkg_nanopb: initial commit 2019-10-18 22:34:29 +02:00
Makefile tests/pkg_nanopb: initial commit 2019-10-18 22:34:29 +02:00
Makefile.ci boards: Introduce atxmega-a3bu-xplained board 2021-04-07 20:06:11 -03:00
README.md tests/pkg_nanopb: initial commit 2019-10-18 22:34:29 +02:00
simple.proto pkg/nanopb: fix for proto files with includes 2020-04-02 17:21:25 +02:00

Introduction

This is a test application for the nanoPb library. The library provides a Google Protocol Buffers encoder / decoder.

Prerequisites

Install the protobuf compiler and the protobuf python bindings. On Debian/ubuntu, the corresponding packages are protobuf-compiler and python-protobuf. On Arch, it is protobuf and python-protobuf.