Branch: refs/heads/v2021.04
Home: https://github.com/OpenAMP/libmetal
Commit: aec94909d0f9efbac5cbc94cfc0295844f02e745
https://github.com/OpenAMP/libmetal/commit/aec94909d0f9efbac5cbc94cfc029584…
Author: Ed Mooring <ed.mooring(a)linaro.org>
Date: 2021-04-30 (Fri, 30 Apr 2021)
Changed paths:
M VERSION
Log Message:
-----------
Semantic Versioning: Update library version to 1.0.0
Following the introduction of semantic versioning, update the library
version accordingly.
Signed-off-by: Ed Mooring <ed.mooring(a)linaro.org>
Branch: refs/heads/master
Home: https://github.com/OpenAMP/libmetal
Commit: 59e2f084d31a60a95c99ab130227674fd365764b
https://github.com/OpenAMP/libmetal/commit/59e2f084d31a60a95c99ab130227674f…
Author: Ed Mooring <ed.mooring(a)linaro.org>
Date: 2021-04-30 (Fri, 30 Apr 2021)
Changed paths:
M VERSION
Log Message:
-----------
Semantic Versioning: Update library version to 1.0.0
Following the introduction of semantic versioning, update the library
version accordingly.
Signed-off-by: Ed Mooring <ed.mooring(a)linaro.org>
Branch: refs/heads/version-update
Home: https://github.com/OpenAMP/open-amp
Commit: 01a1d21171f4f79ba334e3a708ceb36039d5ed9c
https://github.com/OpenAMP/open-amp/commit/01a1d21171f4f79ba334e3a708ceb360…
Author: Ed Mooring <ed.mooring(a)linaro.org>
Date: 2021-04-29 (Thu, 29 Apr 2021)
Changed paths:
M VERSION
Log Message:
-----------
Semantic Versioning: Update library version to 1.0.0.
With the introduction of semantic versioning, update the library version
accordingly.
Signed-off-by: Ed Mooring <ed.mooring(a)linaro.org>
Hello,
I am currently doing my POC on OpenAMP. So regarding that I have to run apps/examples/rpc_demo. The aim is to perform remote procedure calls between the Master and Slave to perform file operations(read and write) and I/O operations. Is there a possibility of running the demo in the following configuration and if, provide me with some guidelines.
Master Slave Connectivity
Linux(core 0) Linux(core 0) Systems connected via network
Linux(core 0) Linux(core 1) Single Linux System
Thanks & Regards
Viswa Harsha C
Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10
L&T Technology Services Ltd
www.LTTS.com
L&T Technology Services Limited (LTTS) is committed to safeguard your data privacy. For more information to view our commitment towards data privacy under GDPR, please visit the privacy policy on our website www.Ltts.com. This Email may contain confidential or privileged information for the intended recipient (s). If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.
Hello,
I am currently doing my POC on OpenAMP. So regarding
that I have to run apps/examples/rpc_demo. The aim is to perform remote
procedure calls between the Master and Slave to perform file
operations(read and write) and I/O operations. Is there a possibility
of running the demo in the following configuration and if, provide me
with some guidelines.
Master Slave Connectivity
Linux(core 0) Linux(core 0) Systems connected via network
Linux(core 0) Linux(core 1) Single Linux System
Thanks & Regards
Viswa Harsha C
Sent from [1]Mail for Windows 10
L&T Technology Services Ltd
[2]www.LTTS.com
L&T Technology Services Limited (LTTS) is committed to safeguard your
data privacy. For more information to view our commitment towards data
privacy under GDPR, please visit the privacy policy on our website
www.Ltts.com. This Email may contain confidential or privileged
information for the intended recipient (s). If you are not the intended
recipient, please do not use or disseminate the information, notify the
sender and delete it from your system.
References
1. https://go.microsoft.com/fwlink/?LinkId=550986
2. file:///tmp/tmpB8UCN9.html
Branch: refs/heads/master
Home: https://github.com/OpenAMP/open-amp
Commit: ec71d798d17bab1234a3eb0098df56378ce18432
https://github.com/OpenAMP/open-amp/commit/ec71d798d17bab1234a3eb0098df5637…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2021-04-26 (Mon, 26 Apr 2021)
Changed paths:
M README.md
Log Message:
-----------
README: Add version chapter
Provide more information on the management of the OpenAMP version.
OpenAMP should from now follow the semantic versionning.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Commit: d8541f2f12c06971ea4db5db1f16b8a51a5462cd
https://github.com/OpenAMP/open-amp/commit/d8541f2f12c06971ea4db5db1f16b8a5…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2021-04-26 (Mon, 26 Apr 2021)
Changed paths:
M CMakeLists.txt
A VERSION
M cmake/options.cmake
M lib/CMakeLists.txt
Log Message:
-----------
Rework the version management
PROJECT_VERSION* variables are recognized by cmake. Rename the
PROJECT_VER* variables used for the version.
Create a version file to make it easier to find and update the version.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Commit: 2833ca2aaa61f984d33d666dbfd6b497bf7ddd5d
https://github.com/OpenAMP/open-amp/commit/2833ca2aaa61f984d33d666dbfd6b497…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2021-04-26 (Mon, 26 Apr 2021)
Changed paths:
M lib/CMakeLists.txt
A lib/include/openamp/version.h
A lib/version.c
Log Message:
-----------
lib: add new API to get the library version
Add similar API that the libmetal to allow application to get information
about the version of the openamp library.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Commit: d55c0210a3197c28305056ede90811a229f8b650
https://github.com/OpenAMP/open-amp/commit/d55c0210a3197c28305056ede90811a2…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2021-04-26 (Mon, 26 Apr 2021)
Changed paths:
M apps/examples/echo/rpmsg-echo.c
Log Message:
-----------
apps: add libraries version information in echo example
Add library information used for the demo. This used to provide
an examples of the new version API use.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Commit: 52c4b75d3394576e9272bc768e0b99415c7db8c9
https://github.com/OpenAMP/open-amp/commit/52c4b75d3394576e9272bc768e0b9941…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2021-04-26 (Mon, 26 Apr 2021)
Changed paths:
M .github/actions/build_ci/entrypoint.sh
Log Message:
-----------
CI: Copy the VERSION file in zephyr openamp module
Add the new VERSION file support. Without the copy of the file the
cmake fails as no VERSION file is found in
zephyrproject/modules/lib/open-amp/open-amp/
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Commit: 7088ba5dd72cd008028d8bf36bad17696bcf5cfa
https://github.com/OpenAMP/open-amp/commit/7088ba5dd72cd008028d8bf36bad1769…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2021-04-26 (Mon, 26 Apr 2021)
Changed paths:
M lib/CMakeLists.txt
A lib/version.h.in
Log Message:
-----------
version: add generated define for version
For memory footprint reason it can be useful for applications
to use defines during the build pre-processing step.
Add a generated version_def.h file that will be accessible in the
the install directory ./build/bin/usr/local/include/openamp/.
Application will be able to use the version.h or the version_def.h
depending on its need.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Compare: https://github.com/OpenAMP/open-amp/compare/7e6a6dacc568...7088ba5dd72c