summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-01-21update stm32f1 to support iar buildhathach
2023-01-20fix warnings with arithmetic on void* pointerhathach
2023-01-20add helper tu_desc_find/find2/find3hathach
2023-01-12Merge pull request #1405 from gregdavill/ch32v307Ha Thach
2023-01-12add TUP_RHPORT_HIGHSPEED for ch32v307hathach
2023-01-12add dcd_remote_wakeup() stubhathach
2023-01-12rename driver with dcd_ to be consitent with other portshathach
2023-01-12add note for openocd with wch, also add wch-riscv.cfghathach
2023-01-09Merge pull request #1843 from HiFiPhile/ip3511Ha Thach
2023-01-08ip3511 : Fix IAR build.MasterPhi
2023-01-07Merge branch 'master' into ch32v307Ha Thach
2023-01-07Merge pull request #1820 from Staacks/masterHa Thach
2023-01-07minor clean uphathach
2023-01-07remove _ff_overflowed() due to lack of usehathach
2023-01-07simplify _ff_correct_read_index()hathach
2023-01-07reverse idx2ptr() arguments to be consistenthathach
2023-01-07update advance_pointer/backward_pointer to use depth instead of fifo, also re...hathach
2023-01-07simplify _tu_fifo_count() and _tu_fifo_remaining(), also rename to _ff_count(...hathach
2023-01-07simplify and remove _tu_fifo_empty, _tu_fifo_full. Also correct full conditio...hathach
2023-01-07minor clean uphathach
2023-01-06minimize tu_fifo size to 16hathach
2023-01-06minor clean uphathach
2023-01-06Merge branch 'master' into fix-fifo-memory-overflowhathach
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-27Fix UVC probe and commit on MacOSStaacks
2022-12-27fix ncm warninghathach
2022-12-26Merge pull request #1801 from tyustli/tyustli_sem_resetHa Thach
2022-12-24add tuh_cdc_peek()hathach
2022-12-22fix incorrect rx buf in cdchathach
2022-12-22Merge pull request #1809 from hathach/host-cdcHa Thach
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-22fix typohathach
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-21fix cihathach
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