zephyr/tests/application_development/code_relocation
Pisit Sawangvonganan 9ae9873f12 style: tests: remove unnecessary return statements
For code clarity, remove unnecessary `return` statements
in functions with a void return type they don't affect control flow.

Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
2024-09-20 11:06:55 +02:00
..
src style: tests: remove unnecessary return statements 2024-09-20 11:06:55 +02:00
test_lib
CMakeLists.txt code_relocation: Add NOKEEP option 2024-01-15 13:20:17 +01:00
custom-sections.ld
Kconfig
linker_arm_sram2.ld
linker_riscv_qemu_sram2.ld
linker_xtensa_qemu_sram2.ld
prj_riscv.conf tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
prj_xtensa.conf tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
prj.conf tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
README.rst
testcase.yaml hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00

.. _code_relocation:

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

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