mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-29 08:21:18 +01:00
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>
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.