1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 15:31:17 +01:00
Daniel Lockau 10b93d45ed tests/pkg/nanopb: cover recent google protobuf changes
- update test in tests/pkg/nanopb to detect recent
  google.protobuf changes
- test still runs with google.protobuf 4.21.12
- test now fails with google.protobuf 6.31.1 due to removal of
  deprecated api parts
2025-07-10 12:36:45 +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.