samples: drivers flash add a test case for stm32h7 octospi
This add a removes the SPI config for the stm32H735 and stm32H7b3 disco boards when testing the octoSPI. Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
5f951806dc
commit
8aa3960874
1
samples/drivers/spi_flash/boards/stm32h735g_disco.conf
Normal file
1
samples/drivers/spi_flash/boards/stm32h735g_disco.conf
Normal file
|
@ -0,0 +1 @@
|
|||
CONFIG_SPI=n
|
1
samples/drivers/spi_flash/boards/stm32h7b3i_dk.conf
Normal file
1
samples/drivers/spi_flash/boards/stm32h7b3i_dk.conf
Normal file
|
@ -0,0 +1 @@
|
|||
CONFIG_SPI=n
|
Loading…
Reference in a new issue