summaryrefslogtreecommitdiff
path: root/src/portable/raspberrypi/rp2040/dcd_rp2040.c
AgeCommit message (Expand)Author
2026-07-09dcd(rp2040): re-issue in-flight transfer on clear-halt toggle resethathach
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2026-04-01fix issue caused by merging active + pending statehathach
2026-04-01reduce code size, use state to replace active + pendinghathach
2026-03-31finally get rp2040 host epx working with 2-sof solution for switchinghathach
2026-03-28rp2 common refactorhathach
2026-03-27rename and clean uphathach
2026-03-27fix E15 workaround issue with out of order in double buffer. device bulk rx/t...hathach
2026-03-27clean up hw_endpoint_open(), still has issue with E15 and ping-pong (slow read).hathach
2026-03-26implement ping-pong double buffered for both tx and rxhathach
2026-03-25fix e4 incorrect buf with incorrect buf_id = 1hathach
2026-03-25update hcd to handle interrupt per bufhathach
2026-03-24handle buf_status in per buffer basic (INTERRUPT_PER_BUFFER), this allows us ...hathach
2026-03-19Merge branch 'refs/heads/master' into rp2040-hcd-epxhathach
2026-03-19rp2 disable hwfifohathach
2026-01-16renamehathach
2026-01-16refactor hcd, get both control and interrupt endpoint workinghathach
2026-01-10remove transfer_type from hw_endpointhathach
2026-01-09enable dedicated hwfifo for rp2hathach
2026-01-09clean uphathach
2026-01-09only apply errata E5 and E15 for rp2040. rp2350 already fixes thesehathach
2026-01-08minor clean uphathach
2026-01-08change signature for hwep_buf_ctrl_* to take pointer to buf control instead o...hathach
2026-01-07remove hw_endpoint_t rx, rename/change signature of helper functionshathach
2026-01-07refactor remove endpoint_control/buffer_control from hw_endpoint_thathach
2025-10-22Apply suggestions from code reviewZixun LI
2025-10-22Add is_isr parameter to dcd_edpt_xfer and dcd_edpt_xfer_fifocopilot-swe-agent[bot]
2025-08-05fix rp2 iso transfer: reset state before notify stack. since new audio driver...hathach
2025-03-05rp2040: abort transfer if active in iso_activate()hathach
2025-01-15rp2040 correct dcd_edpt_iso_activatepschatzmann
2024-11-28made change per reviews, remove dcd_edpt_close(), rename and move thing aroundhathach
2024-10-15RP2040 New ISO APIpschatzmann
2024-10-14change dcd_init() return from void to boolhathach
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more con...hathach
2024-10-11change dcd_init() to take rhport structhathach
2024-04-08fix unused warninghathach
2024-04-08add class driver deinithathach
2024-04-08Implements tuh_deinit() and tud_deinit() to uninitialize host/device mode.Felix "xq" Queißner
2024-03-13- only abort ep0 if it is activehathach
2024-03-12Merge branch 'master' into fix-rp2040-ctrl-xferhathach
2024-03-11reformat codehathach
2024-02-26work around possible RP2040 erratumTaylor Yu
2023-07-02also fixed pico_trac() log messages.Lars Pötter
2023-06-26fix warnings when enable rtt with rp2040hathach
2023-03-17Merge branch 'master' into portabilityhathach
2023-03-15fix PICO_SHARED_IRQ_HANDLER_HIGHEST_ORDER_PRIORITY not defined in old pico-sdkhathach
2023-03-10rp2040: include hardware/sync.h explicitlyDan Halbert
2023-03-02rp2040: Fixup lib and example compile for LLVM Embedded Toolchain for ARMgraham sanderson
2023-01-31fix typoshathach
2023-01-31add e15 prefix or walkaround related functions, also minor refactorhathach