Skip to content

Commit

Permalink
add platformio manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
dvv committed Jun 19, 2018
1 parent 289b0af commit 68a57c7
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"description": "A Firmware-Only USB implementation for Atmel's AVR Microcontrollers",
"repository": {
"url": "https://github.com/dvv/v-usb",
"type": "git"
},
"platforms": [
"atmelavr"
],
"include": "usbdrv",
"build": {
"flags": "-I ../../src",
"srcFilter": "+<usbdrv.c> +<usbdrv.h> +<usbdrvasm.S> -<*.asm>"
},
"examples": [
"examples/mad-mouse"
],
"keywords": [
"USB"
],
"name": "V-USB",
"frameworks": [
"arduino"
],
"version": "0.0.2"
}

0 comments on commit 68a57c7

Please sign in to comment.