Skip to content

Commit 9a6423b

Browse files
sylvioalveskartben
authored andcommitted
samples: openamp: filter out esp32 appcpu core
ESP32xx appcpu board should only be built with procpu. Stand alone AMP support makes no sense. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
1 parent 478ced8 commit 9a6423b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/subsys/ipc/openamp/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ sample:
44
tests:
55
sample.ipc.openamp:
66
filter: dt_chosen_enabled("zephyr,ipc") and dt_chosen_enabled("zephyr,ipc_shm")
7+
and not (CONFIG_SOC_ESP32_APPCPU or CONFIG_SOC_ESP32S3_APPCPU)
78
integration_platforms:
89
- mps2/an521/cpu0
910
tags:

0 commit comments

Comments
 (0)