| Age | Commit message (Expand) | Author |
| 2024-11-07 | update bsp for h7 to support host mode | hathach |
| 2024-10-14 | change the tusb_rhport_init_t struct, exclude the rhport to make API more con... | hathach |
| 2024-10-11 | change tusb_init(), tusb_rhport_init() to use init struct for expandability | hathach |
| 2024-10-10 | add new tusb_int_handler(rhport, in_isr) as common irq handler | hathach |
| 2024-07-18 | fix some clang compiler warnings | graham sanderson |
| 2024-04-22 | fix nrfx v3 spim freq when init | hathach |
| 2024-04-22 | fix build with nrfx v3, though max3421e spi does not seem to work well. | hathach |
| 2024-03-04 | correct rp2040 host with max3421 | hathach |
| 2024-01-20 | make CFG_TUH_CDC_LINE_CODING_ON_ENUM optional for ch34x | hathach |
| 2024-01-19 | - add ch34x_set_data_format() | hathach |
| 2023-12-26 | initial support of CH34x CDC device | IngHK |
| 2023-12-26 | allow rp2040 to use max3421e as host controller | hathach |
| 2023-11-22 | fix typo in cdc line coding enum | hathach |
| 2023-11-20 | update example to work with featherwing max3421, set max3421 GPIO0 for vbus | hathach |
| 2023-09-11 | wrap up build cmake & make support for max3421, to enable the Host driver, 'M... | hathach |
| 2023-08-27 | minor update | hathach |
| 2023-08-27 | more update to transaction | hathach |
| 2023-08-14 | fix build iar with lpc43 | hathach |
| 2023-08-04 | Merge branch 'master' into enhance-bsp | hathach |
| 2023-08-03 | rename hw/bsp/board.h to board_api.h | hathach |
| 2023-07-31 | enable USBMC for uno r4, add board_init_after_tusb() API | hathach |
| 2023-05-16 | EHCI: fix xfer failed with disconnected device as stalled | hathach |
| 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 tuh_i... | hathach |
| 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 |
| 2023-03-17 | Merge branch 'master' into portability | hathach |
| 2023-03-17 | fix trailing space and new line | hathach |
| 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 |
| 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 |
| 2022-12-16 | adding tuh_cdc_mount_cb/tuh_cdc_umount_cb | hathach |
| 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 |
| 2022-11-21 | host msc example work well with rp2040 pio-usb | hathach |
| 2022-09-13 | Remove unreachable code | Ben Avison |
| 2022-06-16 | Merge pull request #1480 from Ryzee119/multihub_rebase | Ha Thach |
| 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 |