zephyr/tests/application_development/code_relocation
Gerard Marull-Paretas 93b63df762 samples, tests: convert string-based twister lists to YAML lists
Twister now supports using YAML lists for all fields that were written
as space-separated lists. Used twister_to_list.py script. Some artifacts
on string length are due to how ruamel dumps content.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-05-10 09:52:37 +02: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 tests: application_development: add code_relocation test 2022-08-01 18:09:28 +01:00
Kconfig arch/riscv: support CONFIG_CODE_DATA_RELOCATION 2022-08-24 10:08:06 +02:00
linker_arm_sram2.ld tests: application_development: add code_relocation test 2022-08-01 18:09:28 +01:00
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 tests: application_development: add code_relocation test 2022-08-01 18:09:28 +01:00
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 tests: application_development: add code_relocation test 2022-08-01 18:09:28 +01:00
testcase.yaml samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00

.. _code_relocation:

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

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