summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-09Merge pull request #2756Ha Thach
2024-08-08Fix ESPs without device supportScott Shawcroft
2024-08-08Merge pull request #2750 from hathach/fix-ch32v203-setupHa Thach
2024-08-08add riscv urlhathach
2024-08-08remove hiL build-esp, add riscv supporthathach
2024-08-08add ch32v203 nano to hil poolhathach
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-05fix running hil in parallelhathach
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-02add stm32f103ze_iarhathach
2024-08-01Merge pull request #2743 from hathach/header_fixGraham Sanderson
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
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
2024-07-31Merge pull request #2739 from hathach/enhance-fsdevHa Thach
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