samples: drivers: quadspi flash of the stm32 boards
This enables the samples/drivers/spi_flash on quad-spi flash to run on any stm32 target with external NOR quad flash. The SPI_FLASH_MULTI_SECTOR_TEST test case is possible with quadspi too. Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
7f8342775f
commit
e216dcfc3d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
#endif
|
||||
#define SPI_FLASH_SECTOR_SIZE 4096
|
||||
|
||||
#if defined CONFIG_FLASH_STM32_OSPI
|
||||
#if defined(CONFIG_FLASH_STM32_OSPI) || defined(CONFIG_FLASH_STM32_QSPI)
|
||||
#define SPI_FLASH_MULTI_SECTOR_TEST
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue