I am wondering about the common types defined by google and available as part of the standard protoc compiler. I would like to use the Timestamp and Duration types. I have added the following line to my .proto file.
Running protoc from the command line handles this just fine, even though there is no "timestamp.proto" in the project. Running the build for the nRF5340 from VS Code however fails with the message "fatal error: google/protobuf/timestamp.pb.h: No such file or directory".
The CMakeLists.txt is set up the same as in zephyr/samples/modules/nanopb.
Is this simply not possible, or do I need to do something different with the CMake?