summaryrefslogtreecommitdiff
path: root/library.json
blob: f1bfd638762becefdd348daf1f1b4fdcb092a8a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "TinyUSB",
    "version": "0.18.0",
    "description": "TinyUSB is an open-source cross-platform USB Host/Device stack for embedded system, designed to be memory-safe with no dynamic allocation and thread-safe with all interrupt events are deferred then handled in the non-ISR task function.",
    "keywords": "usb, host, device",
    "repository":
    {
      "type": "git",
      "url": "https://github.com/hathach/tinyusb.git"
    },
    "authors":
    [
      {
        "name": "Ha Thach",
        "email": "[email protected]",
        "maintainer": true
      }
    ],
    "license": "MIT",
    "homepage": "https://www.tinyusb.org/",
    "frameworks": "*",
    "platforms": "*"
}