zephyr-kernel: add openamp-rsc-table sample

The recipe to build rpmsg sample demonstrating messaging between
main core dunning Linux and and the coprocessor running Zephyr.
Useful to demonstrate inter-processing communication.

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
Arnaud Pouliquen
2021-09-29 11:41:29 +02:00
committed by Naveen Saini
parent 55524eacc4
commit 2e66889f20

View File

@@ -0,0 +1,10 @@
include zephyr-sample.inc
ZEPHYR_MAKE_OUTPUT = "zephyr_openamp_rsc_table.elf"
ZEPHYR_MAKE_BIN_OUTPUT = "zephyr_openamp_rsc_table.bin"
ZEPHYR_MAKE_EFI_OUTPUT = "zephyr_openamp_rsc_table.efi"
ZEPHYR_SRC_DIR = "${S}/samples/subsys/ipc/openamp_rsc_table"
COMPATIBLE_MACHINE = "(stm32mp157c-dk2)"