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