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 "__cold" in front of their function definitions to place them in the .text.dram section, which will force their execution in DRAM without being copied to SRAM. Signed-off-by: Guennadi Liakhovetski <[email protected]>
- Loading branch information