X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=library.json;h=8e963f34231f8f7744fd6283a523badfaad9b682;hb=9deebe0f0f824ca9f2628fe7d927b2e8bf141be5;hp=534c3bf5d1ddde4a281af7374e265a7cfb4c0163;hpb=01ac4d6f342760aa85901d041c0dbf837eccb77a;p=apps%2Fagl-service-can-low-level.git diff --git a/library.json b/library.json index 534c3bf5..8e963f34 100644 --- a/library.json +++ b/library.json @@ -1,5 +1,6 @@ { "name": "Nanopb", + "version": "0.3.9-dev", "keywords": "protocol buffers, protobuf, google", "description": "Nanopb is a plain-C implementation of Google's Protocol Buffers data format. It is targeted at 32 bit microcontrollers, but is also fit for other embedded systems with tight (2-10 kB ROM, <1 kB RAM) memory constraints.", "repository": { @@ -11,11 +12,12 @@ "email": "jpa@nanopb.mail.kapsi.fi", "url": "http://koti.kapsi.fi/jpa/nanopb/" }], - "frameworks": [ - "arduino" + "include": [ + "*.c", + "*.cpp", + "*.h" ], - "platforms": [ - "atmelavr", - "teensy" - ] + "examples": "examples/*/*.c", + "frameworks": "*", + "platforms": "*" }