OVMS3-idf/components/esp32/ld
Angus Gratton 85e76a7cfc spiflash ROM functions: Remove Quad I/O mode enable/disable code from flash ROM functions
Confusion here is that original ROM has two functions:

* SPIReadModeCnfig() - sets mode, calls enable_qio_mode/disable_qio_mode
* SPIMasterReadModeCnfig() - As above, but doesn't set QIO mode in status register

However we never want to use the ROM method to set/clear QIO mode flag, as not all flash chips work this way. Instead we
do it in flash_qio_mode.c in bootloader.

So in both cases (ROM or "patched ROM") we now call SPIMasterReadModeCnfig(), which is now named
esp_rom_spiflash_config_readmode().
2017-04-13 17:54:42 +10:00
..
elf_to_ld.sh Initial public version 2016-08-17 23:08:22 +08:00
esp32.common.ld spi_flash: Fixed bug in SPI flash ROM driver to work with embedded flash chip 2017-04-11 10:51:19 +08:00
esp32.ld Add Comments 2016-09-29 16:29:13 +08:00
esp32.peripherals.ld sdmmc: add peripheral driver and protocol layer 2017-01-09 04:51:24 +08:00
esp32.rom.ld spi_flash: Fixed bug in SPI flash ROM driver to work with embedded flash chip 2017-04-11 10:51:19 +08:00
esp32.rom.nanofmt.ld newlib: add "full" formatting support, add missing functions 2016-12-08 11:04:54 +08:00
esp32.rom.spiflash.ld spiflash ROM functions: Remove Quad I/O mode enable/disable code from flash ROM functions 2017-04-13 17:54:42 +10:00