| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-17 | fix some Wconversion warnings | hathach | |
| 2026-04-11 | Fix musb RXRDY Clearing | Brent Kowal | |
| Resolves an issue in the musb handle_xfer_out function where not all execution paths cleared the MUSB_RXCSRL1_RXRDY bit, causing the RX interface to hang and no longer communicate with the host. Signed-off-by: Brent Kowal <[email protected]> | |||
| 2026-04-10 | Update src/portable/synopsys/dwc2/dcd_dwc2.c | Ha Thach | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2026-04-10 | clean up | hathach | |
| 2026-04-10 | fix DWC2 FIFO depth values for STM32 families | hathach | |
| 2026-04-10 | debloat the workaround | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-04-10 | Allow STM32 FSDEV delay override macros to satisfy 32-bit guard | copilot-swe-agent[bot] | |
| Agent-Logs-Url: https://github.com/hathach/tinyusb/sessions/b35badc2-444a-4329-b136-f314591cf693 Co-authored-by: HiFiPhile <[email protected]> | |||
| 2026-04-10 | Restore errata context comment on inline delay helper | copilot-swe-agent[bot] | |
| Agent-Logs-Url: https://github.com/hathach/tinyusb/sessions/8588a09c-d4e5-4284-8944-47ae4e2a2a1f Co-authored-by: HiFiPhile <[email protected]> | |||
| 2026-04-10 | Make fsdev errata delay helper static inline | copilot-swe-agent[bot] | |
| Agent-Logs-Url: https://github.com/hathach/tinyusb/sessions/8588a09c-d4e5-4284-8944-47ae4e2a2a1f Co-authored-by: HiFiPhile <[email protected]> | |||
| 2026-04-10 | add dwc2_clock_init() to have nrf54 initial sequence. currently stub for ↵ | hathach | |
| other ports. add board_uart_read() for nrf | |||
| 2026-04-09 | rename ep_fifo_size (bytes) to otg_dfifo_depth (words) | hathach | |
| 2026-04-09 | Polish FSDEV delay code readability | copilot-swe-agent[bot] | |
| Agent-Logs-Url: https://github.com/hathach/tinyusb/sessions/3ec0d5b6-cb8e-48ff-8606-3371beb1efcb Co-authored-by: HiFiPhile <[email protected]> | |||
| 2026-04-09 | Clarify STM32U0 delay-default frequency usage | copilot-swe-agent[bot] | |
| Agent-Logs-Url: https://github.com/hathach/tinyusb/sessions/3ec0d5b6-cb8e-48ff-8606-3371beb1efcb Co-authored-by: HiFiPhile <[email protected]> | |||
| 2026-04-09 | Simplify delay loop comment in shared FSDEV helper | copilot-swe-agent[bot] | |
| Agent-Logs-Url: https://github.com/hathach/tinyusb/sessions/3ec0d5b6-cb8e-48ff-8606-3371beb1efcb Co-authored-by: HiFiPhile <[email protected]> | |||
| 2026-04-09 | Decouple DCON stabilize delay from BTABLE errata macro | copilot-swe-agent[bot] | |
| Agent-Logs-Url: https://github.com/hathach/tinyusb/sessions/3ec0d5b6-cb8e-48ff-8606-3371beb1efcb Co-authored-by: HiFiPhile <[email protected]> | |||
| 2026-04-09 | Restore compile-time guard for STM32 FSDEV delay defaults | copilot-swe-agent[bot] | |
| Agent-Logs-Url: https://github.com/hathach/tinyusb/sessions/3ec0d5b6-cb8e-48ff-8606-3371beb1efcb Co-authored-by: HiFiPhile <[email protected]> | |||
| 2026-04-09 | Document and polish shared FSDEV errata delay helper | copilot-swe-agent[bot] | |
| Agent-Logs-Url: https://github.com/hathach/tinyusb/sessions/3ec0d5b6-cb8e-48ff-8606-3371beb1efcb Co-authored-by: HiFiPhile <[email protected]> | |||
| 2026-04-09 | Refactor STM32 FSDEV PMA errata delay into common helper | copilot-swe-agent[bot] | |
| Agent-Logs-Url: https://github.com/hathach/tinyusb/sessions/3ec0d5b6-cb8e-48ff-8606-3371beb1efcb Co-authored-by: HiFiPhile <[email protected]> | |||
| 2026-04-09 | Add initial board support for nRF54LM20 DK | gab-k | |
| 2026-04-02 | Apply suggestion from @Copilot | Ha Thach | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2026-04-02 | rp2040: fix RP2350 hard fault in unaligned_memcpy to USB DPRAM | hathach | |
| Use volatile byte accesses to prevent the compiler from widening the byte-by-byte copy loop into 16/32-bit accesses, which cause a hard fault on RP2350 when targeting USB DPRAM (device memory). Closes #3554 | |||
| 2026-04-02 | Merge pull request #3561 from hathach/rp2040-hcd-epx | Ha Thach | |
| rp2 hcd rework: epx for non-interrupt and ping-pong double buffered | |||
| 2026-04-01 | fix issue caused by merging active + pending state | hathach | |
| 2026-04-01 | reduce code size, use state to replace active + pending | hathach | |
| 2026-03-31 | finally get rp2040 host epx working with 2-sof solution for switching | hathach | |
| 2026-03-31 | host abort transfer on short packet in double buffer. | hathach | |
| 2026-03-30 | Revert unintentional removal of comment | gab-k | |
| 2026-03-30 | Revert back to simple edpt_disable()/edpt_activate() inside ↵ | gab-k | |
| dcd_edpt_iso_activate(), Clear active EP bit in edpt_disable() | |||
| 2026-03-30 | hcd rp2 add double buffered for control endpoint transfers. | hathach | |
| 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 | 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 | 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-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 | |
| Fix bugs in FSDEV HCD/DCD and MIDI host stream write | |||
