zephyr/tests/application_development/code_relocation
Manuel Argüelles 87798f9e16 arch: arm: rename CPU_HAS_NXP_MPU to align with binding
Following the binding rename to "nxp,sysmpu", update the Kconfig
option to align with the binding name and to better reflect the
option's purpose.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
2024-12-06 22:23:06 +01:00
..
src arch: arm: rename CPU_HAS_NXP_MPU to align with binding 2024-12-06 22:23:06 +01:00
test_lib
CMakeLists.txt code_relocation: Add NOKEEP option 2024-01-15 13:20:17 +01:00
custom-sections.ld
Kconfig
linker_arm_sram2.ld tests: code_relocation: use per-SoC linker file for Arm tests 2023-07-14 09:38:43 +02:00
linker_riscv_qemu_sram2.ld
linker_xtensa_qemu_sram2.ld boards: qemu_xtensa: use dc233c core 2023-10-20 15:00:14 +02:00
prj.conf tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
prj_riscv.conf tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
prj_xtensa.conf tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
README.rst
testcase.yaml arch: arm: rename CPU_HAS_NXP_MPU to align with binding 2024-12-06 22:23:06 +01:00

.. _code_relocation:

Code relocation
#################

Overview
********
A simple example that demonstrates how relocation of code, data or bss sections
using a custom linker script.