| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-10 | Merge pull request #3690 from hathach/claude/board-test-idle-park | Ha Thach | |
| hil: park boards with idle board_test instead of erasing flash | |||
| 2026-04-22 | Add ESP32-S31 as a supported MCU in TinyUSB | igor.masar | |
| 2026-04-03 | fix hil host cdc echo test with imxrt and other fast mcu | hathach | |
| 2026-03-05 | improve threadx support, add multi ROTS support for board_test and msc_dual_lun | hathach | |
| 2026-03-05 | esp32p4 min rev 0.1 | hathach | |
| 2026-03-02 | fix esp32p4 utmi phy init in the new esp-idf, also update esp-idf to v5.5.3 | hathach | |
| 2026-03-02 | fix board test without tusb_time_millis_api() | hathach | |
| 2025-11-06 | make host info to devcie cdc to work with freertos/noos | hathach | |
| 2025-11-06 | update espressif cmake | hathach | |
| 2025-09-29 | Merge branch 'master' into fork/ennebi/mtp | hathach | |
| 2025-09-18 | Fix ESP32 build | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-16 | Add ESP32-H4 as a supported MCU in TinyUSB and wire it into build/runtime: | igor.masar | |
| - tusb_option.h: define OPT_MCU_ESP32H4 - tusb_mcu.h: enable DWC2 USBIP for H4 - dcd_dwc2.c: add H4 USB_WRAP field aliases (wrap_* → legacy names) - dwc2_esp32.h: add H4 controller entry (FS base/IRQ, ep caps) - family.c: include H4 in USB init/PHY setup | |||
| 2025-09-15 | Merge branch 'master' into fork/ennebi/mtp | hathach | |
| 2025-08-06 | Add MTP class device | Maurizio Pesce | |
| 2025-07-02 | update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORM | hathach | |
| 2025-07-02 | add doc for building examples with cmake build system | hathach | |
| change ci matrix build: - github build make/cmake one per family on push only - circicle do full cmake build for all toolchain (missing rx-gcc) | |||
| 2025-07-02 | remove legacy DEPS_SUBMODULES in make | hathach | |
| 2025-06-10 | merge all maxim (32650, 32666, 32690, 78002) family into common bsp/maxim. ↵ | hathach | |
| Only support cmake build system rename hw/mcu/analog/max32 to hw/mcu/analog/msdk | |||
| 2025-05-21 | add usbh_spin_lock/unlock() use spinlock instead of atomic flag for hcd max3421 | hathach | |
| 2025-04-18 | minor ci update | hathach | |
| 2025-04-18 | enum For string descriptor (langid, manufacturer product, serila): always ↵ | hathach | |
| get the first 2 bytes to determine the length first. otherwise, some device may have buffer overflow. | |||
| 2025-04-16 | add TS3USB30 to test s3 host with slave/dma | hathach | |
| 2025-02-27 | fix(esp): Remove deprecated include | Tomas Rezucha | |
| soc/usb_pins.h header will be deprecated in IDF v6.0 | |||
| 2025-01-20 | add s3 undefined speed note for racing issue with reset. | hathach | |
| fix dcd_event_sof() with frame number | |||
| 2024-12-27 | embed metadata to family.c and board.h to generate supported boards doc | hathach | |
| 2024-11-27 | fix multiple flag on compiling | hathach | |
| 2024-11-26 | add TUH_EPBUF_DEF for cdc host | hathach | |
| 2024-11-26 | hcd dwc2 add dcache support, usbh correctly use cache line size with ↵ | hathach | |
| TUH_EPBUF_DEF | |||
| 2024-11-21 | - move freertos_hooks to board.c | hathach | |
| - add device/midi_test_freertos example - update bth/dfu/midi device for cache line size | |||
| 2024-11-21 | make sure usb buffer occupies whole cache line when DCACHE is enabled for ↵ | hathach | |
| msc,cdc,hid HIL enable device DMA for p4 | |||
| 2024-11-20 | have p4 dma somewhat working but having issue with buffer that does not ↵ | hathach | |
| occupy the whole cache line | |||
| 2024-11-11 | correctly test dwc2 dma device for s3, disable for p4 (cache issue) and f407 ↵ | hathach | |
| fs (slave only) | |||
| 2024-11-11 | add esp32p4 to hil | hathach | |
| 2024-11-08 | get hcd work esp32p4 but only in slave mode. In DMA channel's HCDMA is ↵ | hathach | |
| increased but data transfer over USB is not correct. | |||
| 2024-11-07 | hcd work with esp32p4 in slave mode but have issue with DMA mode. In slave ↵ | hathach | |
| it enumerate device but has issue with msc bulk in | |||
| 2024-10-15 | move core init code to dwc2 common. update/correct build for esppressif | hathach | |
| 2024-09-30 | update build script to correctly skip non max3421 enabled for espressif boards | 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-06-06 | add c6 devkit, tested with max3421e | hathach | |
| 2024-05-09 | Rework ci (#2631) | Ha Thach | |
| * add name field to usbd_class_driver_t * ci: use set matrix py script * add riscv32 and cmake support for ch32v307, fomu, gd32vf103 * update build_cmake.py to take --family --board --toolchain * separate hil test to its own workflow * move esp32 board into separated hil json * add make build to ci * remov build_make.py * build.py support esp32 board * setup toolchain support esp-idf * fix missing click * merge family in matrix build to reduce jobs * skip cifuzz since it still has issue with get_deps and click | |||
| 2024-04-26 | add devkit c3 board | hathach | |
| 2024-04-25 | adding support for esp32 for use with max3421e host | hathach | |
| 2024-02-02 | fix rmt legacy driver warning | hathach | |
| 2023-12-26 | tested other ports with featherwing max3421, change cs, intr pin to D10, D9 | hathach | |
| 2023-12-11 | update hil test to support s3 | hathach | |
| 2023-11-29 | update esp32 to also be supported by hil test | hathach | |
| test run locally well | |||
| 2023-11-15 | add ra2a1 ek | hathach | |
| also make some other changes | |||
| 2023-10-27 | update s3 devkitm with max3421 pin following metro s3, check max3421 version ↵ | hathach | |
| to make sure it is valid | |||
