File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 11[tool .commitizen ]
22name = " czespressif"
3- version = " 1.9 .0"
3+ version = " 1.10 .0"
44update_changelog_on_bump = true
55tag_format = " v$version"
66changelog_merge_prerelease = true
Original file line number Diff line number Diff line change 2020</div >
2121<hr >
2222
23+ ## v1.10.0 (2025-09-25)
24+
25+ ### ✨ New Features
26+
27+ - Add support for communication via CP210x and CH34x serial converters * (Jaroslav Burian - 8c67fdc)*
28+ - Add support for USB CDC ACM for ESP32-P4 as a host * (Jaroslav Burian - e6e5282)*
29+
30+ ### 🐛 Bug Fixes
31+
32+ - ** esp32c2** : Fix transmission rate change for ESP32-C2 with 26 MHz crystal * (Jaroslav Burian - bb5bc52)*
33+ - ** esp32c2** : Add missing magic value of new ECO4 * (Jaroslav Burian - 468221a)*
34+
35+ ### 📖 Documentation
36+
37+ - Better unify example README files and remove explicit references to ESP32 as a target * (Jaroslav Burian - a70404c)*
38+ - Create new strucured documentation with separated files for each topic * (Jaroslav Burian - 86e49eb)*
39+
40+ ### 🔧 Code Refactoring
41+
42+ - Update driver dependency * (Chen Chen - 610873b)*
43+
44+
2345## v1.9.0 (2025-07-21)
2446
2547### ✨ New Features
Original file line number Diff line number Diff line change 1- version : " 1.9 .0"
1+ version : " 1.10 .0"
22description : esp-serial-flasher is a portable C library for flashing or loading apps to RAM of Espressif SoCs from other host microcontrollers
33url : https://github.com/espressif/esp-serial-flasher
44dependencies :
You can’t perform that action at this time.
0 commit comments