Commit Graph

3 Commits

Author SHA1 Message Date
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
Wyatt Hepler
8635af956b Update Sphinx conf.py; add autodoc extension
Change-Id: I4754d7d2203da2d9364d11aca65474eb29505fbf
2019-12-05 16:33:33 -08:00
Wyatt Hepler
b627b416f4 Add .pylintrc
Generated a default pylintrc with pylint's --generate-rcfile option and
made a few modifications:

  * Set jobs to 0 (sets to number of cores).
  * Disable fixme and subprocess-run-check.
  * Always expect LF.
  * Adjust min/max counts to avoid warnings.

Change-Id: I0a57457e39cce9191172aaa1dc694d5fb4474f0b
2019-11-27 11:18:08 -08:00