zephyr/tests/application_development/code_relocation
Fabio Baltieri def230187b test: fix more legacy #include paths
Add a bunch of missing "zephyr/" prefixes to #include statements in
various test and test framework files.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2022-08-02 16:41:41 +01:00
..
src
CMakeLists.txt
Kconfig
README.rst
custom-sections.ld
linker_arm_sram2.ld
prj.conf
testcase.yaml

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.