esp32: drivers: spi_flash: add host flash support
Add support for ESP32 host flash chip Signed-off-by: Glauber Maroto Ferreira <glauber.ferreira@espressif.com>
This commit is contained in:
parent
e58c151c26
commit
d8f6e66588
10 changed files with 685 additions and 1 deletions
|
@ -60,6 +60,8 @@ config FLASH_PAGE_LAYOUT
|
|||
|
||||
source "drivers/flash/Kconfig.at45"
|
||||
|
||||
source "drivers/flash/Kconfig.esp32"
|
||||
|
||||
source "drivers/flash/Kconfig.nrf"
|
||||
|
||||
source "drivers/flash/Kconfig.lpc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue