summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-10-09Revert dcd_alloc_mem_for_conf() but keep changes from @kasjer for ISO EPReinhard Panhuber
2020-10-07Remove CFG_TUD_AUDIO_TX_DMA_RINGBUFFER_SIZE which is not needed any moreReinhard Panhuber
2020-10-07tab -> spaceshathach
2020-10-07fix audio_test buildhathach
2020-10-06Merge branch 'uac2' of https://github.com/PanRe/tinyusb into PanRe-uac2hathach
2020-10-06Merge pull request #516 from PanRe/tusb_fifo_unmaksed_pointersHa Thach
2020-10-03Revert #define CFG_TUSB_DEBUG 2 to #define CFG_TUSB_DEBUG 0Reinhard Panhuber
2020-10-02Merge pull request #518 from kasjer/kasjer/nrf5x-iso-supportHa Thach
2020-10-01Change AUDIO_CS_INTERFACE_HEADER to AUDIO_CS_AC_INTERFACE_HEADERReinhard Panhuber
2020-10-01nrf5x: Add support for ISO endpointsJerzy Kasenberg
2020-10-01nrf5x: Increase size of mps to 16 bitsJerzy Kasenberg
2020-10-01nrf5x: Add dcd_edpt_closeJerzy Kasenberg
2020-10-01device: Make number of endpoints configurableJerzy Kasenberg
2020-09-29Change AUDIO_FUNC_PROTOCOL_CODE_UNDEF for midi in usbd.hReinhard Panhuber
2020-09-28Change AUDIO_PROTOCOL_V1 to AUDIO_FUNC_PROTOCOL_CODE_UNDEF in midi.c.Reinhard Panhuber
2020-09-28Fix minor issue.Reinhard Panhuber
2020-09-28Cleanup for PR.Reinhard Panhuber
2020-09-28Merge remote-tracking branch 'upstream/master' into uac2Reinhard Panhuber
2020-09-28audio: Add descriptor for mono speakerJerzy Kasenberg
2020-09-28synopsys: Fix odd/even frame handling for ISOJerzy Kasenberg
2020-09-28audio_device: Update explicit feedback supportJerzy Kasenberg
2020-09-28synopsys: Remove compilation warning in dcd_edpt_closeJerzy Kasenberg
2020-09-28audio_device: Allow one FIFO for N channelsJerzy Kasenberg
2020-09-28audio_device: Fix tud_audio_n_read_flush TU_VERIFY usageJerzy Kasenberg
2020-09-28audio_device: Fix audio_rx_done_type_I_pcm_ff_cb bufor size checkJerzy Kasenberg
2020-09-28audio_device: Fix audio_rx_done_type_I_pcm_ff_cb prototypeJerzy Kasenberg
2020-09-28audio_device: Store rhport in interface dataJerzy Kasenberg
2020-09-28audio: Update ISO endpoint attributesJerzy Kasenberg
2020-09-28audio_device: Fix inline function specifiersJerzy Kasenberg
2020-09-28synopsys: Fix fifo allocation schemaJerzy Kasenberg
2020-09-26Change modulo substitute to while ( idx >= depth) idx -= depth;Reinhard Panhuber
2020-09-25Fix wrong comments, rename pos to offset, rename overflow().Reinhard Panhuber
2020-09-23Fix bug in modulo substitute.Reinhard Panhuber
2020-09-23Change maximum depth to 2^15 which allows for a fast modulo substitute.Reinhard Panhuber
2020-09-23Merge pull request #512 from mzero/fix-midi-sysexHa Thach
2020-09-19Final cleanup.Reinhard Panhuber
2020-09-15Tested, working.Reinhard Panhuber
2020-09-15nrf52: Fix edpt_dma_start() wrong condition checkJerzy Kasenberg
2020-09-14Merge pull request #508 from hathach/fix-edpt-raceHa Thach
2020-09-14Implementation done, yet to be tested.Reinhard Panhuber
2020-09-14more consthathach
2020-09-14cdc device: claim endpoint before checking fifo availabilityhathach
2020-09-13Update midi_device.cMark Lentczner
2020-09-13correct the TUD_HID_REPORT_DESC_GAMEPADhathach
2020-09-12typohathach
2020-09-11clean uphathach
2020-09-10update claim edpt for hid and midihathach
2020-09-09typohathach
2020-09-09clean uphathach
2020-09-09update cdc edpt readhathach