Branch: refs/heads/master Home: https://github.com/OpenAMP/open-amp Commit: ec71d798d17bab1234a3eb0098df56378ce18432 https://github.com/OpenAMP/open-amp/commit/ec71d798d17bab1234a3eb0098df56378... Author: Arnaud Pouliquen arnaud.pouliquen@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@foss.st.com
Commit: d8541f2f12c06971ea4db5db1f16b8a51a5462cd https://github.com/OpenAMP/open-amp/commit/d8541f2f12c06971ea4db5db1f16b8a51... Author: Arnaud Pouliquen arnaud.pouliquen@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@foss.st.com
Commit: 2833ca2aaa61f984d33d666dbfd6b497bf7ddd5d https://github.com/OpenAMP/open-amp/commit/2833ca2aaa61f984d33d666dbfd6b497b... Author: Arnaud Pouliquen arnaud.pouliquen@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@foss.st.com
Commit: d55c0210a3197c28305056ede90811a229f8b650 https://github.com/OpenAMP/open-amp/commit/d55c0210a3197c28305056ede90811a22... Author: Arnaud Pouliquen arnaud.pouliquen@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@foss.st.com
Commit: 52c4b75d3394576e9272bc768e0b99415c7db8c9 https://github.com/OpenAMP/open-amp/commit/52c4b75d3394576e9272bc768e0b99415... Author: Arnaud Pouliquen arnaud.pouliquen@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@foss.st.com
Commit: 7088ba5dd72cd008028d8bf36bad17696bcf5cfa https://github.com/OpenAMP/open-amp/commit/7088ba5dd72cd008028d8bf36bad17696... Author: Arnaud Pouliquen arnaud.pouliquen@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@foss.st.com
Compare: https://github.com/OpenAMP/open-amp/compare/7e6a6dacc568...7088ba5dd72c