summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-19Merge pull request #2630 from HiFiPhile/dcd_raceHa Thach
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-19Fix STM32F7 FS port build.HiFiPhile
2024-07-19Save setup_count on bus reset.HiFiPhile
2024-07-19Clear _usbd_dev prior to driver reset.HiFiPhile
2024-07-19Check tud ready check for OUT xfer.HiFiPhile
2024-07-19Merge pull request #2726 from hathach/hil-add-ra4m1Ha Thach
2024-07-19skip msc tests for ra due to existing bughathach
2024-07-19Merge pull request #2725Ha Thach
2024-07-19update test jsonhathach
2024-07-19add ra4m1 ek for hil testhathach
2024-07-18UAC2: Fix memclr on driver reset.HiFiPhile
2024-07-18Merge pull request #2722 from hathach/fix-hil-boardtestHa Thach
2024-07-18skip hil test if binary not existhathach
2024-07-18fix hil board_test duplication, add cdc_msc_freertos testhathach
2024-07-18Merge pull request #2721 from hathach/hild-add-metro-m7Ha Thach
2024-07-18fix make buildhathach
2024-07-18add metro_m7_1011 to hil rpihathach
2024-07-18add unique id for imxrthathach
2024-07-17Merge pull request #2719 from hathach/add-family-da1469xHa Thach
2024-07-17add FreeRTOSConfig.h for da1469hathach
2024-07-17update workflow build cihathach
2024-07-17bump up ch32 v20x and v307 depshathach
2024-07-17minor update hid devicehathach
2024-07-17add family cmake/make for da1469x boardshathach
2024-07-17Merge pull request #2718 from hathach/hid-2253-followupHa Thach
2024-07-17follow up to #2253hathach
2024-07-16Merge pull request #2715 from hathach/more-hil-pi5Ha Thach
2024-07-16hil flash itsybitsy m4 with picoprobehathach
2024-07-15Merge pull request #2712 from hathach/migrate-hil-pi5Ha Thach
2024-07-15update hil test to run on new pi5hathach
2024-07-12Merge pull request #2710 from hathach/dwc2-test-mode-followupHa Thach
2024-07-12simplify dwc2 test modehathach
2024-07-12Merge pull request #2709 from hathach/add-tud_cdc_configure_fifoHa Thach
2024-07-12add lsusb for hil pi4hathach
2024-07-12Merge pull request #2688 from HiFiPhile/3511_rtosHa Thach
2024-07-12- add tud_cdc_configure_fifo() to replace CFG_TUD_CDC_PERSISTENT_TX_BUFFhathach
2024-07-11Merge pull request #2705 from hathach/v203-use-224kbHa Thach
2024-07-10skip FLASH_ function to reduce dependencyhathach
2024-07-10enable full 224KB flash for ch32v203 with flash enhanced read mode in SystemI...hathach
2024-07-05Merge pull request #2699 from hathach/revert-2693-enum-intHa Thach
2024-07-05add board_reset_to_bootloader(), try to implement that for ch32v203 but not w...hathach
2024-07-05add u for unsignedhathach
2024-07-05Revert "audio.h: fix error ISO C restricts enumerator values to range of 'int'"Ha Thach
2024-06-28Merge pull request #2693 from ra1nb0w/enum-intHiFiPhile
2024-06-28audio.h: fix error ISO C restricts enumerator values to range of 'int'Davide Gerhard
2024-06-28Merge pull request #2691 from ra1nb0w/strict-overflowHiFiPhile
2024-06-28audio_device.c: fix strict-overflow warning with gcc >= 12Davide Gerhard
2024-06-27Merge pull request #2689 from ra1nb0w/semicolonHiFiPhile