| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-29 | Merge pull request #3576 from embedded-ideas/master | Zixun LI | |
| fix incorrect check for NO_WARN_RWX_SEGMENTS_SUPPORTED. | |||
| 2026-03-29 | fix incorrect check for NO_WARN_RWX_SEGMENTS_SUPPORTED. Use "NOT DEFINED" ↵ | Tobi | |
| instead of "NOT VAR" to properly detect whether the variable is unset. | |||
| 2026-03-28 | Clear DOEPCTL_USBAEP instead of setting DOEPCTL = DOEPCTL_SNAK | gab-k | |
| 2026-03-28 | rp2 common refactor | hathach | |
| 2026-03-28 | Minimize changes in ISO OUT reset fix | gab-k | |
| 2026-03-28 | Add nrf54lm20 dwc2 info | gab-k | |
| 2026-03-28 | fix ISO OUT stale state on alt-setting switch with different MPS | gab-k | |
| 2026-03-28 | host epx clean up | hathach | |
| 2026-03-27 | osal/mynewt: fix queue receive tiemout | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-03-27 | Merge pull request #3570 from IntegraSources/mtp-changes | Zixun LI | |
| mtp: fixes in add_string | |||
| 2026-03-27 | fix string overflow | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-03-27 | refactor | hathach | |
| 2026-03-27 | rename and clean up | hathach | |
| 2026-03-27 | fix E15 workaround issue with out of order in double buffer. device bulk ↵ | hathach | |
| rx/tx ping-pong double buffered all working well | |||
| 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: add sending mtp response if MTP_RESP_OPERATION_NOT_SUPPORTED | stepan chepushtanov | |
| 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 | |
| to sync/move half data payload instead of waiting for pair complete. Refactor endpoint control and buffer handling functions for clarity and efficiency. | |||
| 2026-03-23 | add rp2040 sof + stop_trans on nak. increase nak_poll fs/ls delay to 300 us ↵ | hathach | |
| to prevent xfer is ack while stopping. | |||
| 2026-03-23 | update host msc hil test | hathach | |
| 2026-03-23 | Merge pull request #3569 from hathach/revert-3565-driver-init | Ha Thach | |
| Revert "Make driver init() function optional" | |||
| 2026-03-23 | Revert "Make driver init() function optional" | Ha Thach | |
| 2026-03-22 | Merge pull request #3565 from Precidata/driver-init | Zixun LI | |
| Make driver init() function optional | |||
| 2026-03-22 | Unifiy Device and Host side | Cédric Berger | |
| 2026-03-22 | remove accidentally committed submodule entries | copilot-swe-agent[bot] | |
| 2026-03-22 | placeholder | copilot-swe-agent[bot] | |
| Co-authored-by: HiFiPhile <[email protected]> Agent-Logs-Url: https://github.com/hathach/tinyusb/sessions/3d21b8d3-b2df-4603-a426-2bcfdb408f04 | |||
| 2026-03-22 | remove accidentally committed submodule entries | copilot-swe-agent[bot] | |
| 2026-03-22 | examples/net_lwip_webserver: fix other_speed_config to use ↵ | copilot-swe-agent[bot] | |
| TUSB_DESC_OTHER_SPEED_CONFIG and fix SEED typo Co-authored-by: HiFiPhile <[email protected]> Agent-Logs-Url: https://github.com/hathach/tinyusb/sessions/3d21b8d3-b2df-4603-a426-2bcfdb408f04 | |||
| 2026-03-22 | net: save actual ep_size from descriptor in netd_open instead of hardcoding ↵ | copilot-swe-agent[bot] | |
| 64/512 Co-authored-by: HiFiPhile <[email protected]> Agent-Logs-Url: https://github.com/hathach/tinyusb/sessions/4c20b579-db28-4643-b062-81881adcf6c1 | |||
| 2026-03-22 | net: cache ep_size in local variable in ncm_device.c xmit_insert_required_zlp | copilot-swe-agent[bot] | |
| Co-authored-by: HiFiPhile <[email protected]> Agent-Logs-Url: https://github.com/hathach/tinyusb/sessions/5d355974-2223-4071-8d14-b6d4ac1fd030 | |||
| 2026-03-22 | remove accidentally committed submodule entries | 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] | |
| Co-authored-by: HiFiPhile <[email protected]> Agent-Logs-Url: https://github.com/hathach/tinyusb/sessions/5d355974-2223-4071-8d14-b6d4ac1fd030 | |||
| 2026-03-22 | remove accidentally committed submodule entries | copilot-swe-agent[bot] | |
| 2026-03-22 | net: upgrade net_lwip_webserver to separate FS/HS descriptors and add ↵ | copilot-swe-agent[bot] | |
| bInterval to TUD_CDC_NCM_DESCRIPTOR Co-authored-by: HiFiPhile <[email protected]> Agent-Logs-Url: https://github.com/hathach/tinyusb/sessions/e212b526-e279-4a83-88bf-a742df293165 | |||
| 2026-03-22 | Update documentation | Cédric Berger | |
| 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 | |
| Handle init() like deinit() | |||
| 2026-03-20 | clean up | hathach | |
| 2026-03-20 | Add dd command to MSC file explorer for sector read and speed reporting, ↵ | hathach | |
| adjust CLI configuration and HIL tests | |||
| 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 | Merge pull request #3560 from hathach/rp2-disable-hwifo | Ha Thach | |
| rp2 disable hwfifo | |||
