Skip to content

Commit

Permalink
samples: drivers: jesd216 jedec ID and SFDP from quad-flash
Browse files Browse the repository at this point in the history
This adds the support jedec configuration to run
the jedec sample application. So target board can display
the content of the quad-NOR flash.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
  • Loading branch information
FRASTM authored and fabiobaltieri committed Jun 23, 2023
1 parent 529f9ed commit 7f83427
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/drivers/jesd216/boards/disco_l475_iot1.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CONFIG_FLASH_STM32_QSPI=y
CONFIG_SPI_NOR_SFDP_RUNTIME=y
CONFIG_SPI_NOR=n
3 changes: 3 additions & 0 deletions samples/drivers/jesd216/boards/stm32h747i_disco_m7.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CONFIG_FLASH_STM32_QSPI=y
CONFIG_SPI_NOR_SFDP_RUNTIME=y
CONFIG_SPI_NOR=n
3 changes: 3 additions & 0 deletions samples/drivers/jesd216/boards/stm32l496g_disco.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CONFIG_FLASH_STM32_QSPI=y
CONFIG_SPI_NOR_SFDP_RUNTIME=y
CONFIG_SPI_NOR=n

0 comments on commit 7f83427

Please sign in to comment.