forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
samples: drivers: jesd216 jedec ID and SFDP from quad-flash
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
1 parent
529f9ed
commit 7f83427
Showing
3 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |