Skip to content

Commit b647d70

Browse files
FRASTMkartben
authored andcommitted
samples: subsys: setting does not apply when sector size is 128K
Exclude the stm32h7 target boards to this samples/subsys/settings because it does not apply for flash sector flash size larger than 64K : all those stm32h7 mcu have sector size of 128K The settings_subsys_init will fails (-33 DOM errno ) when it checks nvs_sector_size > UINT16_MAX in settings_backend_init() of the subsys/settings/src/settings_nvs.c Signed-off-by: Francois Ramu <[email protected]>
1 parent 2d5a810 commit b647d70

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

samples/subsys/settings/README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Requirements
1818

1919
* A board with settings support, for instance: nrf52840dk/nrf52840
2020
* Or qemu_x86 target
21+
* A nvs_sector_size <= 0xFFFF
2122

2223
Building and Running
2324
********************

samples/subsys/settings/sample.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ tests:
77
timeout: 20
88
filter: dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions")
99
platform_exclude:
10+
- nucleo_h723zg
11+
- stm32h735g_disco
12+
- nucleo_h743zi
13+
- stm32h745i_disco/stm32h745xx/m7
14+
- nucleo_h745zi_q/stm32h745xx/m7
15+
- stm32h747i_disco/stm32h747xx/m7
16+
- stm32h750b_dk
17+
- nucleo_h753zi
18+
- nucleo_h755zi_q/stm32h755xx/m7
1019
- qemu_cortex_m0/nrf51822
1120
integration_platforms:
1221
- native_sim

0 commit comments

Comments
 (0)