mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 12:05:21 +00:00
The nRF5340dk is shipping an external QSPI flash that can be used to do XIP from. Extend the code_relocation nocopy sample to support this platform so that part of the functions are executed from internal flash and others from external flash. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
7 lines
160 B
Plaintext
7 lines
160 B
Plaintext
CONFIG_CODE_DATA_RELOCATION=y
|
|
CONFIG_HAVE_CUSTOM_LINKER_SCRIPT=y
|
|
CONFIG_CUSTOM_LINKER_SCRIPT="linker_arm_nocopy.ld"
|
|
CONFIG_COVERAGE=n
|
|
CONFIG_XIP=y
|
|
CONFIG_LOG=y
|