summaryrefslogtreecommitdiff
path: root/src/portable/raspberrypi
AgeCommit message (Expand)Author
2021-06-03Merge pull request #865 from kilograham/pico-0.10.0Ha Thach
2021-05-31use hcd_frame_number() instead of uframehathach
2021-05-31remove obsolete hcd_pipe_queue_xfer()/hcd_pipe_xfer()hathach
2021-05-30add more commenthathach
2021-05-30add errata numberhathach
2021-05-30fix incorrect data toggle when max packet size < 64hathach
2021-05-30rp2040: fix debug compilation errorgraham sanderson
2021-05-28update limit each transfer not less than 64hathach
2021-05-27clean up tusb_fifo.h includehathach
2021-05-10Update trace statements that referenced deprecated structure elements.corvus-ossifragus
2021-05-07Update hcd_rp2040.ccorvus-ossifragus
2021-03-10fix ci build with rp2040hathach
2021-03-04fix enum walkaround forever check for SE0 when pull up is disabledhathach
2021-03-02clean uphathach
2021-03-02rp2040 add disconnection detectionhathach
2021-03-02fix rp2040 host buildhathach
2021-03-02Merge pull request #684 from hathach/rp2040-host-exampleHa Thach
2021-02-27Merge pull request #675 from majbthrd/rp2040epaddrHa Thach
2021-02-26rp2040: improve _hw_endpoint_init()Peter Lawrence
2021-02-26add rp2040 to host example buildhathach
2021-02-26Merge pull request #682 from hathach/rp2040_fix_hcd_initHa Thach
2021-02-25Update RP2040 hcd_init to have rhport argument.Liam Fraser
2021-02-25Merge branch 'master' into rp2040epaddrmajbthrd
2021-02-25Merge branch 'master' into rp2040devicemajbthrd
2021-02-25rp2040: requested code mode in rp2040_usb.hPeter Lawrence
2021-02-25rp2040: requested change from TU_MIN to tu_min16Peter Lawrence
2021-02-23rp2040: don't compile in host code when in device modePeter Lawrence
2021-02-23rp2040: use TU endpoint conventions and remove redundant variablesPeter Lawrence
2021-02-23rp2040: leverage existing macro for capping endpoints in pico-sdkPeter Lawrence
2021-02-22rp2040: correctly size variables to reduce RAM usagePeter Lawrence
2021-02-22merge iso and cbi transaction size to max ep sizehathach
2021-02-19Remove stray. commented out linendinsmore
2021-02-18Change to using tu_min32ndinsmore
2021-02-17Included size check for ISO buffersNicholas R Dinsmore
2021-02-17Enable iso buffers per rp2040 specNicholas R Dinsmore
2021-02-12Fixes RP2040 buffer reallocation overrun problem (#642)ndinsmore
2021-02-01Merge pull request #610 from hathach/rp2040-followup2Ha Thach
2021-01-27clean up rp2040 assigned_address, remove panic from remote_wakeuphathach
2021-01-27wrap rp2040_usb around opt mcuhathach
2021-01-23rp2040: start to adopt TU coding conventionsPeter Lawrence
2021-01-23rp2040_hcd: check pointer before usingPeter Lawrence
2021-01-19RP2040 supportgraham sanderson