| Age | Commit message (Collapse) | Author |
|
Make the disk disappear on Windows after it was ejected. The device
need to be re-inserted or reseted to re-appear again.
This doesn't affect Linux where the device can be mounted and unmounted
repeatedly.
Closes https://github.com/hathach/tinyusb/issues/549
|
|
Add support for STM32 OTG HS core
|
|
|
|
also add example usage note
|
|
Removes error:
config 1 interface 2 altsetting 0 bulk endpoint 0x3 has invalid maxpacket 64
while enumerationg.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
each port is 1 byte for easy maintenance
|
|
|
|
|
|
samg failed to run net example
|
|
|
|
|
|
|
|
|
|
tested with feather nrf52840 + jlink
|
|
clean up unused descriptor for usbtmc example
|
|
this make the template with Report ID look less weird to the user
|
|
|
|
Cxd56 disconnect connect
|
|
|
|
|
|
Implement setInterface(alt) for usb net driver
|
|
|
|
also add configuration array bound check.
|
|
|
|
|
|
|
|
|
|
tested with dfu_runtime
|
|
usbnet: OS-agnostic (Windows/Linux/macOS) network driver
|
|
net_lwip_webserver: add support for lwip timeouts
|
|
|
|
|
|
|
|
|
|
also increase usbd stack in example when debug is enabled
|
|
port ESP32 S2
|
|
|
|
|
|
|
|
|
|
|
|
|