]> granicus.if.org Git - esp-idf/commit
esp_flash: fix the quad issue for some GD flash chips
authorMichael (XIAO Xufeng) <xiaoxufeng@espressif.com>
Mon, 9 Sep 2019 16:56:46 +0000 (00:56 +0800)
committerMichael (XIAO Xufeng) <xiaoxufeng@espressif.com>
Mon, 14 Oct 2019 09:25:59 +0000 (17:25 +0800)
commiteb104aa16f80fb9d54b3e5bf3b79550e95d51294
treea1e386037dbd35d2aa4442e079e7f69b0bce9964
parent1e1d50376b04e7ce66e0a2ef9fd0c1a3fe8e56a0
esp_flash: fix the quad issue for some GD flash chips

The GD flash with product ID 40H, is already used in Wrover-nosufix modules.
components/spi_flash/CMakeLists.txt
components/spi_flash/Kconfig
components/spi_flash/esp_flash_api.c
components/spi_flash/include/esp_flash.h
components/spi_flash/include/spi_flash_chip_gd.h [new file with mode: 0644]
components/spi_flash/linker.lf
components/spi_flash/spi_flash_chip_drivers.c
components/spi_flash/spi_flash_chip_gd.c [new file with mode: 0644]
components/spi_flash/spi_flash_chip_generic.c