summaryrefslogtreecommitdiff
path: root/src/portable/raspberrypi
AgeCommit message (Expand)Author
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
2023-07-02also fixed pico_trac() log messages.Lars Pötter
2023-07-02made line ends consistent.Lars Pötter
2023-06-29add hcd_frame_number() for pio-usb hosthathach
2023-06-26fix warnings when enable rtt with rp2040hathach
2023-04-20[rp2040] Make writes to SIE_CTRL aware of concurrent accessJacek Fedorynski
2023-03-20more compatible with IARhathach
2023-03-18more clean uphathach
2023-03-17Merge branch 'master' into portabilityhathach
2023-03-17fix trailing space and new linehathach
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-31move errata to end of c filehathach
2023-01-31add e15 prefix or walkaround related functions, also minor refactorhathach
2023-01-31minor clean uphathach
2023-01-24rp2040: shuffle hw_endpoint membersJonathan Bell
2023-01-24rp2040: avoid device-mode state machine hangJonathan Bell
2023-01-23rp2040: export hw_endpoint_start_next_buffer() and hw_endpoint_lock_update()Jonathan Bell
2022-11-30more clean uphathach
2022-11-30white spaceshathach
2022-11-23Fix RP2040 Issue 1721rppicomidi
2022-11-04fix -wconversion-int and add minor commenthathach
2022-11-04Merge branch 'master' into rp2040-hcd-bulkHa Thach
2022-10-05Fix typo for log in dcd_rp2040.cmingpepe
2022-09-13[rp2040] Wrap GCC pragmas in #ifdef __GNUC__Ben Avison
2022-09-13Don't assume ints automatically convert to enumsBen Avison
2022-09-13Remove unreachable codeBen Avison
2022-09-12[rp2040] Explicit cast value of `hw_set_alias`Ben Avison
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