From 7227b00b97ec1a11b85c52df9aa074190c5151d1 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Wed, 8 Apr 2020 10:18:56 +0200 Subject: [PATCH] pkg/nanopb: extend the documentation --- pkg/nanopb/doc.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkg/nanopb/doc.txt b/pkg/nanopb/doc.txt index def7d77601..1a1c291cc4 100644 --- a/pkg/nanopb/doc.txt +++ b/pkg/nanopb/doc.txt @@ -5,4 +5,12 @@ * @brief Provides a protocol buffers library to RIOT * * @see https://github.com/nanopb/nanopb + * + * # Limitations + * + * The generated headers and includes from `.proto` files not accessible outside the + * module in which the `.proto` file is located. + * + * You can include `.proto` files that are not in the same directory by adding the + * directory of the `.proto` include to `PROTOBUF_PATH`. */