Branch: refs/heads/main
Home: https://github.com/OpenAMP/libmetal
Commit: f01d1bed03838e68e20cc3bac35fba881789ee30
https://github.com/OpenAMP/libmetal/commit/f01d1bed03838e68e20cc3bac35fba88…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2025-12-17 (Wed, 17 Dec 2025)
Changed paths:
M .github/actions/build_ci/entrypoint.sh
Log Message:
-----------
CI: Update to Zephyr 4.3 and use default associated sdk
- bump to Zephyr 4.3
- use `west packages pip --install`
- use "west sdk install" command to install the expected sdk version.
- only install compilers used for CI tests.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/libmetal/settings/notifications
Branch: refs/heads/main
Home: https://github.com/OpenAMP/open-amp
Commit: 10768d0c6f8e839ab31574a2a9093d774167e831
https://github.com/OpenAMP/open-amp/commit/10768d0c6f8e839ab31574a2a9093d77…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2025-12-17 (Wed, 17 Dec 2025)
Changed paths:
M .github/actions/build_ci/entrypoint.sh
Log Message:
-----------
CI: Update to Zephyr 4.3 and use default associated sdk
- bump to Zephyr 4.3
- use west packages pip --install
- use "west sdk install" command to install the expected sdk version.
- only install arm-zephyr-eabi compiler as build tested only on
arm targets
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/open-amp/settings/notifications
Branch: refs/heads/main
Home: https://github.com/OpenAMP/open-amp
Commit: be5770f30516505c1a4d35efcffff9fb547f7dcf
https://github.com/OpenAMP/open-amp/commit/be5770f30516505c1a4d35efcffff9fb…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2025-12-05 (Fri, 05 Dec 2025)
Changed paths:
M lib/remoteproc/remoteproc.c
Log Message:
-----------
lib: remoteproc: Fix remoteproc_remove_virtio
The code contains redundant checks with both metal_assert(vdev) and if
(!vdev).
Moreover, if the assert is disabled, it may lead to dereferencing a null
pointer.
We should not rely on asserts for API validation. Instead, replace the
assert with an error message.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/open-amp/settings/notifications