mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 10:45:07 +00:00
XIP (eXecute In Place) is a method of executing programs directly from long term storage (i.e flash memory). It allows us to avoid copying text it into RAM, saving writable memory for dynamic data and not the static program code. We don't have such non-volatile memory capable for executing in place on HSDK so we load Zephyr image to DDR memory with debugger each time. Disable XIP option for HSDK as we don't need it. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> |
||
---|---|---|
.. | ||
arc | ||
arm | ||
common | ||
nios2 | ||
posix | ||
riscv | ||
shields | ||
sparc | ||
x86 | ||
xtensa | ||
CMakeLists.txt | ||
deprecated.cmake | ||
index.rst | ||
Kconfig |