Fix cyclic messages support in generator. Beginnings of test.
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Thu, 28 Aug 2014 18:23:28 +0000 (21:23 +0300)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Thu, 28 Aug 2014 18:23:28 +0000 (21:23 +0300)
commitdf7234fd8b8779c9973b19b5a8fb22ee2e903982
treef1a67e4c255370c850227f9ea3a44154da72e996
parent9e866b485319e2ede206b4eafa0b6235be0c4a38
Fix cyclic messages support in generator. Beginnings of test.

Update issue 130
Status: Started
generator/nanopb_generator.py
tests/cyclic_messages/SConscript [new file with mode: 0644]
tests/cyclic_messages/cyclic.proto [new file with mode: 0644]
tests/cyclic_messages/cyclic_callback.options [new file with mode: 0644]
tests/cyclic_messages/encode_cyclic_callback.c [new file with mode: 0644]