Merge branch 'dev_get_rid_of_ternary_operator'
[apps/agl-service-can-low-level.git] / README
1 Nanopb is a small code-size Protocol Buffers implementation.
2
3 Homepage: http://kapsi.fi/~jpa/nanopb/
4
5 To compile the library, you'll need these libraries:
6 protobuf-compiler python-protobuf libprotobuf-dev
7
8 The only runtime dependencies are memset() and memcpy().
9
10 To run the tests, run make under the tests folder.
11 If it completes without error, everything is fine.