Code Review
/
apps
/
low-level-can-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
0afc4cf
)
Specify additional fields for @PlatformIO Registry
author
Ivan Kravets
<me@ikravets.com>
Wed, 17 Jun 2015 10:05:01 +0000
(13:05 +0300)
committer
Ivan Kravets
<me@ikravets.com>
Wed, 17 Jun 2015 10:05:01 +0000
(13:05 +0300)
library.json
patch
|
blob
|
history
diff --git
a/library.json
b/library.json
index
534c3bf
..
30a56c9
100644
(file)
--- 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": "*"
}