Skip to content

Commit

Permalink
Merge pull request #475 from OrhanYigitDurmaz/master
Browse files Browse the repository at this point in the history
Bring library.json up to date
  • Loading branch information
hathach authored Dec 2, 2024
2 parents f5211f4 + 8077b62 commit 85476dc
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
{
"name": "Adafruit TinyUSB Library",
"keywords": "usb, arduino, tinyusb",
"description": "Arduino library for TinyUSB",
"version": "3.4.1",
"repository": {
"type": "git",
"url": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git"
},
"frameworks": "*",
"platforms": "*",
"build": {
"libArchive": false,
"flags": "-DUSE_TINYUSB"
}
}
},
"authors":
[
{
"name": "Adafruit",
"maintainer": true
}
]
}

0 comments on commit 85476dc

Please sign in to comment.