You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
+
### Changed
13
+
14
+
### Fixed
15
+
16
+
### Removed
17
+
18
+
## [4.4.0] - 2026-04-16
19
+
20
+
### Added
21
+
12
22
- eFuse write support (#962)
13
23
- esp32p4rc1 support for esp32p4 chips with revision < 3.0 (#922)
14
24
- Support for binaries with INIT_ARRAY sections, which is needed for esp32p4 support. (#991)
15
-
-Add sha256 calculation to match esptool generated binaries (#991)
25
+
-Added sha256 calculation to match esptool generated binaries (#991)
16
26
- Support flashing in secure download mode (#990, #1002)
17
-
-Add ESP32-C61 chip support (#1009)
27
+
-Added ESP32-C61 chip support (#1009)
18
28
- Added ESP32-P4 ROM ELFs (#1014)
19
29
- Added ESP32-P4 rev < 300 bootloader (#1016)
20
30
- USB VID/PID 303a:1001 is listed as known (#1022)
21
31
22
-
### Changed
23
-
24
32
### Fixed
25
33
26
34
- Fix compilation on Linux when no other dependency transitively enables `nix`'s `signal` feature (#1015)
@@ -31,8 +39,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31
39
-[cargo-espflash]: Use CARGO_BUILD_TARGET environment variable in `cargo-espflash` if `--target` is not provided before falling back to the `target` from `config.toml` (#1024)
32
40
- Fix `espflash flash` getting stuck on `Sync` command (#1030)
33
41
34
-
### Removed
35
-
36
42
## [4.3.0] - 2025-12-15
37
43
38
44
### Added
@@ -477,7 +483,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments