summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-13Fix stm32l0 clock init.HiFiPhile
2024-08-13Fix buf_id read for ISO transfer.HiFiPhile
2024-08-13Fix tusb_dir_t warning.HiFiPhile
2024-08-12Merge pull request #2761 from hathach/hil-readd-v203Ha Thach
2024-08-12fix more race with ch32v203 and setup when queuing zlp.hathach
2024-08-11readd v203 to hil poolhathach
2024-08-11Merge pull request #2760 from hathach/update-pio-usbHa Thach
2024-08-11skip ch32v203 for hil testhathach
2024-08-11fix spi_set_format() -Wnull-dereference when compiling with -Oshathach
2024-08-10fix build with rp2040 PICO_DEFAULT_SPI renamehathach
2024-08-10Merge pull request #2759 from hjalleboii/masterHiFiPhile
2024-08-10change pio to fix rp2040 buildhathach
2024-08-09Marked the keycode parameter of the keyboard_report functions as const since ...Hjalmar
2024-08-09Update ci toolchain (#2758)Ha Thach
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-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