esp-idf/components/esp32
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
include spiflash ROM functions: Remove Quad I/O mode enable/disable code from flash ROM functions 2017-04-13 17:54:42 +10:00
ld spiflash ROM functions: Remove Quad I/O mode enable/disable code from flash ROM functions 2017-04-13 17:54:42 +10:00
lib@ae20d8efce Add WiFi static and dynamic tx buffer choice 2017-03-30 21:25:44 +08:00
test
Kconfig Add WiFi static and dynamic tx buffer choice 2017-03-30 21:25:44 +08:00
Makefile.projbuild
brownout.c
component.mk spi_flash: Fixed bug in SPI flash ROM driver to work with embedded flash chip 2017-04-11 10:51:19 +08:00
core_dump.c
cpu_freq.c
cpu_start.c esp32: initialize cross-core interrupt in single core mode 2017-04-07 14:48:08 +08:00
cpu_util.c
crosscore_int.c
deep_sleep.c driver/rtc: add APIs to enable/disable hold function 2017-03-24 10:11:13 +08:00
event_default_handlers.c
event_loop.c
freertos_hooks.c
gdbstub.c
heap_alloc_caps.c
hw_random.c
int_wdt.c
intr_alloc.c
ipc.c
lib_printf.c
libhal.a
panic.c esp32: RWDT is used to reboot system in case of panic handler crash 2017-04-07 02:34:29 +03:00
phy.h
phy_init.c Merge branch 'bugfix/reset_mac_cause_bt_cannot_rx_data' into 'master' 2017-03-24 17:02:26 +08:00
phy_init_data.h
rtc.h
spiram.h
system_api.c
task_wdt.c