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 440a53f859
commit 1fc90ab4c4
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")