zephyr/tests/application_development/code_relocation
Anas Nashif ee73cad7a4 tests: remove tests. prefix from identifier
We know this is a test already.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-08-01 13:24:09 -04:00
..
src
test_lib tests: application_development: code_relocation: Add absolute paths 2023-07-10 12:05:00 +02:00
CMakeLists.txt tests: application_development: code_relocation: Add absolute paths 2023-07-10 12:05:00 +02: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
prj_riscv.conf
prj_xtensa.conf
prj.conf
README.rst
testcase.yaml tests: remove tests. prefix from identifier 2023-08-01 13:24:09 -04:00

.. _code_relocation:

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

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