OVMS3-idf/components/spi_flash/esp32
Mahavir Jain 56accfe4c4 spi_flash: esp32: fix regression in encrypted flash write
In commit 309376f51a, it seems like regression
was added to use ROM level API for disabling flash write protection. This
started random firmware crashes (on specific modules) with exception
`IllegalInstruction` during encrypted flash writes.

Fix here removes relevant ROM API call, since disabling flash write protection
is already ensured by caller of this API.

Closes https://github.com/espressif/esp-idf/issues/5467
2020-06-29 14:51:58 +05:30
..
flash_ops_esp32.c spi_flash: esp32: fix regression in encrypted flash write 2020-06-29 14:51:58 +05:30
spi_flash_rom_patch.c fix dummy issue in spi mem and make some spiflash api called from idf 2019-11-15 15:59:07 +00:00