1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 10:32:44 +01:00
RIOT/tests/pkg_nanopb
Gerson Fernando Budke 4a9f0efb6d boards: introduce atmega328p-xplained-mini
Add ATmega328P Xplained Mini board.  The board is an official
development kit from MCHP based on the Arduino UNO, reduced
hardware, with a xplainedmini debugger and CDC ACM serial
converter.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-03-27 14:10:19 -03:00
..
tests tests/pkg_nanopb: initial commit 2019-10-18 22:34:29 +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 atmega328p-xplained-mini 2021-03-27 14:10:19 -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.