Skip to content

Commit 05e73a0

Browse files
JarmouniAcarlescufi
authored andcommitted
samples: subsys: fs: littlefs: move stm32_blk.conf
Move stm32_blk.conf ouside of 'boards' as this folder is meant to contain only board-specific devicetree overlays and Kconfig fragments. Signed-off-by: Abderrahmane Jarmouni <[email protected]>
1 parent ff6be05 commit 05e73a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/subsys/fs/littlefs/sample.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ tests:
5151
build_only: true
5252
platform_allow: stm32h747i_disco/stm32h747xx/m7
5353
extra_args:
54-
- EXTRA_CONF_FILE=boards/stm32_blk.conf
54+
- EXTRA_CONF_FILE=stm32_blk.conf
5555
- CONF_FILE=prj_blk.conf
5656
extra_configs:
5757
- CONFIG_SDMMC_STM32_HWFC=y
@@ -75,7 +75,7 @@ tests:
7575
build_only: true
7676
platform_allow: stm32f746g_disco
7777
extra_args:
78-
- EXTRA_CONF_FILE=boards/stm32_blk.conf
78+
- EXTRA_CONF_FILE=stm32_blk.conf
7979
- CONF_FILE=prj_blk.conf
8080
extra_configs:
8181
- CONFIG_SDMMC_STM32_HWFC=y

0 commit comments

Comments
 (0)