🌐 AI搜索 & 代理 主页
Skip to content

v4.3.0

Latest

Choose a tag to compare

@SergioGasquez SergioGasquez released this 15 Dec 14:28
· 2 commits to main since this release
fb4fd55

Added

  • read_efuse_le should be preferred over read_efuse (#969)
  • A new CLI argument rom-elf was added which will be used for backtraces (#963)
  • A new monitor CLI argument --all-addresses was added, by default well known misleading addresses printed by the first stage bootloader are suppressed (#979)

Changed

  • read_efuse is deprecated (#969)
  • Updated bootloaders with release/v5.5 ones from IDF (#976)
  • The CLI argument save-image, ignore-app-descriptor is now consistent with other args (#974)
  • Update ESP32, ESP32-C2, ESP32-C3, ESP32-C6, ESP32-H2, ESP32-P4, ESP32-S2, ESP32-S3 stub (#983)

Fixed

  • Fix eFuse block address calculations. (#971)
  • Fix Secure Download Mode detection on ESP32-P4 (#972)
  • Several fixes in read_efuse (#969)
  • Fix a problem in detecting the app-descriptor for a project if strip = true is used (#975)