summaryrefslogtreecommitdiff
path: root/src/portable/raspberrypi
AgeCommit message (Expand)Author
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-08fix hcd force_single mistake by refactorhathach
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-11-19Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...HiFiPhile
2025-11-17make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ...hathach
2025-10-31Merge branch 'copilot/fix-dcd-edpt-xfer-issue' of https://github.com/hathach/...HiFiPhile
2025-10-31Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...HiFiPhile
2025-10-27improve warnings with rp2040 familyhathach
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-04-23rename and expose tuh_bus_info_get() to applicationhathach
2025-04-23rename hcd_devtree_info_t to tuh_bus_info_t, hcd_devtree_get_info to hcd_bus_...hathach
2025-03-26added hcd_edpt_close() stub for other portshathach
2025-03-25add tuh_edpt_close() API, it will abort any pending transferhathach
2025-03-05rp2040: abort transfer if active in iso_activate()hathach
2025-03-05Merge branch 'master' into fork/pschatzmann/rp2040-isohathach
2025-02-28fix(hcd_rp2040) assert/panic endpoint already active: when a device reset whi...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-11hcd_init() take init structhathach
2024-10-11fix fuzzing buildhathach
2024-10-11change dcd_init() to take rhport structhathach
2024-07-17RP2040: no need to clear usb_hw (usb registers) as they are reset to default ...Liam Fraser
2024-07-17RP2040: Use our own unaligned memcpy to avoid alignment faults with some memc...Liam Fraser
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-29fix rp2 debug build with level 3hathach
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-12-26allow rp2040 to use max3421e as host controllerhathach
2023-11-03fix race condition when dev0 is removed while enumeratinghathach
2023-09-27change hcd_int_handler(rhport, in_isr) signature: add in_isrhathach
2023-08-07code formathathach
2023-08-04Merge branch 'master' into masterHa Thach
2023-07-26correct hcd_edpt_clear_stall() API signaturehathach
2023-07-24add hcd abort xfer for rp2040 pio usbhathach
2023-07-21add stub hcd_edpt_abort_xfer() for all portshathach