summaryrefslogtreecommitdiff
path: root/src/portable/raspberrypi/rp2040
AgeCommit message (Expand)Author
2022-09-12[rp2040] Remove non-portable return statementsBen Avison
2022-09-07Fix bug #1628 by preventing shared irq slots for filling upjmark1m
2022-07-12RP@040: rework CMake for compiler warningsgraham sanderson
2022-06-30rp2040 enable SOF as resumed signal when remote wakeuphathach
2022-06-27use forloop to avoid -Warray-bounds with host setup packethathach
2022-06-27fix all warnings with host rp2040hathach
2022-06-21Merge pull request #1509 from liamfraser/rp2040_hcd_improvementsHa Thach
2022-06-18Merge pull request #1518 from mingpepe/masterHa Thach
2022-06-17rp2040: use shared IRQ handlers, so user can also hook the USB IRQgraham sanderson
2022-06-17Fix typo for log formatmingpepe
2022-06-16rp2040: make moving 1K of code into RAM optional - and off by defaultgraham sanderson
2022-06-13hcd_rp2040 improvements:Liam Fraser
2022-06-08make all hcd/dcd function used in isr into ram with __no_inline_not_in_flash_...hathach
2022-05-31Merge pull request #1381 from hathach/add-sof-isrHa Thach
2022-05-20Minor cleanup of RP2040 code post addition of Pico-PIO_USBgraham sanderson
2022-04-17hcd_rp2040: Add bulk in/out+interrupt out support.Skyler Mansfield
2022-04-08proof of concpet that device pio-usb work with host pio-usbhathach
2022-03-20Merge branch 'master' into pio-hosthathach
2022-03-07implement dcd_sof_enable() for rp2040hathach
2022-03-04rename HCD_MAX_XFER to CFG_TUH_ENDPOINT_MAXhathach
2022-03-03Add host string descriptor functionsScott Shawcroft
2022-03-02try to fix cihathach
2022-03-02minor renamehathach
2022-03-01start to add pio usb (host) supporthathach
2022-02-28Merge pull request #1343 from Daft-Freak/patch-1Ha Thach
2022-02-25rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLEDhathach
2022-02-25rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLEDhathach
2022-02-23Support interrupt OUT in RP2040 HCDCharlie Birks
2021-12-08Handle xfer events before closing EPValentin Milea
2021-12-07Remove buffer reclaim logsValentin Milea
2021-12-04Handle the closing of endpoints on RP2040Valentin Milea
2021-11-30improve hcd_device_close() for rp2040hathach
2021-11-30implement hcd device closerppicomidi
2021-11-05RP2040 HCD: Move invalid ep->active assert in hw_trans_complete. The check fo...Liam Fraser
2021-10-24remove ep descriptor wMaxPacketSize bitfield due to endian issuehathach
2021-10-14More warning cleanupgraham sanderson
2021-10-14Remove compiler warninggraham sanderson
2021-09-01rp2040 implement dcd_edpt_close_all()hathach
2021-09-01rp2040 correct ep set/clear stallhathach
2021-08-31fix rp2040 chapter 9 TD 9.6 testhathach
2021-08-26add dcd_edpt_close_all() for clear existing configured statehathach
2021-08-24rename host API to be consistent with naming on device stackhathach
2021-08-24fix rp2040 buildhathach
2021-08-12add ready check for edpt claimhathach
2021-08-12bus_reset will reset all endpointshathach
2021-08-12white spacehathach
2021-08-12simplify hw_endpoint_init()hathach
2021-08-11more dcd clean uphathach
2021-08-11clean up endpoint set/clear stallhathach
2021-08-11rp2040 enable suspend and resume interrupthathach