Skip to content

Commit 42ec975

Browse files
committed
change: Update version to 1.9.0
1 parent bb6b406 commit 42ec975

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.commitizen]
22
name = "czespressif"
3-
version = "1.8.0"
3+
version = "1.9.0"
44
update_changelog_on_bump = true
55
tag_format = "v$version"
66
changelog_merge_prerelease = true

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,38 @@
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

idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.8.0"
1+
version: "1.9.0"
22
description: esp-serial-flasher is a portable C library for flashing or loading apps to RAM of Espressif SoCs from other host microcontrollers
33
url: https://github.com/espressif/esp-serial-flasher
44
dependencies:

0 commit comments

Comments
 (0)