Skip to content

Commit

Permalink
Add library.json meta-info file for PlatformIO
Browse files Browse the repository at this point in the history
Allows PlatformIO to use this repository as a library, in e.g. a lib_deps expression.
  • Loading branch information
maxgerhardt authored Mar 10, 2021
1 parent 50aa81f commit c4d913a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "STM8_headers",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/gicking/STM8_headers.git"
},
"authors": {
"name": "Georg Icking-Konert",
"email": "[email protected]",
"url": "https://github.com/gicking"
},
"license": "MIT",
"platforms": "ststm8",
"frameworks": "*",
"build": {
"flags": [
"-I include/"
]
}
}

0 comments on commit c4d913a

Please sign in to comment.