esp-idf/components
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
..
app_update
aws_iot
bootloader spiflash ROM functions: Remove Quad I/O mode enable/disable code from flash ROM functions 2017-04-13 17:54:42 +10:00
bootloader_support spi_flash: Fixed bug in SPI flash ROM driver to work with embedded flash chip 2017-04-11 10:51:19 +08:00
bt bt component: optimize scan feature 2017-04-11 14:20:20 +08:00
coap
cxx
driver
esp32 spiflash ROM functions: Remove Quad I/O mode enable/disable code from flash ROM functions 2017-04-13 17:54:42 +10:00
espcoredump
esptool_py esptool: Update to include ESP32-D2WD support (and other SPI flash remapping) 2017-04-13 16:25:15 +10:00
ethernet
expat
fatfs
freertos freertos tests: Extend preemption test cases to cross-core wakeup 2017-04-04 10:10:08 +10:00
idf_test Merge branch 'test/reboot_between_unit_test_cases' into 'release/v2.0' 2017-04-10 12:59:49 +08:00
jsmn
json
log
lwip Merge branch 'feature/implement_lwip_critical_protect_with_mutex' into 'master' 2017-04-01 17:27:20 +08:00
mbedtls
mdns Add AFL fuzz test 2017-04-05 09:23:09 +03:00
micro-ecc
newlib
nghttp
nvs_flash
openssl
partition_table
sdmmc
spi_flash spiflash ROM functions: Remove Quad I/O mode enable/disable code from flash ROM functions 2017-04-13 17:54:42 +10:00
tcpip_adapter optimize tcpip adapter layer 2017-04-01 16:41:51 +08:00
ulp
vfs
wpa_supplicant
xtensa-debug-module