X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=library.json;h=1a0b07c10ce4e02c93278e98e7cff1b6479b12c7;hb=ffe4aff87cc3a15863c09aa808adf2381c8f2fb7;hp=534c3bf5d1ddde4a281af7374e265a7cfb4c0163;hpb=01ac4d6f342760aa85901d041c0dbf837eccb77a;p=apps%2Fagl-service-can-low-level.git diff --git a/library.json b/library.json index 534c3bf5..1a0b07c1 100644 --- a/library.json +++ b/library.json @@ -1,5 +1,6 @@ { "name": "Nanopb", + "version": "0.3.8-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": "*" }