Skip to content

Commit 46a532c

Browse files
Ayush1325henrikbrixandersen
authored andcommitted
samples: subsys: logging: dictionary: Disable for pb2 m4
The new I-RAM and D-RAM layout for pb2 m4 is not compatible with devnull. So do not have the tests for pb2. Signed-off-by: Ayush Singh <[email protected]>
1 parent b2ac322 commit 46a532c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

samples/subsys/logging/dictionary/sample.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,19 @@ tests:
55
sample.logger.basic.dictionary:
66
build_only: true
77
tags: logging
8+
platform_exclude:
9+
- pocketbeagle_2/am6232/m4
10+
- pocketbeagle_2/am6254/m4
811
integration_platforms:
912
- qemu_x86
1013
- qemu_x86_64
1114
sample.logger.basic.dictionary.fpu:
1215
build_only: true
1316
tags: logging
1417
filter: CONFIG_CPU_HAS_FPU
18+
platform_exclude:
19+
- pocketbeagle_2/am6232/m4
20+
- pocketbeagle_2/am6254/m4
1521
extra_configs:
1622
- CONFIG_FPU=y
1723
integration_platforms:
@@ -21,6 +27,9 @@ tests:
2127
build_only: true
2228
tags: logging
2329
filter: CONFIG_CPU_HAS_FPU
30+
platform_exclude:
31+
- pocketbeagle_2/am6232/m4
32+
- pocketbeagle_2/am6254/m4
2433
extra_configs:
2534
- CONFIG_FPU=y
2635
- CONFIG_CBPRINTF_PACKAGE_LONGDOUBLE=y
@@ -61,6 +70,9 @@ tests:
6170
build_only: true
6271
tags: logging
6372
filter: CONFIG_SERIAL_SUPPORT_INTERRUPT and CONFIG_UART_CONSOLE
73+
platform_exclude:
74+
- pocketbeagle_2/am6232/m4
75+
- pocketbeagle_2/am6254/m4
6476
integration_platforms:
6577
- qemu_x86
6678
- qemu_x86_64

0 commit comments

Comments
 (0)