index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
gen_usb_descriptor.py
Age
Commit message (
Expand
)
Author
2021-03-31
Turn off remote wakeup in USB configuration descriptor
Dan Halbert
2021-03-15
run code formatting script
microDev
2021-02-21
USB descriptors: Save flash storage for serial number
Jeff Epler
2021-02-16
works! no timeouts
Dan Halbert
2021-02-12
wip
Dan Halbert
2021-02-11
merge from upstream; complicated webusb merge
Dan Halbert
2021-02-04
usb descriptors all set; rework of enabling for USB devices
Dan Halbert
2021-02-04
Changed URL
Kevin Banks
2021-02-04
Fix typo in comment
FiriaCTO
2021-02-03
(I could have sworn I deleted that line...)
Kevin Banks
2021-02-03
Code cleanup and added a WEBUSB_README file
Kevin Banks
2021-02-03
Trying to keep two ARM builds from overflowing their FLASH
Kevin Banks
2021-02-01
Restored accidentally deleted character
Kevin Banks
2021-02-01
ITF_NUM_VENDOR is now automatically computed at run-time
Kevin Banks
2021-01-28
Partially hard-coded VENDOR descriptor has been added. First build to be acce...
Kevin Banks
2021-01-26
BOS and MS_OS_2.0 descriptors have been added. Still more descriptor work TODO.
Kevin Banks
2021-01-25
Most of the code we need has been pulled in from the tinyusb webusb_serial de...
Kevin Banks
2021-01-22
Now generates the WebUSB URL Descriptor. Still need to generate the Vendor De...
Kevin Banks
2021-01-20
Initial steps, mostly via clone and modify.
Kevin Banks
2020-09-10
Merge pull request #3302 from xiongyihui/main
Scott Shawcroft
2020-08-30
Remove debugging print-out for endpoint checking.
Dan Halbert
2020-08-27
gen_usb_descriptor: Fix off-by-1 error in endpoint counting
Jeff Epler
2020-08-19
Add usb-endpoint-count checking
Jeff Epler
2020-08-19
support to get HID OUT report
Yihui Xiong
2020-07-29
Merge remote-tracking branch 'adafruit/main' into improve-highspeed-usb
hathach
2020-07-29
move CFG_TUSB_RHPORT0_MODE into generated header
hathach
2020-07-29
replace USB_MSC_MAX_PACKET_SIZE with USB_HIGHSPEED in descriptor gen tool
hathach
2020-07-28
fix windows' encoding defaults
encoding
lady ada
2020-07-22
Add externs. GCC10 complains about duplicate defines
Scott Shawcroft
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2019-11-12
Allow boards to change the "CircuitPython" text in their USB interface descri...
Thea Flowers
2019-10-08
Fix invalid syntax error
Kamil Tomaszewski
2019-10-08
Merge branch 'master' into circuitpython-number-endpoint
kamtom480
2019-10-08
Add the specific endpoint names
Kamil Tomaszewski
2019-10-08
Use boolean type for renumber_endpoints
Kamil Tomaszewski
2019-10-07
Add HID OUT
Kamil Tomaszewski
2019-10-07
Add validation
Kamil Tomaszewski
2019-10-07
Add an alternative way to number the USB endpoints
Kamil Tomaszewski
2019-10-04
Add a way to change max packet size for MSC
Kamil Tomaszewski
2019-10-01
Update tinyusb to fix gamepad;add HID OUT interface descriptor
Dan Halbert
2019-09-09
Renumber only chosen USB interfaces; fix HID report ids
Dan Halbert
2019-09-04
use only one endpoint pair for MSC except on SAMD21
Dan Halbert
2019-09-03
simpler generation of HID device tables
Dan Halbert
2019-09-03
WIP
Dan Halbert
2019-01-10
Polish thanks to Dan's feedback
Scott Shawcroft
2019-01-09
Add USB MIDI support for SAMD and nRF.
Scott Shawcroft
2018-11-09
Incorporate feedback:
Scott Shawcroft
2018-11-08
Move atmel-samd to tinyusb and support nRF flash.
Scott Shawcroft