Skip to content

Commit 423f18c

Browse files
henrikbrixandersenMaureenHelm
authored andcommitted
samples: modules: canopennode: make sample configurations depend on nvs
Make two of the CANopenNode sample configurations depend on "nvs" instead of trying to establish a local rule for which boards have the needed functionality. Signed-off-by: Henrik Brix Andersen <[email protected]>
1 parent 23a03b7 commit 423f18c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

samples/modules/canopennode/sample.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,10 @@ common:
1515
- "(.*)CANopen stack initialized"
1616
tests:
1717
sample.modules.canopennode:
18-
filter: dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions")
19-
and dt_chosen_enabled("zephyr,flash-controller") and CONFIG_FLASH_HAS_DRIVER_ENABLED
20-
platform_exclude:
21-
- nucleo_h723zg
22-
- nucleo_h743zi
23-
- nucleo_h745zi_q/stm32h745xx/m7
24-
- nucleo_h753zi
18+
depends_on: nvs
2519
sample.modules.canopennode.program_download:
2620
sysbuild: true
21+
depends_on: nvs
2722
platform_allow:
2823
- frdm_k64f
2924
- twr_ke18f

0 commit comments

Comments
 (0)