| Age | Commit message (Expand) | Author |
| 2026-03-27 | fix E15 workaround issue with out of order in double buffer. device bulk rx/t... | hathach |
| 2026-03-27 | clean up hw_endpoint_open(), still has issue with E15 and ping-pong (slow read). | hathach |
| 2026-03-26 | implement ping-pong double buffered for both tx and rx | hathach |
| 2026-03-25 | fix e4 incorrect buf with incorrect buf_id = 1 | hathach |
| 2026-03-25 | mtp: fix adding empty cstring to mtp_container_info | stepan chepushtanov |
| 2026-03-25 | update hcd to handle interrupt per buf | hathach |
| 2026-03-24 | handle buf_status in per buffer basic (INTERRUPT_PER_BUFFER), this allows us ... | hathach |
| 2026-03-23 | add rp2040 sof + stop_trans on nak. increase nak_poll fs/ls delay to 300 us t... | hathach |
| 2026-03-23 | Revert "Make driver init() function optional" | Ha Thach |
| 2026-03-22 | Unifiy Device and Host side | Cédric Berger |
| 2026-03-22 | net: save actual ep_size from descriptor in netd_open instead of hardcoding 6... | copilot-swe-agent[bot] |
| 2026-03-22 | net: cache ep_size in local variable in ncm_device.c xmit_insert_required_zlp | copilot-swe-agent[bot] |
| 2026-03-22 | net: remove CFG_TUD_NET_ENDPOINT_SIZE, manage ZLP based on real speed in drivers | copilot-swe-agent[bot] |
| 2026-03-22 | net: upgrade net_lwip_webserver to separate FS/HS descriptors and add bInterv... | copilot-swe-agent[bot] |
| 2026-03-22 | Remove unused define | Cédric Berger |
| 2026-03-22 | Simplify tud_task() like in tuh_task() | Cédric Berger |
| 2026-03-22 | False negative in tuh_task_event_ready() | Cédric Berger |
| 2026-03-22 | False positive in tuh_task_event_ready() | Cédric Berger |
| 2026-03-22 | We must wait at least the requested amount | Cédric Berger |
| 2026-03-21 | Don't crash on driver without init() | Cédric Berger |
| 2026-03-20 | clean up | hathach |
| 2026-03-20 | Add support for EPX preemption on RP2350 during NAK conditions | hathach |
| 2026-03-19 | Add EPX transfer scheduling when hcd_edpt_xfer() is called while epx is busy | hathach |
| 2026-03-19 | Merge branch 'refs/heads/master' into rp2040-hcd-epx | hathach |
| 2026-03-19 | rp2 disable hwfifo | hathach |
| 2026-03-18 | Merge pull request #3559 from hathach/fix-fsdev-midi-host-bugs | Ha Thach |
| 2026-03-18 | fix bugs in fsdev hcd, dcd and midi host stream write | hathach |
| 2026-03-18 | Merge pull request #3557 from hathach/hil-host-cdc | Ha Thach |
| 2026-03-18 | ch58x: code cleanup and minor fixes | alt-0191 |
| 2026-03-18 | dcd_ch58x: fix toggle, SETUP race, and bus reset handling | alt-0191 |
| 2026-03-18 | ch58x: fix build flags and driver bugs | alt-0191 |
| 2026-03-18 | ch58x: fix MCU macro naming and add get_deps/boards entries | alt-0191 |
| 2026-03-18 | add WCH CH58x (CH582/CH583) BSP and USB FS device/host driver | alt-0191 |
| 2026-03-18 | Update HID host to correctly handle protocol mode initialization and CONFIG_G... | hathach |
| 2026-03-18 | fix hid_generic_inout for TUD_ENDPOINT_ONE_DIRECTION_ONLY MCUs | hathach |
| 2026-03-17 | CFG_TUH_HID_SET_PROTOCOL_ON_ENUM option to skip set_protocol on enum, default... | hathach |
| 2026-03-17 | fix midi host issue 3544 | hathach |
| 2026-03-16 | clean up fsdev symbols | hathach |
| 2026-03-16 | Unify USB FSDEV driver implementation for various microcontrollers. Replace `... | hathach |
| 2026-03-16 | Consolidate USB FSDEV register definitions for STM32, CH32, and AT32 microcon... | hathach |
| 2026-03-13 | remove TUSB_MCU_VENDOR_ESPRESSIF, use ESP_PLATFORM for Espressif | hathach |
| 2026-03-13 | Merge branch 'master' into ncm_restart | hathach |
| 2026-03-12 | Merge branch 'master' into ncm_restart | Zixun LI |
| 2026-03-12 | reset notification state to speed change | Zixun LI |
| 2026-03-12 | refactor(cdc): remove deprecated runtime CDC configuration, add backward comp... | hathach |
| 2026-03-12 | clean up | hathach |
| 2026-03-12 | refactor(cdc): remove runtime CDC driver configuration in favor of compile-ti... | hathach |
| 2026-03-12 | correct default value for CFG_TUD_VENDOR_TX/RX_BUFSIZE | hathach |
| 2026-03-12 | refactor(vendor/cdc): add CFG_TUD_CDC_RX_NEED_ZLP and CFG_TUD_VENDOR_RX_NEED_ZLP | hathach |
| 2026-03-12 | refactor(config): separate endpoint buffer sizes into RX and TX definitions f... | hathach |