aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/machine_rp2040_usb.go
AgeCommit message (Expand)Author
3 daysrp2350 cleanup: unexport internal USB and clock package variable, consts and ...rp2350-cleanupsoypat
2023-02-19machine/rp2040: change calling order for device enumeration fix to do firstdeadprogram
2023-01-07Add USB HID joystick support (#3366)irieda
2022-12-20rp2040: fix usb device enumeration (RP2040-E5)sago35
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-12-19rp2040: fix interrupt issue (2)sago35
2022-12-17rp2040: fix interrupt issuesago35
2022-10-13usb: remove allocs in ISRKenneth Bell
2022-07-26rp2040: usb: reset device address on bus resetKenneth Bell
2022-07-25rp2040: add resetBlock for USBCTRLsago35
2022-07-15rp2040: reduced allocationssago35
2022-07-15rp2040: add support for EnterBootloader()sago35
2022-07-15rp2040: change volatile access to dpsramsago35
2022-07-14machine/usb: refactorings to move functionality under machine/usb packagedeadprogram
2022-07-12rp2040: add support for usb (#2973)sago35