Add a simple sample that tries to answer the silly question: how fast can I move data from one core to another using OpenAMP? It depends on a lot of factors but at least we can use this sample as a skeleton to build tests on top. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
12 lines
368 B
YAML
12 lines
368 B
YAML
sample:
|
|
description: This app provides an example of how to test OpenAMP
|
|
performance with Zephyr.
|
|
name: OpenAMP performance example integration
|
|
tests:
|
|
sample.subsys.ipc.openamp_performance:
|
|
build_only: true
|
|
platform_allow: nrf5340dk_nrf5340_cpuapp
|
|
integration_platforms:
|
|
- nrf5340dk_nrf5340_cpuapp
|
|
tags: ipm
|