summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2023-01-06Merge branch 'master' into fix-fifo-memory-overflowhathach
2022-12-24add tuh_cdc_peek()hathach
2022-12-22fix stream read count computationhathach
2022-12-22moving edpt_stream API into common tusb.chathach
2022-12-21rename TU_LOG_VAR to TU_LOG_PTR, print out setup of failed control transfer w...hathach
2022-12-20fix hid host incorrect edpt release if failed to transmithathach
2022-12-16add common EPSIZE for bulk/iso in full and highspeedhathach
2022-12-16update fifo per PanRe reviewhathach
2022-12-15use OSAL_MUTEX_REQUIRED to replace CFG_FIFO_MUTEX/TUSB_OPT_MUTEXhathach
2022-12-12fix int conversion warningshathach
2022-12-10clean uphathach
2022-12-09add fifo implementation notehathach
2022-12-08enhance tu fifohathach
2022-12-04Fix typosBastien Nocera
2022-11-28Retry a few times with transfers in enumeration since device can be unstable ...hathach
2022-11-04fix -wconversion-int and add minor commenthathach
2022-11-04Merge branch 'master' into rp2040-hcd-bulkHa Thach
2022-10-13Add support for STM32U5 mcuLynnL4
2022-10-06Microchip PIC24/dsPIC33 device mode supportReimuNotMoe
2022-09-13IAR doesn't support __attribute__((fallthrough))Ben Avison
2022-07-14abtract attribute fallthroughhathach
2022-07-01mimxrt: Change OPT_MCU_MIMXRT1xXX to OPT_MCU_MIMXRT.robert-hh
2022-06-30mimxrt: Add/change definitions for MIMXRT11XX boards.robert-hh
2022-06-24add more warning option, also fix -Wconversion with rp2040hathach
2022-06-08make all hcd/dcd function used in isr into ram with __no_inline_not_in_flash_...hathach
2022-06-02rhport argument in usbd_ API() is not used (always use the initialized port)hathach
2022-06-02add support for renesas ra family of mcusRafael Silva
2022-05-31Merge pull request #1381 from hathach/add-sof-isrHa Thach
2022-05-24Merge pull request #1451 from kasjer/kasjer/pic32-sanity-fixesHa Thach
2022-05-21Merge branch 'master' into ch32v307Ha Thach
2022-05-13changes proposal to audio feedback computationhathach
2022-05-01Add TU_BREAKPOINT for mips architectureJerzy Kasenberg
2022-04-27clean uphathach
2022-04-27add TU_ATTR_FAST_FUNC for rp2040 __not_in_flash() sectionhathach
2022-04-22keep up with pio usbhathach
2022-04-20add tud_task_ext(), tuh_task_ext() as exteneded version that take timeout and...hathach
2022-04-17tusb_types:Skyler Mansfield
2022-03-23Clean up driverGreg Davill
2022-03-22Fix typoGreg Davill
2022-03-22Add WCH CH32V307 portGreg Davill
2022-03-19Implement power of two, shift, and float calculationReinhard Panhuber
2022-03-13add synchronous (blocking) support for usbh control transferhathach
2022-03-10remove obsolete device statehathach
2022-03-10merge control stage host and device valuehathach
2022-03-09implement tu_edpt_release()hathach
2022-03-09adding tusb_private.h to implement common edpt claimhathach
2022-03-09add tusb_debug.h remove tusb_error.hhathach
2022-03-07Merge pull request #1374 from kasjer/kasjer/stm32wb55Ha Thach
2022-03-07Add support for STM32WB mcuJerzy Kasenberg
2022-03-04add tuh_descriptor_get() and tuh_descriptor_device_get()hathach