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
custom-sections.ld
Kconfig arch/riscv: support CONFIG_CODE_DATA_RELOCATION 2022-08-24 10:08:06 +02:00
linker_arm_sram2.ld
linker_riscv_qemu_sram2.ld tests: remove incorrect comment from code_relocation for RISCV 2022-10-03 10:09:53 +02:00
linker_xtensa_qemu_sram2.ld arch/xtensa: Enable code relocation 2022-11-03 10:25:07 +01:00
prj.conf
prj_riscv.conf arch/riscv: support CONFIG_CODE_DATA_RELOCATION 2022-08-24 10:08:06 +02:00
prj_xtensa.conf arch/xtensa: Enable code relocation 2022-11-03 10:25:07 +01:00
README.rst
testcase.yaml yamllint: fix all yamllint line-length errors 2023-01-04 01:16:45 +09:00

.. _code_relocation:

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

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