This repository was archived by the owner on Mar 2, 2026. It is now read-only.
v2024.0
Added
- Device global dedicated interface Runtime changes (#295).
- Introduce
ACL_CONTEXT_CALLBACK_DEBUGenv variable to logacl_context_callbackfunction (#300). - Added Fuzz Testing in the repo (#298).
- Support AVALON_MM CSR hostpipe (#304).
Changed
- Relax hostpipe assertion to allow non-byte aligned data type to pass (#306).
- Clean up runtime code for simulation preprogram autodiscovery string load (#308).
Fixed
- Coverity fixes for
pkg_editor_test.cpp(#291). - Fix
TAINTED_SCALARCoverity issues forpkg_editor.c(#277). - Created a workaround for host pipe atomic hang issue (#301).
Security
- Coverity fixes for
acl_hal_mmd.cppthat cloes opened mmd lib properly. (#290).