summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-08-08refactor read/write pma from/to fifohathach
2024-08-08revert the use of EP_KIND. ch32v203 seems to unconditionally accept ZLP on EP...hathach
2024-08-08use EP_KIND for STATUS OUT to fix OUT packet is auto accepted after SETUP wit...hathach
2024-08-07fix v203 race condition between rx bufsize and RX_STAT which cause PMAOVRhathach
2024-08-06minor renamehathach
2024-08-06improve dcd_int_handler()hathach
2024-08-05Merge pull request #2328 from HiFiPhile/rx_fbHiFiPhile
2024-08-05finally fixed fsdev setup handling, which cause race condition for ch32v203hathach
2024-08-02more fsdev clean uphathach
2024-08-02Merge branch 'master' into vendor_fifoHiFiPhile
2024-08-01read/write packet enhancement, merge 16-bit and 32-bit togetherhathach
2024-08-01fsdev improve ep bit manipulationhathach
2024-08-01increase freerto min task stack for some stm32hathach
2024-07-31simplify read/write 16-bit packethathach
2024-07-31fix ep type bulk typohathach
2024-07-31rename to fsdev_type.h, use FSDDEV_REG instead of USBhathach
2024-07-31refactor xfer_ctl_ptr() to take epnum/dir to reduce computationhathach
2024-07-31refactor dcd_ep_ctr_handlerhathach
2024-07-31rename to ep_read/write(), drop USBx argumenthathach
2024-07-31remove all pcd ep read, modify writehathach
2024-07-31fix ep_add_dtog()hathach
2024-07-31clean up dcd_edpt_stall/clear_statllhathach
2024-07-31improve using ep_add_status/ep_add_dtoghathach
2024-07-31enhance dcd_ep_ctr_rx_handler()hathach
2024-07-31correct ep toggle bithathach
2024-07-30add edpt0_open(), slightly update dtoghathach
2024-07-30improve set endpointhathach
2024-07-30move align buffer to pma_alloc()hathach
2024-07-30refactor btable_set_rx_bufsize()hathach
2024-07-30more btable set/get clean uphathach
2024-07-28audiod_function_t clean up.HiFiPhile
2024-07-28Merge branch 'master' of https://github.com/hathach/tinyusb into rx_fbHiFiPhile
2024-07-26implement btable_set_addr/counthathach
2024-07-25refactor btable tx/rx into arr[2]hathach
2024-07-25Combined DCD MUSB implementationsBrent Kowal
2024-07-25simplify btable rx/tx count/address accesshathach
2024-07-25fix race condition where reset event cleaar setup counthathach
2024-07-25fsdev: remove unused _setup_packethathach
2024-07-24minor changeshathach
2024-07-23fsdev read/write packet use unaligned functionhathach
2024-07-22fix a bug in fsdev introduced by #1942hathach
2024-07-19Merge pull request #2723 from liamfraser/rp2040_tweaksHa Thach
2024-07-19Merge pull request #2694 from feaser/keil_weak_fixHa Thach
2024-07-19Merge pull request #2681Ha Thach
2024-07-19fix compile with tud_vendor_control_xfer_cb() and check tud_descriptor_device...hathach
2024-07-19also migrate tud_descriptor_device_qualifier_cb() / tud_descriptor_other_spee...hathach
2024-07-19Additional fix related to issue #1018. Corrects the usage of TU_ATTR_WEAK for...Frank Voorburg
2024-07-19- add tud_cdc_n_ready() though not usedhathach
2024-07-19revert changes to usbds configuration_reset() (deal with it in separated PR)hathach
2024-07-19Save setup_count on bus reset.HiFiPhile