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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
- Support for binaries with INIT_ARRAY sections, which is needed for esp32p4 support. (#991)
15
15
- Add sha256 calculation to match esptool generated binaries (#991)
16
16
- Support flashing in secure download mode (#990, #1002)
17
+
- Add ESP32-C61 chip support (#1009)
18
+
- Added ESP32-P4 ROM ELFs (#1014)
19
+
- Added ESP32-P4 rev < 300 bootloader (#1016)
20
+
- USB VID/PID 303a:1001 is listed as known (#1022)
17
21
18
22
### Changed
19
23
20
24
### Fixed
21
25
26
+
- Fix compilation on Linux when no other dependency transitively enables `nix`'s `signal` feature (#1015)
27
+
- Fix ROM ELFs (#1014)
22
28
- Fix Windows connection issue by aligning reset sequence with `esptool` including RTS/DTR workaround (#999)
23
29
- Fix board-info misreporting the crystal frequency of ESP32-C5 (#1005)
24
30
- Fix `espflash flash` getting stuck on `Sync` command
31
+
- Use `0x4000` flash write blocks in stub mode for better throughput (#1021)
32
+
-[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)
The roms are taken from the (`esp-rom-elfs`)[https://github.com/espressif/esp-rom-elfs] repository. Expect for:
24
+
- ESP32-P4 rev3: Was built from `esp-rom-elfs` gitlab merge request 30.
25
+
-`esp32c5_rev100_rom.elf` and `esp32c61_rev100_rom.elf`: taken from release `20260313` of `esp-rom-elfs`: https://github.com/espressif/esp-rom-elfs/releases/tag/20260313
0 commit comments