| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tuh_itf_info_t
|
|
|
|
- previously CFG_TUH_HID is max number of interfaces per device which is
rather limited and consume more resources than needed.
- change hid host instance in API to index
|
|
|
|
|
|
temporarily disable codespell
|
|
|
|
|
|
|
|
|
|
make rp2040 code compile cleanly with LLVM embedded toochain for ARM.
|
|
|
|
|
|
* suppress compiler warning/errors especially in pico-pio-usb
* disable use of pico-pio-usb on gcc 11.3+ for now as it doesn't compile
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|