Skip to content

Commit

Permalink
samples: drivers: jesd216 reading jedec IDs from stm32 boards
Browse files Browse the repository at this point in the history
Add the stm32-ospi-nor or  stm32-qspi-nor compatible to run the sample
on stm32 boards without jedec,spi-nor compatible.
No more config file needed to get the jedec ID and SFDP info from the
external quad- or octo-SPI flash of the stm32 disco boards.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
  • Loading branch information
FRASTM authored and carlescufi committed Nov 3, 2023
1 parent ce82348 commit 6b87eed
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 49 deletions.
8 changes: 0 additions & 8 deletions samples/drivers/jesd216/boards/b_l4s5i_iot01a.conf

This file was deleted.

8 changes: 0 additions & 8 deletions samples/drivers/jesd216/boards/b_u585i_iot02a.conf

This file was deleted.

3 changes: 0 additions & 3 deletions samples/drivers/jesd216/boards/disco_l475_iot1.conf

This file was deleted.

8 changes: 0 additions & 8 deletions samples/drivers/jesd216/boards/stm32h573i_dk.conf

This file was deleted.

8 changes: 0 additions & 8 deletions samples/drivers/jesd216/boards/stm32h735g_disco.conf

This file was deleted.

3 changes: 0 additions & 3 deletions samples/drivers/jesd216/boards/stm32h747i_disco_m7.conf

This file was deleted.

3 changes: 0 additions & 3 deletions samples/drivers/jesd216/boards/stm32l496g_disco.conf

This file was deleted.

8 changes: 0 additions & 8 deletions samples/drivers/jesd216/boards/stm32l562e_dk.conf

This file was deleted.

3 changes: 3 additions & 0 deletions samples/drivers/jesd216/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ tests:
platform_allow: nrf52840dk_nrf52840
integration_platforms:
- nrf52840dk_nrf52840
sample.drivers.stm32.jesd216:
filter: dt_compat_enabled("st,stm32-ospi-nor") or dt_compat_enabled("st,stm32-qspi-nor")
depends_on: spi

0 comments on commit 6b87eed

Please sign in to comment.