summaryrefslogtreecommitdiff
path: root/tools/gen_usb_descriptor.py
AgeCommit message (Expand)Author
2021-03-31Turn off remote wakeup in USB configuration descriptorDan Halbert
2021-03-15run code formatting scriptmicroDev
2021-02-21USB descriptors: Save flash storage for serial numberJeff Epler
2021-02-16works! no timeoutsDan Halbert
2021-02-12wipDan Halbert
2021-02-11merge from upstream; complicated webusb mergeDan Halbert
2021-02-04usb descriptors all set; rework of enabling for USB devicesDan Halbert
2021-02-04Changed URLKevin Banks
2021-02-04Fix typo in comment FiriaCTO
2021-02-03(I could have sworn I deleted that line...)Kevin Banks
2021-02-03Code cleanup and added a WEBUSB_README fileKevin Banks
2021-02-03Trying to keep two ARM builds from overflowing their FLASHKevin Banks
2021-02-01Restored accidentally deleted characterKevin Banks
2021-02-01ITF_NUM_VENDOR is now automatically computed at run-timeKevin Banks
2021-01-28Partially hard-coded VENDOR descriptor has been added. First build to be acce...Kevin Banks
2021-01-26BOS and MS_OS_2.0 descriptors have been added. Still more descriptor work TODO.Kevin Banks
2021-01-25Most of the code we need has been pulled in from the tinyusb webusb_serial de...Kevin Banks
2021-01-22Now generates the WebUSB URL Descriptor. Still need to generate the Vendor De...Kevin Banks
2021-01-20Initial steps, mostly via clone and modify.Kevin Banks
2020-09-10Merge pull request #3302 from xiongyihui/mainScott Shawcroft
2020-08-30Remove debugging print-out for endpoint checking.Dan Halbert
2020-08-27gen_usb_descriptor: Fix off-by-1 error in endpoint countingJeff Epler
2020-08-19Add usb-endpoint-count checkingJeff Epler
2020-08-19support to get HID OUT reportYihui Xiong
2020-07-29Merge remote-tracking branch 'adafruit/main' into improve-highspeed-usbhathach
2020-07-29move CFG_TUSB_RHPORT0_MODE into generated headerhathach
2020-07-29replace USB_MSC_MAX_PACKET_SIZE with USB_HIGHSPEED in descriptor gen toolhathach
2020-07-28fix windows' encoding defaultsencodinglady ada
2020-07-22Add externs. GCC10 complains about duplicate definesScott Shawcroft
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2019-11-12Allow boards to change the "CircuitPython" text in their USB interface descri...Thea Flowers
2019-10-08Fix invalid syntax errorKamil Tomaszewski
2019-10-08Merge branch 'master' into circuitpython-number-endpointkamtom480
2019-10-08Add the specific endpoint namesKamil Tomaszewski
2019-10-08Use boolean type for renumber_endpointsKamil Tomaszewski
2019-10-07Add HID OUTKamil Tomaszewski
2019-10-07Add validationKamil Tomaszewski
2019-10-07Add an alternative way to number the USB endpointsKamil Tomaszewski
2019-10-04Add a way to change max packet size for MSCKamil Tomaszewski
2019-10-01Update tinyusb to fix gamepad;add HID OUT interface descriptorDan Halbert
2019-09-09Renumber only chosen USB interfaces; fix HID report idsDan Halbert
2019-09-04use only one endpoint pair for MSC except on SAMD21Dan Halbert
2019-09-03simpler generation of HID device tablesDan Halbert
2019-09-03WIPDan Halbert
2019-01-10Polish thanks to Dan's feedbackScott Shawcroft
2019-01-09Add USB MIDI support for SAMD and nRF.Scott Shawcroft
2018-11-09Incorporate feedback:Scott Shawcroft
2018-11-08Move atmel-samd to tinyusb and support nRF flash.Scott Shawcroft