summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-13change pio-usb back to upstreaamhathach
2024-08-13increase pyserial timeouthathach
2024-08-13fix concurrent mass storage test conflict, use pyfatfs to access disk dev by ↵hathach
usb id instead of mounted in /media/
2024-08-13increase enum timeouthathach
2024-08-13minor update to cmake profilehathach
2024-08-13Fix double buffer not disabled for smaller devices.HiFiPhile
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
readd v203 to hil pool
2024-08-12fix more race with ch32v203 and setup when queuing zlp.hathach
improve hil test failed output
2024-08-11readd v203 to hil poolhathach
2024-08-11Merge pull request #2760 from hathach/update-pio-usbHa Thach
change pio to fix rp2040 build
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
Marked the keycode parameter of the keyboard_report functions as const since the functions don't modifies the value
2024-08-10change pio to fix rp2040 buildhathach
2024-08-09Marked the keycode parameter of the keyboard_report functions as const since ↵Hjalmar
the functions don't modifies the value
2024-08-09Update ci toolchain (#2758)Ha Thach
* move toolchain url to its setup action
2024-08-09Merge pull request #2756Ha Thach
Fix ESPs without device support
2024-08-08Fix ESPs without device supportScott Shawcroft
The newer tusb_option.h assumes that there is a number of device endpoints to check against.
2024-08-08Merge pull request #2750 from hathach/fix-ch32v203-setupHa Thach
rework fsdev driver, fix ch32v203 race condition and stability issue
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 ↵hathach
EP0 OUT, which can incorrectly use queued_len of previous transfer. So reset total_len and queued_len to 0.
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