Branch: refs/heads/main Home: https://github.com/OpenAMP/openamp-system-reference Commit: 7f1fb3b84edc1b3eab62a7ade7f88e99f7e78b93 https://github.com/OpenAMP/openamp-system-reference/commit/7f1fb3b84edc1b3ea... Author: Ben Levinsky ben.levinsky@amd.com Date: 2023-02-06 (Mon, 06 Feb 2023)
Changed paths: M examples/linux/rpmsg-echo-test/README.md M examples/linux/rpmsg-echo-test/echo_test.c M examples/linux/rpmsg-mat-mul/README.md M examples/linux/rpmsg-mat-mul/mat_mul_demo.c M examples/linux/rpmsg-proxy-app/README.md M examples/linux/rpmsg-proxy-app/proxy_app.c
Log Message: ----------- examples: linux: remove any loading or unloading of modules
As the requirements for RPMsg usage can change over time, remove the loading and unloading of drivers in the Linux app. Instead put the onus on the user to manage the driver.
Update documentation of demos in READMEs
Signed-off-by: Ben Levinsky ben.levinsky@amd.com