summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-06-10implement usbh_edpt_busy (WIP), remove hcd_edpt_busyhathach
2021-06-10remove hcd_edpt_stalled()hathach
2021-06-10add usbh_classdriver.hhathach
2021-06-10Merge pull request #883 from hathach/fix-rp2040-host-transferred-bytesHa Thach
2021-06-09use alias for button naminghathach
2021-06-09Change buttons to start from 0Marcelo Bezerra
2021-06-09fix enum overflow with msp430hathach
2021-06-09miss a helperhathach
2021-06-09update gamepad helperhathach
2021-06-09re-adding ifdef removed accidentallyMarcelo Bezerra
2021-06-09indent fixMarcelo Bezerra
2021-06-09Fix comment in hid.hMarcelo Bezerra
2021-06-09Pull request changesMarcelo Bezerra
2021-06-09remove excess empty linesMarcelo Bezerra
2021-06-09clean upMarcelo Bezerra
2021-06-09Add optional support for 32 gamepad buttonsMarcelo Bezerra
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-03increase version for release, update changeloghathach
2021-06-03Merge pull request #865 from kilograham/pico-0.10.0Ha Thach
2021-06-02fix missing TU_LOG symbolhathach
2021-06-02clean up loghathach
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-31update hubhathach
2021-05-31add hub_port_set_feature()hathach
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-30add level 3 log for info, add generic TU_LOG()hathach
2021-05-30rp2040: fix debug compilation errorgraham sanderson
2021-05-28update limit each transfer not less than 64hathach
2021-05-28increase version for release0.10.0hathach
2021-05-27update dochathach
2021-05-27more include clean uphathach
2021-05-27more with clean uphathach
2021-05-27clean up tusb_fifo.h includehathach
2021-05-27include clean uphathach
2021-05-27clean uphathach
2021-05-26clean uphathach
2021-05-26rename usbd_edpt_iso_xfer to usbd_edpt_xfer_fifohathach
2021-05-26Merge pull request #825 from ogatatsu/hid_descHa Thach
2021-05-26fix dfu example buildhathach