]> granicus.if.org Git - esp-idf/commit
bugfix(flash): improve flash dio read timing
authorchenjianqiang <chenjianqiang@espressif.com>
Mon, 20 May 2019 07:26:52 +0000 (15:26 +0800)
committerchenjianqiang <chenjianqiang@espressif.com>
Tue, 2 Jul 2019 06:57:13 +0000 (14:57 +0800)
commit90c7885f4d02beb4d643c440b51142c7de10240d
treef6f907fbd6695891bb8c7a751773cbc49092f13c
parent476d4ba1b790e75d0eba78710c6e4d6e4ba4d3a4
bugfix(flash): improve flash dio read timing

When flash work in DIO Mode, in order to ensure the fast read mode of flash
is a fixed value, we merged the mode bits into address part, and the fast
read mode value is 0 (the default value).
components/bootloader_support/src/bootloader_init.c
components/esp32/include/rom/spi_flash.h
components/esp32/spiram_psram.c
components/spi_flash/spi_flash_rom_patch.c