summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-02-10update version to 0.15.0hathach
2023-02-04change length in tud_hid_report_complete_cb() from uint8 to uint16hathach
2023-02-01Merge pull request #1877 from hathach/fix-host-cdc-without-iadHa Thach
2023-01-31Merge pull request #1779 from P33M/rp2040_device_babble_fixHa Thach
2023-01-31fix typoshathach
2023-01-31fix host issue when mounting an CDC device without IADhathach
2023-01-31move errata to end of c filehathach
2023-01-31add e15 prefix or walkaround related functions, also minor refactorhathach
2023-01-31minor clean uphathach
2023-01-30Merge pull request #1768 from ftdigdm/port-ft90xHa Thach
2023-01-30Merge branch 'master' into support-iarhathach
2023-01-30hardcoded configPRIO_BITS for IAR build to pass CIhathach
2023-01-30fix typohathach
2023-01-30Merge branch 'master' into port-ft90xHa Thach
2023-01-24rp2040: shuffle hw_endpoint membersJonathan Bell
2023-01-24rp2040: avoid device-mode state machine hangJonathan Bell
2023-01-23rp2040: export hw_endpoint_start_next_buffer() and hw_endpoint_lock_update()Jonathan Bell
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-18Merge pull request #1847 from HiFiPhile/dwc2_iarHa Thach
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-11dwc2: fix IAR warnings.MasterPhi
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