Skip to content

Commit 31eba2d

Browse files
committed
change: Update version to 1.8.0
1 parent 4bd1317 commit 31eba2d

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
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.7.0"
3+
version = "1.8.0"
44
update_changelog_on_bump = true
55
tag_format = "v$version"
66
changelog_merge_prerelease = true

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,20 @@
2020
</div>
2121
<hr>
2222

23-
## Unreleased
23+
## v1.8.0 (2025-01-27)
2424

2525
### ✨ New Features
2626

27+
- **examples**: Add ESP32 fast reflash example with MD5 check *(Jaroslav Burian - e0b9b05)*
28+
- Add a function to check flash regions against a known MD5 *(Djordje Nedic - dd480bc)*
2729
- Add the SDIO inteface and the corresponding esp port *(Djordje Nedic - b74194b)*
2830

2931
### 🐛 Bug Fixes
3032

3133
- **esp32s3**: Ensure electric current capabilities allowing to flash devkits with UART converters *(Jaroslav Burian - 05d78a4)*
34+
- Print MD5 debug as hex string when using stub *(Jaroslav Burian - ab0ce64)*
35+
- Unify debug prints of all ports *(Jaroslav Burian - ccfd42c)*
36+
- Set default flash size when detection fails *(Jaroslav Burian - adbe6ab)*
3237
- INVALID_ARG error when ESP32P4 used as a host *(Jaroslav Burian - b42d1d8)*
3338
- Return when SDIO connection not initialized *(Jaroslav Burian - 3ee2b25)*
3439
- esp32c2 incorrect SPI flash config detection *(Jaroslav Burian - ed43e0a)*
@@ -40,7 +45,6 @@
4045
- Update log output for Zephyr example *(Jaroslav Burian - 7abd989)*
4146
- Fix swapped RX and TX in Zephyr example *(Jaroslav Burian - 7855e5e)*
4247

43-
---
4448

4549
## v1.7.0 (2024-11-25)
4650

idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.7.0"
1+
version: "1.8.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)