summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-04-09Add support for SAM L22 familyJoey Castillo
2021-04-06add tu_unaligned_read32/write32 (#772)Ha Thach
2021-04-02Merge pull request #766 from hathach/enhance-midiHa Thach
2021-04-02correct midi stream read behavior to read until user buffer is full or no mor...hathach
2021-04-02refactor midi read buffer to streamhathach
2021-04-02rename midi write()/read() to stream_write() stream_read()hathach
2021-04-02removed tud_midi_write24()hathach
2021-04-02refactor midi write into streamhathach
2021-04-02refactor midi stream readhathach
2021-04-02fix midi tx fifo overflow cause data corruptionhathach
2021-03-31Merge pull request #757 from kkitayam/add_support_for_gr_citrusHa Thach
2021-03-31code formathathach
2021-03-30remove tud_midi_read_flush()hathach
2021-03-30rename tud_midi_receive/send to tud_midi_packet_read/writehathach
2021-03-30correct hid key enter = 0x28, return = 0x9Ehathach
2021-03-30add hid keys from 0x6B to 0xA4hathach
2021-03-28cleanupkkitayam
2021-03-27fixed a OUT transfer did not completed multiple of the max packet sizekkitayam
2021-03-27using BRDY interruption for handling IN transfers.kkitayam
2021-03-26update for gr_citurskkitayam
2021-03-26added dcd for Renesas USBakkitayam
2021-03-23add efm32 driverRafael Silva
2021-03-23add efm32gg12 familyRafael Silva
2021-03-19Merge pull request #733 from hathach/fix-nrf-dcd-bulk-out-raceHa Thach
2021-03-18fix race condition that could cause drop packet of Bulk OUT transferhathach
2021-03-18Merge pull request #724 from xmos-jmccarthy/masterHa Thach
2021-03-17Implement requested changes for PR724Jeremiah McCarthy
2021-03-16Update usbtmc_device.cMichael Bruno
2021-03-16fix build with OPT_MCU_LPC177X_8Xhathach
2021-03-12Release 0.9.0 (#716)0.9.0Ha Thach
2021-03-12use !tu_fifo_empty() instead of tu_fifo_count()hathach
2021-03-12Merge branch 'cdc_read' of https://github.com/HiFiPhile/tinyusb into HiFiPhil...hathach
2021-03-11Add fifo empty check.HiFiPhile
2021-03-10Call One time tu_fifo_write_n on cdcd_xfer_cbHiFiPhile
2021-03-10usbd ack SET_INTERFACE if it is not implemented by class driver.hathach
2021-03-04Merge pull request #700 from hathach/fix-rp2040-bus-resetHa Thach
2021-03-04add midi commenthathach
2021-03-04fix enum walkaround forever check for SE0 when pull up is disabledhathach
2021-03-04add note for MIDI (audio v1.0) endpoint decriptor use 9 bytes instead of 7hathach
2021-03-04Merge pull request #688 from duddie/masterHa Thach
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-28Fix Endpoint descriptor for MIDI DeviceDuddie
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 #683 from amitv87/handle_break_reqHa Thach
2021-02-26Update cdc_device.hboggyb