zephyr/arch/common
Ioannis Glaropoulos 6cbc0e0bd9 arch: common: nocache: fix linker section definition
No-cache SRAM section is currently used for ARM-only builds
with support for no-cacheable memory sections (i.e.
CONFIG_ARCH_HAS_NOCACHE_MEMORY_SUPPORT) and it holds
uninitialized data. This commit properly defines the
corresponding linker section using SECTION_DATA_PROLOGUE
and GROUP_DATA_LINK_IN macros.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2019-06-19 09:08:40 -07:00
..
CMakeLists.txt arch: Put intlist.ld into Cmake 2019-05-20 22:28:28 -04:00
gen_isr_tables.py arch: common: gen_isr_tables table size check 2019-06-17 17:03:02 -07:00
isr_tables.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
isr_tables.ld arch: Put intlist.ld into Cmake 2019-05-20 22:28:28 -04:00
nocache.ld arch: common: nocache: fix linker section definition 2019-06-19 09:08:40 -07:00
ramfunc.ld arch: Port the ramfunc section to the Cmake function 2019-05-20 22:28:28 -04:00
sw_isr_common.c arch: common: add function for updating IRQ table 2018-11-10 11:01:22 -05:00
timing_info_bench.c tests: benchmark: timing_info: Fixed incorrect results. 2019-04-05 16:10:27 -04:00