New
OpenAMP Release 2025.04.0 - v1.8.0
This release
- removes applications and tests that have been moved in https://github.com/OpenAMP/openamp-system-reference/tree/main/examples/legacy_apps,
- updates cmake minimum support to 3.16,
- fixes some bugs to improve the maturity.
API Updates:
- virtio.h
- Add NEW API
virtio_has_featureto check if the virtio device support a specific feature
- Add NEW API
Deprecation
None
What's Changed
- CI: fix zephyr test on Zephyr for lpcxpresso54114 board by @arnopo in https://github.com/OpenAMP/open-amp/pull/633
- lib: virtio: Fix VIRTIO ROLE_XXXX macro definitions by @arnopo in https://github.com/OpenAMP/open-amp/pull/634
- virtio.h: add some user-friendly apis by @CV-Bowen in https://github.com/OpenAMP/open-amp/pull/622
- docs: update the readthedocs integration for PRs in this repo by @wmamills in https://github.com/OpenAMP/open-amp/pull/636
- cmake: update cmake minimum support to 3.16 by @arnopo in https://github.com/OpenAMP/open-amp/pull/637
- travis CI: remove unused .travis.yml by @arnopo in https://github.com/OpenAMP/open-amp/pull/642
- CI: update known working version of Zephyr and its SDK by @wmamills in https://github.com/OpenAMP/open-amp/pull/645
- Remove applications and tests that are now available in openamp-system-reference by @arnopo in https://github.com/OpenAMP/open-amp/pull/643
- rpmsg_virtio: deinit rvdev->vdev when rvdev is deinited by @wyr-7 in https://github.com/OpenAMP/open-amp/pull/644
- release: open-amp 2025.04.0 by @arnopo in https://github.com/OpenAMP/open-amp/pull/646
Full Changelog: https://github.com/OpenAMP/open-amp/compare/v2024.10.0...2025.04.0