Page 1 of 1

Support NanoPb

Posted: Tue Dec 25, 2018 3:26 am
by hoainguyen265
Hi all,

I want to use protobuf in my esp32 project with nanopb.
About nanopb https://github.com/nanopb/nanopb

Anyone can help me to add this to esp32 build system?
Thanks.

Re: Support NanoPb

Posted: Tue Dec 25, 2018 9:32 am
by ESP_igrr
Which build system are you using, Make or CMake?

Have you checked the build system documentation (Make)?

Have you already tried wrapping nanopb in a component, and which issues did you run into?