{
  "slug": "adom-usb-stub-ti-sitara",
  "version": "0.1.0",
  "type": "app",
  "description": "Load Linux USB-gadget / stub images onto a TI Sitara (AM335x/AM57x/AM62x) USB device controller to present MSC, RNDIS, CDC, or HID \u2014 validate host enumeration.",
  "dependencies": {},
  "keywords": [
    "adom-usb-plugin",
    "firmware",
    "usb-stub",
    "texas"
  ],
  "license": "MIT",
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "files": [
    "adom-usb-stub-ti-sitara",
    "plugin.json",
    "install.sh",
    "uninstall.sh",
    "package.json",
    "README.md",
    "page.json",
    "screenshots/**",
    "skills/**"
  ],
  "adom_usb_plugin": {
    "kind": "firmware",
    "entrypoint": "adom-usb-stub-ti-sitara",
    "vendor": "Texas Instruments",
    "chips": [
      "am335x",
      "am437x",
      "am57x",
      "am62x"
    ],
    "matches": {
      "vid": [
        "0451"
      ],
      "pid": [
        "*"
      ]
    },
    "flash_method": "openocd",
    "personas": [
      {
        "id": "msc-disk",
        "name": "Mass storage gadget",
        "usb_class": "Mass storage",
        "result_vid": "0451",
        "result_pid": "6500"
      },
      {
        "id": "cdc-rndis",
        "name": "RNDIS ethernet gadget",
        "usb_class": "CDC ethernet",
        "result_vid": "0451",
        "result_pid": "6501"
      },
      {
        "id": "cdc-serial",
        "name": "CDC ACM gadget",
        "usb_class": "CDC serial",
        "result_vid": "0451",
        "result_pid": "6502"
      },
      {
        "id": "hid-keyboard",
        "name": "HID keyboard gadget",
        "usb_class": "HID keyboard",
        "result_vid": "0451",
        "result_pid": "6503"
      }
    ],
    "api_version": "1"
  },
  "tags": [
    "adom-usb-plugin",
    "firmware",
    "usb-stub",
    "texas"
  ]
}