There are more ipc_service backends that supports multiple endpoint. This sample can be used for any of those backends, so this commits makes the sample more generic. The default backend it still icmsg_me, but now, the sample has files and instructions for icmsg_with_buf backend. Signed-off-by: Dominik Kilian <Dominik.Kilian@nordicsemi.no>
20 lines
610 B
YAML
20 lines
610 B
YAML
sample:
|
|
name: IPC Service example integration (icmsg multi endpoint backend)
|
|
tests:
|
|
sample.ipc.multi_endpoint:
|
|
platform_allow: nrf5340dk_nrf5340_cpuapp
|
|
integration_platforms:
|
|
- nrf5340dk_nrf5340_cpuapp
|
|
tags: ipc
|
|
sysbuild: true
|
|
harness: remote
|
|
sample.ipc.multi_endpoint.icbmsg:
|
|
platform_allow: nrf5340dk_nrf5340_cpuapp
|
|
integration_platforms:
|
|
- nrf5340dk_nrf5340_cpuapp
|
|
tags: ipc
|
|
sysbuild: true
|
|
extra_args:
|
|
DTC_OVERLAY_FILE=boards/nrf5340dk_nrf5340_cpuapp_icbmsg.overlay
|
|
remote_DTC_OVERLAY_FILE=boards/nrf5340dk_nrf5340_cpunet_icbmsg.overlay
|