Branch: refs/heads/main
Home: https://github.com/OpenAMP/open-amp
Commit: 873039d24eeee314606d48d280e905fcc7672351
https://github.com/OpenAMP/open-amp/commit/873039d24eeee314606d48d280e905fc…
Author: Tammy Leino <tammy.leino(a)siemens.com>
Date: 2023-04-26 (Wed, 26 Apr 2023)
Changed paths:
M lib/include/openamp/elf_loader.h
M lib/include/openamp/remoteproc.h
M lib/include/openamp/remoteproc_virtio.h
M lib/include/openamp/rpmsg.h
M lib/include/openamp/rpmsg_retarget.h
M lib/include/openamp/rpmsg_rpc_client_server.h
M lib/include/openamp/rpmsg_virtio.h
M lib/include/openamp/rsc_table_parser.h
M lib/include/openamp/version.h
M lib/include/openamp/virtqueue.h
M lib/remoteproc/rsc_table_parser.c
M lib/rpmsg/rpmsg.c
M lib/rpmsg/rpmsg_virtio.c
M lib/virtio/virtqueue.c
Log Message:
-----------
Function header description consistency
Updated function header descriptions formatting to be consistent.
Signed-off-by: Tammy Leino <tammy.leino(a)siemens.com>
Commit: 1c29b1525a878971de53e282b72eb44e74b7ad1f
https://github.com/OpenAMP/open-amp/commit/1c29b1525a878971de53e282b72eb44e…
Author: Tammy Leino <tammy.leino(a)siemens.com>
Date: 2023-04-26 (Wed, 26 Apr 2023)
Changed paths:
M Doxyfile
Log Message:
-----------
Updates to Doxyfile
Set tabs to 8 spaces and enabled doc generation for static functions.
Signed-off-by: Tammy Leino <tammy.leino(a)siemens.com>
Compare: https://github.com/OpenAMP/open-amp/compare/14f3f8405bf2...1c29b1525a87
Branch: refs/heads/main
Home: https://github.com/OpenAMP/open-amp
Commit: 14f3f8405bf29fd28e5a73c1b8ca065ffa269cc8
https://github.com/OpenAMP/open-amp/commit/14f3f8405bf29fd28e5a73c1b8ca065f…
Author: Sergei Korneichuk <sergei.korneichuk(a)amd.com>
Date: 2023-04-24 (Mon, 24 Apr 2023)
Changed paths:
M cmake/options.cmake
M lib/version.c
Log Message:
-----------
version: use generated version_def.h
Using command line to define the OPENAMP_VERSION string macro breaks
Cygwin build on some releases of Microsoft Windows and CMake. Remove all
OPENAMP_VERSION macros from cmake compiler flags and use the ones from
the generated version_def.h file.
Signed-off-by: Sergei Korneichuk <sergei.korneichuk(a)amd.com>