| Age | Commit message (Expand) | Author |
| 2024-10-04 | revert hfp dma for now, due to ci build matrix | hathach |
| 2024-10-04 | enable dma hil test with hfp.json | hathach |
| 2024-10-04 | accept and ignore -f1 option | hathach |
| 2024-10-04 | hil test both slave and dma for dwc2 esp32s3 | hathach |
| 2024-10-04 | fix missing json | hathach |
| 2024-10-04 | add hil_ci_set_matrix.py, starting to support hil with additional build flags | hathach |
| 2024-10-02 | Merge branch 'master' into fork/Maerdl/master | hathach |
| 2024-10-01 | support stm32U0 device | Haefner, Martin |
| 2024-10-01 | Merge pull request #2818 from hathach/add-esp32p4 | Ha Thach |
| 2024-10-01 | Merge branch 'master' into add-esp32p4 | hathach |
| 2024-10-01 | Merge pull request #2820 from HiFiPhile/vendor_fix | Ha Thach |
| 2024-10-01 | Fix vendor class reset. | HiFiPhile |
| 2024-10-01 | Merge pull request #2823 from hathach/hil-piousb-host-optional | Ha Thach |
| 2024-09-30 | temporarily update hil_test.py to have dual/host_info_to_device_cdc optional ... | hathach |
| 2024-09-30 | skip some examples for mcxa15 | hathach |
| 2024-09-30 | update build script to correctly skip non max3421 enabled for espressif boards | hathach |
| 2024-09-30 | bump up idf to 5.3.1 | hathach |
| 2024-09-30 | esp32p4 use port0 as fs, port1 as highspeed | hathach |
| 2024-09-30 | added p4, seems to work well and enumerated | hathach |
| 2024-09-30 | try to add esp32 p4 and esp-idf v5.3 support | hathach |
| 2024-09-30 | update/rename ghwcfg registers | hathach |
| 2024-09-30 | update to dwc2 register struct | hathach |
| 2024-09-30 | Migrate hil vm (#2822) | Ha Thach |
| 2024-09-25 | Merge pull request #2576 from HiFiPhile/dwc2_dma | Ha Thach |
| 2024-09-24 | Add a note about data cache. | HiFiPhile |
| 2024-09-24 | more rename | hathach |
| 2024-09-24 | add CFG_TUD_DWC2_DMA, make it compile time option | hathach |
| 2024-09-24 | update dfifo allocation scheme to use top pointer, update document and explan... | hathach |
| 2024-09-18 | skip pico2 dual test, it seems not stable | hathach |
| 2024-09-18 | Merge branch 'refs/heads/master' into fork/HiFiPhile/dwc2_dma | hathach |
| 2024-09-17 | make all python files executable and standardize interpreter | Shawn Hoffman |
| 2024-09-16 | Merge pull request #2803 from UweBonnes/b_u585i-iot | Ha Thach |
| 2024-09-14 | Add STM32 B_5585I-IOT2A board | Uwe Bonnes |
| 2024-09-13 | Merge pull request #2801 from hathach/release-0.17.00.17.0 | Ha Thach |
| 2024-09-13 | prepare for 0.17.0 release | hathach |
| 2024-09-13 | Merge pull request #2799 from hathach/add-pico2 | Ha Thach |
| 2024-09-13 | add pico2 rp2350 (arm) board | hathach |
| 2024-09-11 | Merge pull request #2794 from hathach/fix-circleci | Ha Thach |
| 2024-09-11 | [circleci] fix build with rx by get-deps before install toolchain | hathach |
| 2024-09-11 | Merge pull request #2450 from HiFiPhile/vendor_fifo | Ha Thach |
| 2024-09-10 | ep stream init: wrap with OSAL_MUTEX_REQUIRED, only create fifo mutex if needed | hathach |
| 2024-09-10 | fix warnings | hathach |
| 2024-09-10 | reduce ep stream footprint by using is_mps512 since it only support bulk so far | hathach |
| 2024-09-10 | remove vendor ep_addr, use stream api instead | hathach |
| 2024-09-10 | minor clean up | hathach |
| 2024-09-10 | update vendor device to use edpt stream which also support non-buffereed (no ... | hathach |
| 2024-09-10 | change edpt stream api to take hwid from API to reduce memory footprint | hathach |
| 2024-09-10 | update edpt_stream to support non-buffered (no fifo) mode | hathach |
| 2024-09-10 | change vendor device to use edpt stream API | hathach |
| 2024-09-08 | Merge branch 'master' into dwc2_dma | HiFiPhile |