Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LLEXT: add a macro to place selected functions in .text.dram
With this macro modules can use __sof_llext_dram_text(CONFIG_<NAME>_MODULE) in front of their functions to place them in the .text.dram section where they then will also be executed without being copied to SRAM. Signed-off-by: Guennadi Liakhovetski <[email protected]>
- Loading branch information