zephyr/tests/application_development/code_relocation
Daniel DeGrasse bd593bf93e tests: code_relocation: Add additional test cases for library and genex
Add test cases for generator expressions and library relocation to
the code_relocation test, in order to verify functionality for these
new API features.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2023-01-17 18:08:37 +01:00
..
src tests: code_relocation: Add additional test cases for library and genex 2023-01-17 18:08:37 +01:00
test_lib tests: code_relocation: Add additional test cases for library and genex 2023-01-17 18:08:37 +01:00
CMakeLists.txt tests: code_relocation: Add additional test cases for library and genex 2023-01-17 18:08:37 +01:00
Kconfig
README.rst
custom-sections.ld
linker_arm_sram2.ld
linker_riscv_qemu_sram2.ld
linker_xtensa_qemu_sram2.ld arch/xtensa: Enable code relocation 2022-11-03 10:25:07 +01:00
prj.conf
prj_riscv.conf
prj_xtensa.conf arch/xtensa: Enable code relocation 2022-11-03 10:25:07 +01:00
testcase.yaml yamllint: fix all yamllint line-length errors 2023-01-04 01:16:45 +09:00

README.rst

.. _code_relocation:

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

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