This PR allows the user to add symbols to the nocache section. The use for this could be as follows zephyr_linker_sources_ifdef(CONFIG_NOCACHE_MEMORY NOCACHE_SECTION nocache.ld ) nocache.ld (as shown below) can define additional symbols to go into the nocache section . = ALIGN(4); KEEP(*(NonCacheable)) Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| isr_tables.c | ||
| Kconfig | ||
| nocache.ld | ||
| ramfunc.ld | ||
| rom_start_offset.ld | ||
| semihost.c | ||
| sw_isr_common.c | ||
| timing.c | ||