Skip to content

Version 1.10.0

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Sep 07:02
· 11 commits to master since this release

v1.10.0 (2025-09-25)

✨ New Features

  • Add support for communication via CP210x and CH34x serial converters (Jaroslav Burian - 8c67fdc)
  • Add support for USB CDC ACM for ESP32-P4 as a host (Jaroslav Burian - e6e5282)

🐛 Bug Fixes

  • esp32c2: Fix transmission rate change for ESP32-C2 with 26 MHz crystal (Jaroslav Burian - bb5bc52)
  • esp32c2: Add missing magic value of new ECO4 (Jaroslav Burian - 468221a)

📖 Documentation

  • Better unify example README files and remove explicit references to ESP32 as a target (Jaroslav Burian - a70404c)
  • Create new strucured documentation with separated files for each topic (Jaroslav Burian - 86e49eb)

🔧 Code Refactoring

  • Update driver dependency (Chen Chen - 610873b)