diff options
author | Ivan Kravets <me@ikravets.com> | 2015-06-17 13:05:01 +0300 |
---|---|---|
committer | Ivan Kravets <me@ikravets.com> | 2015-06-17 13:05:01 +0300 |
commit | 404b1866e36c979b72dfcd57cf5ecca8058772e6 (patch) | |
tree | b2aea3868a5c69ebfb04892236d4a337458ae128 | |
parent | 0afc4cf86945e12269ebc257d32410f0a0421e04 (diff) |
Specify additional fields for @PlatformIO Registry
-rw-r--r-- | library.json | 13 |
1 files changed, 7 insertions, 6 deletions
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": "*" } |