summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-08use EP_KIND for STATUS OUT to fix OUT packet is auto accepted after SETUP ↵hathach
without usbd consent
2024-08-07fix v203 race condition between rx bufsize and RX_STAT which cause PMAOVRhathach
fix set_rx_bufsize with invalid value for zero length packet
2024-08-06minor renamehathach
2024-08-06improve dcd_int_handler()hathach
- skip DIR and use CTR TX/RX to handle complete transfer - clear CTR first, except for setup which we need to get data first - separate handle_ctr_setup()
2024-08-05Merge pull request #2328 from HiFiPhile/rx_fbHiFiPhile
UAC2: Implement feedback by fifo counting.
2024-08-05fix running hil in parallelhathach
2024-08-05finally fixed fsdev setup handling, which cause race condition for ch32v203hathach
2024-08-02more fsdev clean uphathach
hil test boards in parallel
2024-08-02Merge branch 'master' into vendor_fifoHiFiPhile
2024-08-02add stm32f103ze_iarhathach
2024-08-01Merge pull request #2743 from hathach/header_fixGraham Sanderson
rp2040: add clocks.h as set_sys_clock_khz is moving there from stdlib.h
2024-08-01read/write packet enhancement, merge 16-bit and 32-bit togetherhathach
2024-08-01fsdev improve ep bit manipulationhathach
2024-08-01Merge pull request #2749 from hathach/hil-changeHa Thach
HIL test hardware changes
2024-08-01increase hil timeout, reduce fuzzing from 600 to 400 secondshathach
2024-08-01add f072 (fsdev 1k) to hil testhathach
2024-08-01increase freerto min task stack for some stm32hathach
2024-08-01fix hil cihathach
2024-08-01update hil cihathach
2024-08-01add stm32g0 (fsdev 2k) to hil poolhathach
remove esp32s3 since cp210x cause usb bus issue in the long run
2024-07-31Merge pull request #2739 from hathach/enhance-fsdevHa Thach
Enhance fsdev
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-29add explcit dependencygraham sanderson
2024-07-29add clocks.h as set_sys_clock_khz is moving there from stdlib.hgraham sanderson
2024-07-28Integrate OS guessing quirk into uac2_speaker_fb example.HiFiPhile
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-25add flash stlinkhathach
2024-07-25Combined DCD MUSB implementationsBrent Kowal
Combined the new MAX32 MUSB implementation with the existing (TI) implementation to provide generic code base for working the MUSB DCD peripheral. - Added abstraction calls for FIFO setup, EP registers, Ctrl registers and interrupt setup. - Combined TM4C and MSP432E into a single header file. - Created musb_max32.h, and removed the MAX32 specific C implementation. - Updated MAX32 build system to use dcd_musb.c. - Added MAX32 conditions for cdc_dual_ports example descriptors missed during first testing.
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