esp-idf/components/esp32/include
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
..
hwcrypto
rom spiflash ROM functions: Remove Quad I/O mode enable/disable code from flash ROM functions 2017-04-13 17:54:42 +10:00
soc esp32: RWDT is used to reboot system in case of panic handler crash 2017-04-07 02:34:29 +03:00
xtensa
esp_attr.h
esp_brownout.h
esp_coexist.h
esp_core_dump.h
esp_crosscore_int.h
esp_deep_sleep.h
esp_deepsleep.h
esp_err.h fix warnings generated by ESP_ERROR_CHECK(variable) in release builds 2017-04-07 15:24:58 +08:00
esp_event.h
esp_event_loop.h
esp_flash_data_types.h
esp_freertos_hooks.h
esp_gdbstub.h
esp_heap_alloc_caps.h
esp_int_wdt.h
esp_interface.h
esp_intr.h
esp_intr_alloc.h
esp_ipc.h
esp_panic.h esp32: RWDT is used to reboot system in case of panic handler crash 2017-04-07 02:34:29 +03:00
esp_phy_init.h
esp_smartconfig.h
esp_ssc.h
esp_system.h
esp_task.h component/bt : modify bluetooth task priority 2017-04-01 17:17:57 +08:00
esp_task_wdt.h
esp_types.h
esp_wifi.h Add WiFi static and dynamic tx buffer choice 2017-03-30 21:25:44 +08:00
esp_wifi_internal.h
esp_wifi_types.h wifi scan: add wifi scan type and time config 2017-03-30 20:36:52 +08:00
esp_wpa2.h
esp_wps.h
heap_alloc_caps.h