X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=library.json;h=30a56c94df2273d6cf1dec9302e90f1d995041ba;hb=ba6d86bdcd017195fc5780fe6882569984d0957a;hp=534c3bf5d1ddde4a281af7374e265a7cfb4c0163;hpb=01ac4d6f342760aa85901d041c0dbf837eccb77a;p=apps%2Fagl-service-can-low-level.git diff --git a/library.json b/library.json index 534c3bf5..30a56c94 100644 --- a/library.json +++ b/library.json @@ -11,11 +11,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": "*" }