Skip to content

v4.4.0

Latest

Choose a tag to compare

@SergioGasquez SergioGasquez released this 16 Apr 15:05
· 2 commits to main since this release
236f143

Added

  • eFuse write support (#962)
  • esp32p4rc1 support for esp32p4 chips with revision < 3.0 (#922)
  • Support for binaries with INIT_ARRAY sections, which is needed for esp32p4 support. (#991)
  • Added sha256 calculation to match esptool generated binaries (#991)
  • Support flashing in secure download mode (#990, #1002)
  • Added ESP32-C61 chip support (#1009)
  • Added ESP32-P4 ROM ELFs (#1014)
  • Added ESP32-P4 rev < 300 bootloader (#1016)
  • USB VID/PID 303a:1001 is listed as known (#1022)

Fixed

  • Fix compilation on Linux when no other dependency transitively enables nix's signal feature (#1015)
  • Fix ROM ELFs (#1014)
  • Fix Windows connection issue by aligning reset sequence with esptool including RTS/DTR workaround (#999)
  • Fix board-info misreporting the crystal frequency of ESP32-C5 (#1005)
  • Use 0x4000 flash write blocks in stub mode for better throughput (#1021)
  • [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)
  • Fix espflash flash getting stuck on Sync command (#1030)