]> granicus.if.org Git - esp-idf/commit
Merge branch 'feature/esptool_espefuse_set_flash_voltage' into 'master'
authorAngus Gratton <angus@espressif.com>
Mon, 6 Mar 2017 23:08:18 +0000 (07:08 +0800)
committerAngus Gratton <angus@espressif.com>
Mon, 6 Mar 2017 23:08:18 +0000 (07:08 +0800)
commit9f7d8c338ed9cc28cbac7ecea4decf65410c6b5c
treef3950c6c22bd0e063ad045fb3ed8d368ff6bff80
parent9463a7c594d4f7ddf33d16763ecd678a29f00ea6
parent527720fb5b2dc052144169e3c7695e79dea99876
Merge branch 'feature/esptool_espefuse_set_flash_voltage' into 'master'

esptool version bump and new "espefuse.py set_flash voltage" command

* New "espefuse.py set_flash_voltage" command to easily set a fix
  VDD_SDIO regulator voltage (1.8V, 3.3V or disabled).
* Fixes bugs when flashing files with non-4-byte aligned lengths
  (doesn't effect esp-idf image files)
* esptool README improvements
* Detect overlapping files in write_flash
* read_mac now works correctly on ESP32
* Integrates reset fix for older dev boards (formerly the "Windows ESP32R0 reset workaround")

See merge request !481