Lines Matching +full:protocol +full:- +full:tests +full:- +full:core
1 Nanopb - Protocol Buffers for Embedded Systems
4 [](https://travis-ci.org/nano…
6 Nanopb is a small code-size Protocol Buffers implementation in ansi C. It is
18 ------------------------
31 Using the Protocol Buffers compiler (protoc)
32 --------------------------------------------
39 Mac OS X version), the `protoc` binary is included in the 'generator-bin'
42 generator-bin/protoc --nanopb_out=. myprotocol.proto
46 On Linux, the necessary packages are `protobuf-compiler` and `python-protobuf`.
51 protoc --plugin=protoc-gen-nanopb=nanopb/generator/protoc-gen-nanopb ...
55 Running the tests
56 -----------------
57 If you want to perform further development of the nanopb core, or to verify
60 so you need to have that installed (ex: `sudo apt install scons` on Ubuntu). To run the tests:
62 cd tests
69 supporting the same command line options as gcc does. To run tests on
71 tests with different compilers on any platform.