OpenAMP Release 2023.04.0 - v1.4.0
This release
- introduce API documentation generation using Doxygen (only functions documentation has been reworked as a first step),
- fixes various bugs.
API Updates:
No Update
What's Changed
- Fix warn: declaration of 'vring_rsc' shadows a previous local by @xiaoxiang781216 in #439
- CI: fix Zephyr build issue resulting from the introduction of sysbuild by @arnopo in #451
- Fix shadow warnings in application code and renforce CI build by @arnopo in #440
- Added build for Doxygen docs by @tammyleino in #459
- readme: Fix broken openamp-rp mailing list link by @hiagofranco in #460
- openamp: fix remoteproc_load_noblock hasn't update rsc_io by @bentheredonethat in #464
- BUGFIX: rpmsg: do cache_invalidate() when real data returned by @GUIDINGLI in #466
- BUGFIX: change unsuitable atomic_int to atomic_flag by @mzyx-hnu in #472
- zynq7, microblaze resource table: virtio notifyid by @kernelchuk in #467
- BUG FIX: rpmsg: add cache flush when hold rx buffer by @GUIDINGLI in #465
- checkpatch: fix TYPO_SPELLING check for words with apostrophe by @arnopo in #484
- version: use generated version_def.h by @kernelchuk in #469
- Function header description consistency by @tammyleino in #478
- release: open-amp 2023.04.0 by @arnopo in #485
New Contributors
- @hiagofranco made their first contribution in #460
- @mzyx-hnu made their first contribution in #472
Full Changelog: v2022.10.0...v2023.04.0