summaryrefslogtreecommitdiff
path: root/tools/gen_usb_descriptor.py
AgeCommit message (Expand)Author
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