summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Expand)Author
2023-03-05fix: Fix wrong destsz used with tu_memcpy_sNathaniel Brough
2023-03-01add TUP_USBIP_FSDEV and TUP_USBIP_FSDEV_STM32, clean up ifdef with stm32hathach
2023-02-28Merge pull request #1828 from HiFiPhile/stm32_fsdevHa Thach
2023-02-28rename ep_num to ep_idx, minor clean uphathach
2023-02-27Merge pull request #1852 from silvergasp/mem_sHa Thach
2023-02-27minor clean uphathach
2023-02-22use tu_static instead of static _fuzz_threadhathach
2023-02-22Merge pull request #1867 from silvergasp/thread_local_globalsHa Thach
2023-02-22rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_threadhathach
2023-02-15Fix issue 1909rppicomidi
2023-02-12Correct bitfields for cdc_desc_func_telephone_call_state_reporting_capabiliti...Jeff Trull
2023-02-10Adjust reserved bitfields to make SDCC happyJeff Trull
2023-02-04change length in tud_hid_report_complete_cb() from uint8 to uint16hathach
2023-01-20fix: Change all static variables to thread when fuzzingNathaniel Brough
2023-01-20fix warnings with arithmetic on void* pointerhathach
2023-01-13fix: Replace device calls to memcpy with tu_memcpy_sNathaniel Brough
2023-01-07Merge pull request #1820 from Staacks/masterHa Thach
2023-01-06Merge pull request #1837 from pete-pjb/masterHa Thach
2023-01-04More warning fixesMengsk
2023-01-03Fix typo in audio.h. Specifiy _ctrl_xfer struct in CFG_TUSB_MEM_SECTIONpete-pjb
2023-01-02Fix IAR warning: Warning[Pe381]: extra ";" ignoredMengsk
2022-12-31Optimize descriptor looping.Mengsk
2022-12-30Add ISO buffer allocation.Mengsk
2022-12-29UAC : Enable fifo based transfer on stm32_fsdevMengsk
2022-12-27Fix UVC probe and commit on MacOSStaacks
2022-12-27fix ncm warninghathach
2022-12-24add tuh_cdc_peek()hathach
2022-12-22fix incorrect rx buf in cdchathach
2022-12-22clean uphathach
2022-12-22add tuh_cdc_get_local_line_coding()hathach
2022-12-22correct host cdc enumhathach
2022-12-22cdc host, add set line coding APIhathach
2022-12-22minor clean uphathach
2022-12-22finish moving edpt stream to tusb.chathach
2022-12-22fix stream read count computationhathach
2022-12-22moving edpt_stream API into common tusb.chathach
2022-12-21add tuh_cdc_write_clear, rename read_flush() to read_clear()hathach
2022-12-21add tuh_cdc_tx_complete_cb() callbackhathach
2022-12-21add more host cdc APIhathach
2022-12-21correct cdc host apphathach
2022-12-21add tu_edpt_stream_write_zlp_if_needed()hathach
2022-12-21rename tud_edpt_stream_write_xferhathach
2022-12-21minor debug loghathach
2022-12-21fix cihathach
2022-12-21finalizing cdc host, has a working read/writehathach
2022-12-20fix hid host incorrect edpt release if failed to transmithathach
2022-12-16correct cdc usbh_driver_set_config_complete()hathach
2022-12-16stubhathach
2022-12-16add common EPSIZE for bulk/iso in full and highspeedhathach
2022-12-16minor renamehathach