| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
tuh_cdc_write_available(), tuh_cdc_read_flush(), tuh_cdc_rx_cb()
callback
|
|
|
|
|
|
TODO: first character seems not to get echoed. set control line state
seems to failed with LOG < 2
|
|
start adding cdc_app.c to example
|
|
|
|
add user arg to all scsi command API that support complete callback
|
|
|
|
Host: Add support for multi-level usb hubs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
run as proof of concept
|
|
separate dev0 from _usbh_devices pool to save sram
|
|
|
|
|
|
|
|
|
|
|
|
RP2040 double buffer
|
|
|
|
|
|
|
|
|
|
|
|
rename mount, umount callback
|
|
|
|
|
|
|
|
|
|
add hid set_protocol() and set_protocol_complete_cb()
|
|
|
|
update API accordingly, update hid parser for usage, and usage_page.
|
|
- remove tuh_n_hid_n_get_report()
- usbh auto queue get report and invoke callback when received data
|
|
|
|
adding hid parser
|
|
|
|
|
|
- remove tuh_device_get_state()
- more hid mouse clean up
|
|
rename HOST_CLASS_HID to CFG_TUH_HID
|
|
|