]> 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, 28 May 2019 06:51:04 +0000 (14:51 +0800)
commitd68f1907ef7df254d84c9c6056c94c9271f49e49
tree7d77e2ec5ff479d7973a7387356967fcf02f4d72
parent801f5d6e82e9205f8632d89c7306ef4242b06480
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/spiram_psram.c
components/esp_rom/include/esp32/rom/spi_flash.h
components/spi_flash/spi_flash_rom_patch.c