You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ESP32-S31 as a supported MCU in TinyUSB and wire it into build/runtime,
BSP, docs, examples, and CI.
- Define OPT_MCU_ESP32S31 (911) with DWC2 HS-only, UTMI PHY, 16 endpoints
- Add DWC2 controller entry (reg base 0x20300000, 4096 FIFO)
- Exclude USB_WRAP peripheral (not present on S31)
- Force high-speed mode for Port 0 in family.cmake
- Enable CI builds for esp32s31 target
- Update idf_component.yml, README, and changelog
Also:
- Fix missing TUP_MCU_MULTIPLE_CORE for ESP32-H4
- Remove unused tusb_family variable from CMakeLists.txt
- Remove empty preprocessor guard block in family.c
0 commit comments