Branch: refs/heads/main Home: https://github.com/OpenAMP/open-amp Commit: 589cc54d447b2ab4f4fbb41d8319ba001e0a2666 https://github.com/OpenAMP/open-amp/commit/589cc54d447b2ab4f4fbb41d8319ba001... Author: Arnaud Pouliquen arnaud.pouliquen@foss.st.com Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths: M CMakeLists.txt M cmake/options.cmake
Log Message: ----------- cmake: remove possibility to build applications
The application folder is deprecated and should no more be used. Remove associated cmake options.
Signed-off-by: Arnaud Pouliquen arnaud.pouliquen@foss.st.com
Commit: 11b1bee1f2b65f6b0f1ffd0b9a84cbac84883b53 https://github.com/OpenAMP/open-amp/commit/11b1bee1f2b65f6b0f1ffd0b9a84cbac8... Author: Arnaud Pouliquen arnaud.pouliquen@foss.st.com Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths: R doc/apps/echo_test/README.md R doc/apps/matrix_multiply/README.md R doc/apps/rpc_demo/README.md
Log Message: ----------- documentation: remove documentation related to the application examples
Remove README files that provide information to build and run the applications.
Signed-off-by: Arnaud Pouliquen arnaud.pouliquen@foss.st.com
Commit: 400c063456a4e7df536eb4e0c4517530c57854ad https://github.com/OpenAMP/open-amp/commit/400c063456a4e7df536eb4e0c4517530c... Author: Arnaud Pouliquen arnaud.pouliquen@foss.st.com Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths: R apps/CMakeLists.txt R apps/examples/CMakeLists.txt R apps/examples/echo/CMakeLists.txt R apps/examples/echo/rpmsg-echo.c R apps/examples/echo/rpmsg-echo.h R apps/examples/echo/rpmsg-ping.c R apps/examples/linux_rpc_demo/CMakeLists.txt R apps/examples/linux_rpc_demo/README.md R apps/examples/linux_rpc_demo/linux-rpmsg-rpc-demo.h R apps/examples/linux_rpc_demo/linux_rpc_demo.c R apps/examples/linux_rpc_demo/linux_rpc_demod.c R apps/examples/load_fw/CMakeLists.txt R apps/examples/load_fw/common.h R apps/examples/load_fw/load_fw.c R apps/examples/load_fw/lscript.ld R apps/examples/load_fw/mem_image_store.c R apps/examples/load_fw/platform_info.c R apps/examples/load_fw/platform_info.h R apps/examples/load_fw/zynqmp_apu_lcm_rproc_example.c R apps/examples/load_fw/zynqmp_r5_lcm_rproc_example.c R apps/examples/load_fw/zynqmp_rpu_lcm_rproc_example.c R apps/examples/matrix_multiply/CMakeLists.txt R apps/examples/matrix_multiply/matrix_multiply.c R apps/examples/matrix_multiply/matrix_multiply.h R apps/examples/matrix_multiply/matrix_multiplyd.c R apps/examples/nocopy_echo/CMakeLists.txt R apps/examples/nocopy_echo/rpmsg-echo.h R apps/examples/nocopy_echo/rpmsg-nocopy-echo.c R apps/examples/nocopy_echo/rpmsg-nocopy-ping.c R apps/examples/rpc_demo/CMakeLists.txt R apps/examples/rpc_demo/rpc_demo.c R apps/examples/rpc_demo/rpc_demod.c R apps/examples/rpc_demo/rpmsg-rpc-demo.h R apps/examples/rpmsg_sample_echo/CMakeLists.txt R apps/examples/rpmsg_sample_echo/rpmsg-sample-echo.c R apps/examples/rpmsg_sample_echo/rpmsg-sample-ping.c R apps/include/platform_info_common.h R apps/machine/CMakeLists.txt R apps/machine/microblaze_generic/CMakeLists.txt R apps/machine/microblaze_generic/README.md R apps/machine/microblaze_generic/platform_info.c R apps/machine/microblaze_generic/platform_info.h R apps/machine/microblaze_generic/rsc_table.c R apps/machine/microblaze_generic/rsc_table.h R apps/machine/microblaze_generic/zynqmp_mb_a53_rproc.c R apps/machine/zynqmp/CMakeLists.txt R apps/machine/zynqmp/openamp-linux-userspace.dtsi R apps/machine/zynqmp/platform_info.c R apps/machine/zynqmp/platform_info.h R apps/machine/zynqmp/zynqmp_linux_r5_proc.c R apps/machine/zynqmp_r5/CMakeLists.txt R apps/machine/zynqmp_r5/platform_info.c R apps/machine/zynqmp_r5/platform_info.h R apps/machine/zynqmp_r5/rsc_table.c R apps/machine/zynqmp_r5/rsc_table.h R apps/machine/zynqmp_r5/zynqmp_r5_a53_rproc.c R apps/system/CMakeLists.txt R apps/system/generic/CMakeLists.txt R apps/system/generic/machine/CMakeLists.txt R apps/system/generic/machine/microblaze_generic/CMakeLists.txt R apps/system/generic/machine/microblaze_generic/helper.c R apps/system/generic/machine/microblaze_generic/linker_remote.ld R apps/system/generic/machine/zynqmp_r5/CMakeLists.txt R apps/system/generic/machine/zynqmp_r5/helper.c R apps/system/generic/machine/zynqmp_r5/linker_large_text.ld R apps/system/generic/machine/zynqmp_r5/linker_remote.ld R apps/system/linux/CMakeLists.txt R apps/system/linux/machine/CMakeLists.txt R apps/system/linux/machine/generic/CMakeLists.txt R apps/system/linux/machine/generic/helper.c R apps/system/linux/machine/generic/platform_info.c R apps/system/linux/machine/generic/platform_info.h R apps/system/linux/machine/generic/rsc_table.c R apps/system/linux/machine/generic/rsc_table.h R apps/system/linux/machine/zynqmp/CMakeLists.txt R apps/system/linux/machine/zynqmp/helper.c R apps/tests/CMakeLists.txt R apps/tests/msg/CMakeLists.txt R apps/tests/msg/rpmsg-flood-ping.c R apps/tests/msg/rpmsg-nocopy-echo.c R apps/tests/msg/rpmsg-nocopy-ping.c R apps/tests/msg/rpmsg-ping.c R apps/tests/msg/rpmsg-ping.h R apps/tests/msg/rpmsg-update.c
Log Message: ----------- apps: remove all legacy application examples
The applications are now available in the system-reference repository. Remove the apps folder as it is no longer maintained.
Signed-off-by: Arnaud Pouliquen arnaud.pouliquen@foss.st.com
Compare: https://github.com/OpenAMP/open-amp/compare/516e1b21477d...400c063456a4
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/open-amp/settings/notifications
openamp-rp@lists.openampproject.org