X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=library.json;h=30a56c94df2273d6cf1dec9302e90f1d995041ba;hb=275e7e868c0fdb2403d5b1754ccc8e628648d583;hp=534c3bf5d1ddde4a281af7374e265a7cfb4c0163;hpb=0afc4cf86945e12269ebc257d32410f0a0421e04;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": "*" }