Skip to content

v4.5.0

Latest

Choose a tag to compare

@SergioGasquez SergioGasquez released this 09 Jul 07:48
3b3f960

Added

  • Add Flasher::try_connect() as a variant of Flasher::connect() that returns the Connection
  • Add ESP32-P4 ECO6/ECO7 flash power-on handling (#1043)
  • --force flag to ignore min_chip_revision (#1046)
  • Add ESP32-S31 support (#1048)

Changed

  • Update ESP32-P4 stub (#1037)
  • Update ESP32-P4 rev >= 300 bootloader (#1044, #1045)
  • MIN_CHIP_REVISION from ELF metadata is now taken into consideration when setting min_chip_rev_full in the flash image header. (#1046)

Fixed

  • Fix flash finish command encoding and reset handling when using the stub loader (#1043)