Add a SCons tool for nanopb protos.

This tool script is useful both for building the tests and also for use in other applications.
This commit is contained in:
Petteri Aimonen
2013-11-23 11:04:12 +02:00
parent 5ef9d5b698
commit df3fd72337
5 changed files with 129 additions and 41 deletions

View File

@@ -2,6 +2,5 @@
Import('env')
env.Proto("funny-proto+name has.characters.proto")
env.Nanopb("funny-proto+name has.characters.pb.c", "funny-proto+name has.characters.pb")
env.NanopbProto("funny-proto+name has.characters.proto")
env.Object("funny-proto+name has.characters.pb.c")