You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
422 B
13 lines
422 B
4 months ago
|
URL: https://jpa.kapsi.fi/nanopb/
|
||
|
Version: 0.3.9.1
|
||
|
License: zlib
|
||
|
Description: "nanopb-c: A plugin for Google Protobuf compiler that generates C code"
|
||
|
|
||
|
To use with Android modify Android.mk adding .proto files to
|
||
|
LOCAL_SRC_FILES and set LOCAL_PROTOC_OPTIMIZE_TYPE:
|
||
|
|
||
|
LOCAL_SRC_FILES += simple.proto
|
||
|
LOCAL_PROTOC_OPTIMIZE_TYPE := nanopb-c
|
||
|
|
||
|
Then look at https://jpa.kapsi.fi/nanopb/ Documentation for how to use nanopb-c.
|