summaryrefslogtreecommitdiff
path: root/src/portable
AgeCommit message (Expand)Author
2021-06-28Merge pull request #891 from hathach/host-rp2040-double-bufferHa Thach
2021-06-28Merge pull request #927 from hathach/add-rx65n-boardHa Thach
2021-06-26GCC 11 build fix DuMaM
2021-06-26add the entry for RX65Nkkitayam
2021-06-20Merge pull request #895 from ElectronicCats/masterHa Thach
2021-06-19fix race condition with control since TASKS_EP0RCVOUT also require EasyDMAhathach
2021-06-17force single buffered for device mode, out endpointhathach
2021-06-15add support SAML21sabas1080
2021-06-13fix calculating xferred bytes with double buffer with short packet on buffer0hathach
2021-06-13fix ep tx with double bufferedhathach
2021-06-13fix build with log for devicehathach
2021-06-13remove sent_setup from hw endpointhathach
2021-06-13remove dev_ep_maphathach
2021-06-11fix ci buildhathach
2021-06-11log clean uphathach
2021-06-11map pico_info to log2, pico_trace to log3hathach
2021-06-11replace pico_warn by log level 1hathach
2021-06-11remove unused variable in hw endpointhathach
2021-06-11more refactor double buffered rp2040hathach
2021-06-11rename hw endpointhathach
2021-06-11refactor rp2040 usbhathach
2021-06-11double buffered work with hosthathach
2021-06-10more clean uphathach
2021-06-10clean uphathach
2021-06-10implement usbh_edpt_busy (WIP), remove hcd_edpt_busyhathach
2021-06-10remove hcd_edpt_stalled()hathach
2021-06-10Merge pull request #883 from hathach/fix-rp2040-host-transferred-bytesHa Thach
2021-06-08fix computing transferred bytes with E4hathach
2021-06-07add OPT_MCU_MM32F327Xhathach
2021-06-07Add MM32 SDK and USB driver (#869)zhangslice
2021-06-03Add __unused to variables that are only used if TU_LOG does somethinggraham sanderson
2021-06-03Merge pull request #865 from kilograham/pico-0.10.0Ha Thach
2021-05-31clean uphathach
2021-05-31correct ohci endpoint address in xfer completehathach
2021-05-31use hcd_frame_number() instead of uframehathach
2021-05-31clean up ohci, remove obsolete apihathach
2021-05-31clean uphathach
2021-05-31remove obsolete hcd_pipe_queue_xfer()/hcd_pipe_xfer()hathach
2021-05-31fix cast-align warning in msc hosthathach
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-27more include clean uphathach
2021-05-27clean up tusb_fifo.h includehathach
2021-05-18correct ehci control endpoint address report on xfer completehathach
2021-05-18add hcd_ehci.h as interface for ehci porthathach
2021-05-11only apply errata walkaround for nrf52hathach
2021-05-11Allow build for NRF5340 MCUJerzy Kasenberg