| Age | Commit message (Expand) | Author |
| 2024-10-14 | change the tusb_rhport_init_t struct, exclude the rhport to make API more con... | hathach |
| 2024-10-11 | hcd_init() take init struct | hathach |
| 2024-10-11 | fix fuzzing build | hathach |
| 2024-10-11 | change dcd_init() to take rhport struct | hathach |
| 2024-10-11 | change tusb_init(), tusb_rhport_init() to use init struct for expandability | hathach |
| 2024-10-10 | Merge pull request #2834 from hathach/add-tusb_int_handler-update-tinyusb_init | Ha Thach |
| 2024-10-10 | add new tusb_int_handler(rhport, in_isr) as common irq handler | hathach |
| 2024-10-10 | Merge pull request #2833 from hathach/update-dwc2 | Ha Thach |
| 2024-10-10 | remove debug code | hathach |
| 2024-10-10 | clion files | hathach |
| 2024-10-10 | remove stm32f769disco since it is not reliable | hathach |
| 2024-10-10 | enhance dwc2 | hathach |
| 2024-10-10 | add f407disco to hil pool | hathach |
| 2024-10-10 | improving dwc2, merging diep and doep if possible | hathach |
| 2024-10-10 | add stm32f769disco to hil pool | hathach |
| 2024-10-10 | enhance dwc2 markdown with field mapping | hathach |
| 2024-10-07 | Merge pull request #2720 from YixingShen/master | Ha Thach |
| 2024-10-07 | Merge pull request #2809 from shuffle2/master | Ha Thach |
| 2024-10-04 | Merge pull request #2824 from Maerdl/master | Ha Thach |
| 2024-10-04 | Merge pull request #2827 from hathach/ci-dwc2-dma | Ha Thach |
| 2024-10-04 | update new json change | hathach |
| 2024-10-04 | U0 does not have dwc2 controller | hathach |
| 2024-10-04 | fix circleci set-matrix | hathach |
| 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 |