Branch: refs/heads/main Home: https://github.com/OpenAMP/openamp-system-reference Commit: c20abf2489aa2a6c7da3e3c568a6c07405d712b0 https://github.com/OpenAMP/openamp-system-reference/commit/c20abf2489aa2a6c7... Author: Arnaud Pouliquen arnaud.pouliquen@foss.st.com Date: 2022-11-15 (Tue, 15 Nov 2022)
Changed paths: A examples/zephyr/rpmsg_multi_services/CMakeLists.txt A examples/zephyr/rpmsg_multi_services/README.rst A examples/zephyr/rpmsg_multi_services/boards/stm32mp157c_dk2.overlay A examples/zephyr/rpmsg_multi_services/prj.conf A examples/zephyr/rpmsg_multi_services/sample.yaml A examples/zephyr/rpmsg_multi_services/src/CMakeLists.txt A examples/zephyr/rpmsg_multi_services/src/README.rst A examples/zephyr/rpmsg_multi_services/src/boards/stm32mp157c_dk2.overlay A examples/zephyr/rpmsg_multi_services/src/main_remote.c A examples/zephyr/rpmsg_multi_services/src/prj.conf A examples/zephyr/rpmsg_multi_services/src/sample.yaml
Log Message: ----------- zephyr: rpmsg_multi_services: duplicate the zephyr openamp_rsc_table sample
Create the rpmsg multiservices example by copying the zephyr samples/subsys/ipc/openamp_rsc_table sample.
Signed-off-by: Arnaud Pouliquen arnaud.pouliquen@foss.st.com
Commit: be604bee68e27559aece7b37e1d3f6a144cbe4f0 https://github.com/OpenAMP/openamp-system-reference/commit/be604bee68e27559a... Author: Arnaud Pouliquen arnaud.pouliquen@foss.st.com Date: 2022-11-15 (Tue, 15 Nov 2022)
Changed paths: M examples/zephyr/rpmsg_multi_services/src/main_remote.c
Log Message: ----------- zephyr: rpmsg_multi_services: fix naming for the rpmsg_sample_client servicee
Correction of the naming of some variables, from "sc" to "cs", when used for the rpmsg "sample client" service
Signed-off-by: Arnaud Pouliquen arnaud.pouliquen@foss.st.com
Commit: 26b7d18d259ddc6b4bda034228d6d5b65b0f8987 https://github.com/OpenAMP/openamp-system-reference/commit/26b7d18d259ddc6b4... Author: Arnaud Pouliquen arnaud.pouliquen@foss.st.com Date: 2022-11-15 (Tue, 15 Nov 2022)
Changed paths: M examples/zephyr/rpmsg_multi_services/CMakeLists.txt M examples/zephyr/rpmsg_multi_services/README.rst M examples/zephyr/rpmsg_multi_services/prj.conf R examples/zephyr/rpmsg_multi_services/sample.yaml
Log Message: ----------- zephyr: rpmsg_multi_services: update project naming
This sample will be extend to demonstrate multi rpmsg channels in parallel change the name of the project that is named "zephyr_openamp_rsc_table" in Zephyr.
Signed-off-by: Arnaud Pouliquen arnaud.pouliquen@foss.st.com
Commit: 1389c4d9901ad16155f338bb026de10c1b83c829 https://github.com/OpenAMP/openamp-system-reference/commit/1389c4d9901ad1615... Author: Arnaud Pouliquen arnaud.pouliquen@foss.st.com Date: 2022-11-15 (Tue, 15 Nov 2022)
Changed paths: A west.yml
Log Message: ----------- manifest: add west manifest
add out of tree Zephyr manifest to allow to get the example
Commit: b2f0e46d936d931a369dde1deb244c585da37c5b https://github.com/OpenAMP/openamp-system-reference/commit/b2f0e46d936d931a3... Author: Arnaud Pouliquen arnaud.pouliquen@foss.st.com Date: 2022-11-15 (Tue, 15 Nov 2022)
Changed paths: A examples/zephyr/README.md
Log Message: ----------- examples: zephyr: add README file
Add readme to explain how to setup and build environment
Signed-off-by: Arnaud Pouliquen arnaud.pouliquen@foss.st.com
Commit: fc319f9da1adfeb05e863cf703a53f604d3a8d4e https://github.com/OpenAMP/openamp-system-reference/commit/fc319f9da1adfeb05... Author: Arnaud Pouliquen arnaud.pouliquen@foss.st.com Date: 2022-11-15 (Tue, 15 Nov 2022)
Changed paths: M examples/zephyr/rpmsg_multi_services/src/main_remote.c
Log Message: ----------- examples: zephyr:rmpsg_multi_services: add a second TTY channel
Add a second TTY channel that could be instantiate by the remote side using the name service announcement.
Signed-off-by: Arnaud Pouliquen arnaud.pouliquen@foss.st.com
Commit: d6bbe2298200f95e9f9b534fda3529d16ab3d506 https://github.com/OpenAMP/openamp-system-reference/commit/d6bbe2298200f95e9... Author: Arnaud Pouliquen arnaud.pouliquen@foss.st.com Date: 2022-11-15 (Tue, 15 Nov 2022)
Changed paths: M examples/zephyr/rpmsg_multi_services/src/main_remote.c
Log Message: ----------- examples: zephyr:rmpsg_multi_services: add service bind/unbind support
Allow to bind a rpmsg_tty channel and unbind it
Signed-off-by: Arnaud Pouliquen arnaud.pouliquen@foss.st.com
Commit: eb2b4d0c76e797287b2f87d90ac03ac147c3fa73 https://github.com/OpenAMP/openamp-system-reference/commit/eb2b4d0c76e797287... Author: Arnaud Pouliquen arnaud.pouliquen@foss.st.com Date: 2022-11-15 (Tue, 15 Nov 2022)
Changed paths: M examples/zephyr/rpmsg_multi_services/src/main_remote.c
Log Message: ----------- examples: zephyr:rmpsg_multi_services: Add rpmsg raw channel support
Add the support of a rpmsg raw channel that responds to Linux rpmsg_char driver.
Signed-off-by: Arnaud Pouliquen arnaud.pouliquen@foss.st.com
Compare: https://github.com/OpenAMP/openamp-system-reference/compare/950e45ebe735...e...