third_party.pigweed.src/pw_protobuf_compiler
Alexei Frolov bbf164c985 Add pw_protobuf module
This change adds a pw_protobuf module containing a lightweight protobuf
wire format encoder. The encoder comes with a Python script that plugs
into protoc to generate C++ classes from Protobuf files that wrap its
functionality.

Bug: 20

Change-Id: I867655ab64c2f6ddd2a731054b1fbe7ccc97ba70
2019-12-18 21:29:17 +00:00
..
py Add pw_protobuf module 2019-12-18 21:29:17 +00:00
BUILD.gn Run 'pw format --fix' on a few files. 2019-12-16 19:06:00 +00:00
docs.rst
proto.gni Add pw_protobuf module 2019-12-18 21:29:17 +00:00
README.md

pw_protobuf_compiler: Build system support for protobufs