lib: open-amp: add helper to add resource table in project

The resource table is needed by the Linux kernel OS
for a rpmsg generic support, but is also recognised by OpenAMP.
This table allows to add trace based on the RAM console
and to support rpmsg protocol.

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
This commit is contained in:
Arnaud Pouliquen 2019-09-20 11:41:38 +02:00 committed by Kumar Gala
commit 25ec73986b
7 changed files with 186 additions and 0 deletions

View file

@ -19,4 +19,6 @@ source "lib/posix/Kconfig"
source "lib/updatehub/Kconfig"
source "lib/open-amp/Kconfig"
endmenu