File tree Expand file tree Collapse file tree 3 files changed +34
-2
lines changed Expand file tree Collapse file tree 3 files changed +34
-2
lines changed Original file line number Diff line number Diff line change 11[tool .commitizen ]
22name = " czespressif"
3- version = " 1.8 .0"
3+ version = " 1.9 .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.9.0 (2025-07-21)
24+
25+ ### ✨ New Features
26+
27+ - add erase function * (Jaroslav Burian - 1c36d0a)*
28+ - add esp32_sdio_example to demonstrate SDIO flashing * (Jaroslav Burian - bb41a06)*
29+ - add support for SDIO flashing * (Jaroslav Burian - e5ae852)*
30+ - add support for ESP32-P4 * (Jaroslav Burian - e475fe5)*
31+ - Add ESP32-C5 support without stub * (Jaroslav Burian - f82b1a4)*
32+
33+ ### 🐛 Bug Fixes
34+
35+ - ensure stubs for targets are stored in flash to save RAM space * (Jaroslav Burian - e3572f3)*
36+ - flash error log indentation * (Jaroslav Burian - 8d6504d)*
37+ - add missing stub error codes * (Jaroslav Burian - f452b3b)*
38+ - properly check flash size when verifying flash * (Jaroslav Burian - cf1ca67)*
39+ - writing above 0x200000 in SDM * (Jaroslav Burian - 34d27fe)*
40+ - use correct image header size for ESP8266 * (Jaroslav Burian - 3f7a78f)*
41+ - esp8266 bootloader offset address * (Jaroslav Burian - 4858e98)*
42+
43+ ### 📖 Documentation
44+
45+ - ** zephyr** : improve description of how to use the Zephyr example * (Jaroslav Burian - 08f5f41)*
46+ - fix Markdown syntax and improve notes * (Jaroslav Burian - 52c064e)*
47+ - mention tested SDK and toolchain versions for each port * (Jaroslav Burian - 4b556cd)*
48+ - add link to devcon talk * (Jaroslav Burian - 8869652)*
49+
50+ ### 🔧 Code Refactoring
51+
52+ - change chip magic values to variable-length pointer array * (Jaroslav Burian - 2b2066c)*
53+
54+
2355## v1.8.0 (2025-01-27)
2456
2557### ✨ New Features
Original file line number Diff line number Diff line change 1- version : " 1.8 .0"
1+ version : " 1.9 .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