Adrian Warecki
Adrian Warecki
Added the lib_manager_get_module_manifest function that returns manifest of selected module based on its id. It was performed in many places and moving it into function simplified the code and increased...
Removed unnecessary functions from Processing Module Adapter. To ensure proper operation of native loadable modules it is necessary to bypass Processing Module Adapter used by FDK modules. This is currently...
This PR addresses an issue with non-iadk loadable modules for which the `modules_free` function is not called. For some of following commits I already prepared PRs - pending review. -...
The `module_data` structure is unique for each module instance. We will not be able to tell whether this is the first loading of the module based on the value of...
DNR
The buffer allocation method for ace platform has been changed. They are allocated using the virtual memory heap. This consists of a set of buffers with a predefined size. Dividing...
Setting the source/sink buffers parameters in the copier_update_params function is not sufficient. If a sink buffer is attached during copier operation, the module will not set buffers parameters. Move the...
Fixed type returned by sys_run_boot_tests function. Fixed code formatting vmh test suite to be consistent with the principles adopted in the project. Extended `verify_memory_content` function to use different tags at...
PR created to test zephyrs PR https://github.com/zephyrproject-rtos/zephyr/pull/78612