| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-16 | EHCI: fix xfer failed with disconnected device as stalled | hathach | |
| - change CFG_TUH_ENDPOINT_MAX to 16 (max endpoint pair per device) if not defined - change QHD_MAX for EHCI, should be user configurable and more optimized in the future | |||
| 2023-04-27 | more refactor | hathach | |
| 2023-04-27 | cp210x seems to work well | hathach | |
| 2023-04-26 | enable CDC FTDI | hathach | |
| 2023-03-24 | update host example to use new tuh mem macros | hathach | |
| 2023-03-23 | rename and change default pio usb pin to adafruit feather usb host | hathach | |
| 2023-03-22 | add tuh_hid_itf_get_info() and change tuh_cdc_itf_get_info() to use new ↵ | hathach | |
| tuh_itf_info_t | |||
| 2023-03-22 | fine tune CFG_TUH_HID value | hathach | |
| 2023-03-21 | change meaning of CFG_TUH_HID to total number of HID interfaces supported. | hathach | |
| - 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 | |||
| 2023-03-17 | Merge branch 'master' into portability | hathach | |
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2023-03-17 | update host example, add pio-pico-usb for rp2040 | hathach | |
| 2022-12-22 | add tuh_cdc_get_local_line_coding() | hathach | |
| 2022-12-22 | cdc host, add set line coding API | hathach | |
| 2022-12-22 | minor clean up | hathach | |
| 2022-12-21 | add tuh_cdc_tx_complete_cb() callback | hathach | |
| 2022-12-21 | add more host cdc API | hathach | |
| tuh_cdc_write_available(), tuh_cdc_read_flush(), tuh_cdc_rx_cb() callback | |||
| 2022-12-21 | correct cdc host app | hathach | |
| 2022-12-21 | updat cdc host app | hathach | |
| 2022-12-21 | finalizing cdc host, has a working read/write | hathach | |
| TODO: first character seems not to get echoed. set control line state seems to failed with LOG < 2 | |||
| 2022-12-16 | adding tuh_cdc_mount_cb/tuh_cdc_umount_cb | hathach | |
| start adding cdc_app.c to example | |||
| 2022-12-04 | Fix typos | Bastien Nocera | |
| 2022-11-23 | rework tuh_msc_complete_cb_t signature to use new tuh_msc_complete_data_t | hathach | |
| add user arg to all scsi command API that support complete callback | |||
| 2022-11-21 | host msc example work well with rp2040 pio-usb | hathach | |
| 2022-09-13 | Remove unreachable code | Ben Avison | |
| IAR generates warning Pe111 'statement is unreachable'. In a couple of cases, replace return statements with TU_ATTR_FALLTHROUGH; because some compilers apparently can't figure out that the return statements are unreachable but do whinge about an imagined fall-through without them! | |||
| 2022-06-16 | Merge pull request #1480 from Ryzee119/multihub_rebase | Ha Thach | |
| Host: Add support for multi-level usb hubs | |||
| 2022-06-16 | add note for recursive calls of process_device_unplugged() in case of hub | hathach | |
| 2022-06-06 | update all host examples | hathach | |
| 2022-04-27 | clean up | hathach | |
| 2022-04-08 | proof of concpet that device pio-usb work with host pio-usb | hathach | |
| 2022-03-20 | Merge branch 'master' into pio-host | hathach | |
| 2022-03-11 | update hid,msc to new usbh control API | hathach | |
| 2022-03-02 | minor rename | hathach | |
| 2022-03-02 | clean up | hathach | |
| 2022-03-01 | start to add pio usb (host) support | hathach | |
| run as proof of concept | |||
| 2021-08-23 | sepearate CFG_TUH_DEVICE_MAX and CFG_TUH_HUB | hathach | |
| separate dev0 from _usbh_devices pool to save sram | |||
| 2021-08-23 | rename CFG_TUSB_HOST_DEVICE_MAX to CFG_TUH_DEVICE_MAX | hathach | |
| 2021-08-23 | add tuh_hid_receive_report() for applicaiton to explicitly request report | hathach | |
| 2021-08-20 | hid host skip get report descriptor if too large instead of assert | hathach | |
| 2021-06-29 | fix warnings | hathach | |
| 2021-06-28 | fix SET_PROTOCOl, update hid host behavior for default boot interface | hathach | |
| 2021-06-28 | Merge pull request #891 from hathach/host-rp2040-double-buffer | Ha Thach | |
| RP2040 double buffer | |||
| 2021-06-21 | Fix typo in TUH configuration define | Niklas Hauser | |
| 2021-06-12 | increase example CFG_TUH_HID from 2 to 4 | hathach | |
| 2021-06-11 | improve usbh | hathach | |
| 2021-05-22 | add tuh_hid_report_sent_cb() | hathach | |
| 2021-05-22 | rename tuh_hid_get_report_cb to tuh_hid_report_received_cb() | hathach | |
| 2021-05-22 | implement hid host set report with control transfer | hathach | |
| rename mount, umount callback | |||
| 2021-05-22 | clean p | hathach | |
| 2021-05-22 | improve hid parser | hathach | |
