Skip to content

Commit 5a09483

Browse files
nashifkartben
authored andcommitted
samples: mh7_dual_core: remove depends_on mailbox
Make this sample build/run on something that is supported. depends_on was causing this to be completely left out. Signed-off-by: Anas Nashif <[email protected]>
1 parent d1af028 commit 5a09483

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

samples/boards/st/h7_dual_core/sample.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ sample:
33
name: stm32_h7_dual_core
44
tests:
55
sample.boards.stm32.h7_dual_core:
6-
depends_on: mailbox
76
build_only: true
7+
vendor_allow:
8+
- st
89
filter: dt_compat_enabled("st,stm32-hsem-mailbox")
10+
integration_platforms:
11+
- stm32h747i_disco/stm32h747xx/m4

0 commit comments

Comments
 (0)