summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-18Update .non_used_index_space = UINT16_MAX - (2*_depth-1) in osal_none.hReinhard Panhuber
2021-02-18Exclude #include "osal/osal.h" for OPT_OS_NONEReinhard Panhuber
2021-02-18Add #include "osal/osal.h" in tu_fifo.hReinhard Panhuber
2021-02-18Implement requested PR changesJeremiah McCarthy
2021-02-18Implement left and right justifications for 24 to 32 bit PCM encodingReinhard Panhuber
2021-02-19Merge pull request #658 from lurch/patch-1Ha Thach
2021-02-18Change to using tu_min32ndinsmore
2021-02-18rp2040/family.c: allow LED_PIN to be undefinedAndrew Scheller
2021-02-18Correct for wrong pointer type in audio_device.cReinhard Panhuber
2021-02-17Included size check for ISO buffersNicholas R Dinsmore
2021-02-17Add (void *) for pointer cast.Reinhard Panhuber
2021-02-17Fix wrong pointer call in dcd_samg.cReinhard Panhuber
2021-02-17Fix wrong tu_fifo_read_n() call in dcd_stm32_fsdev.cReinhard Panhuber
2021-02-17Fix missing pointer operator in dcd_nuc505.cReinhard Panhuber
2021-02-17Fix missing FIFO definitionsReinhard Panhuber
2021-02-17Fix wrong pointer type.Reinhard Panhuber
2021-02-17Merge remote-tracking branch 'upstream/master' into edpt_ISO_xferReinhard Panhuber
2021-02-17Fix bug in evasion buffer listReinhard Panhuber
2021-02-17Add SAMD MCUs to buffer evasion listReinhard Panhuber
2021-02-17Implement an evasion linear buffer for MCUs not capable for EP FIFOReinhard Panhuber
2021-02-17Implement dcd_edpt_iso_xfer() for dcd_stm32_fsdevReinhard Panhuber
2021-02-17Improve tu_fifo capabilitesReinhard Panhuber
2021-02-17Enable iso buffers per rp2040 specNicholas R Dinsmore
2021-02-17Merge pull request #655 from ndinsmore/fifo_fixHa Thach
2021-02-16This fixes the overflow mathmatic in the fifoNicholas R Dinsmore
2021-02-16Add alternate bitfield padding optionJeremiah McCarthy
2021-02-14Implement dcd_edpt_iso_xfer() for msp430Reinhard Panhuber
2021-02-14Change FIFO use indication to ff == NULL to avoid future errors.Reinhard Panhuber
2021-02-13Implement dcd_edpt_iso_xfer() for INTERRUPT driven dcd_nuc505Reinhard Panhuber
2021-02-13Implement dcd_edpt_iso_xfer() for dcd_nuc121.cReinhard Panhuber
2021-02-13Fix not increment xfer->buffer if xfer->buffer == NULL in dcd_samg.cReinhard Panhuber
2021-02-13Implement dcd_edpt_iso_xfer() for dcd_nuc120.cReinhard Panhuber
2021-02-13Implement dcd_edpt_iso_xfer() for dcd_samg.c. NOTE: ISO EP not supportedReinhard Panhuber
2021-02-13Implement dcd_edpt_iso_xfer() for dcd_esp32s2.cReinhard Panhuber
2021-02-12Fix CFG_TUD_AUDIO_EP_IN/OUT_SW_BUFFER_SIZE to be defined anywayReinhard Panhuber
2021-02-12Fix a ; in #define definitionReinhard Panhuber
2021-02-12Merge remote-tracking branch 'upstream/master' into edpt_ISO_xferReinhard Panhuber
2021-02-12FormatingReinhard Panhuber
2021-02-12Complete redesign of audio driver.Reinhard Panhuber
2021-02-12Fixes RP2040 buffer reallocation overrun problem (#642)ndinsmore
2021-02-11Merge pull request #648 from hathach/rename-dfu-rt-to-runtimeHa Thach
2021-02-11Merge pull request #647 from hathach/correct-fs-bulk-epsizeHa Thach
2021-02-11rename examples folder dfu_rt to dfu_runtimehathach
2021-02-11rename dfu_rt to dfu_runtime for easy readinghathach
2021-02-11Merge pull request #646 from hathach/detect-clear-set-ep-status-from-classHa Thach
2021-02-11clean uphathach
2021-02-11more epsize checking per typehathach
2021-02-11Merge pull request #645 from ipopov/webserial-fixHa Thach
2021-02-11remove the requirement of std SET/CLEAR_FEATURE must not return zlp statushathach
2021-02-10Address review comments:Ivo Popov