zephyr/arch/common
Weiwei Guo 88f6851a3d arch: common: Add user can specify the nocache location
nocache ram is usually used by DMA to transfer data between
peripherals and ram. Some chips use isolated nocache ram,
which does not necessarily have to be in RAMABLE-REGION.
By specifying the zephyr,nocache-ram options, users can specify
the region where nocache-ram is located. If the user does not
specify it, it defaults to RAMABLE-REGION.

Signed-off-by: Weiwei Guo <guoweiwei@syriusrobotics.com>
2024-09-17 09:45:35 +02:00
..
include
CMakeLists.txt arch: common: isr_tables: add shell command 2024-08-12 10:10:57 +02:00
Kconfig arch: common: isr_tables: add shell command 2024-08-12 10:10:57 +02:00
dynamic_isr.c
fill_with_zeros.ld
isr_tables.c
isr_tables_shell.c arch: common: isr_tables: add shell command 2024-08-12 10:10:57 +02:00
multilevel_irq.c arch: multilevel_irq: fix interrupt bits check 2024-09-06 14:06:23 -05:00
multilevel_irq_legacy.c
nocache.ld arch: common: Add user can specify the nocache location 2024-09-17 09:45:35 +02:00
ramfunc.ld
rom_start_address.ld
rom_start_offset.ld
semihost.c
shared_irq.c arch: Fix assert logic for installing shared interrupt 2024-09-11 07:41:20 -04:00
sw_isr_common.c
timing.c