Files
esp-idf/components/esptool_py
Jaroslav Burian 0a0e64749a change(esptool_py): always pass --flash-mmu-page-size to elf2image
Previously, --flash-mmu-page-size was only passed when the configured
MMU page size was not 64KB. This caused an issue for targets with a
configurable MMU page size whose non-64KB size is the actual default.

Remove the 64KB exclusion and always pass the argument for all targets,
including those without a configurable MMU page size. Since ESP-IDF now
always provides the value, esptool can also use it to change the
default MMU page size.
2026-03-25 12:35:09 +01:00
..
2025-09-30 15:28:55 +02:00
2025-09-30 15:28:55 +02:00
2016-08-17 23:08:22 +08:00