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 329cae4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"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>"
},
"keywords": [
"USB"
],
"name": "V-USB",
"frameworks": [
"arduino"
],
"version": "0.0.1"
}

0 comments on commit 329cae4

Please sign in to comment.