zephyr/tests/application_development/code_relocation
Jamie McCrae ff8c78154f tests: application_development: code_relocation: Add absolute paths
Adds some absolute paths to check that the feature is working
correctly.

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2023-07-10 12:05:00 +02:00
..
src scripts: gen_relocate_app.py: Give sections unique names 2023-06-20 16:33:49 +02:00
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
linker_riscv_qemu_sram2.ld
linker_xtensa_qemu_sram2.ld
prj_riscv.conf
prj_xtensa.conf
prj.conf
README.rst
testcase.yaml

.. _code_relocation:

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

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