zephyr/samples/application_development/code_relocation
Gerard Marull-Paretas 6f9f45d034 samples: remove redundant <zephyr/zephyr.h> includes
Files including <zephyr/kernel.h> do not have to include
<zephyr/zephyr.h>, a shim to <zephyr/kernel.h>.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-06-15 09:13:11 +02:00
..
src samples: remove redundant <zephyr/zephyr.h> includes 2022-06-15 09:13:11 +02:00
CMakeLists.txt
custom-sections.ld linker: Port usage of custom-sections to use Cmake 2019-05-20 22:28:28 -04:00
linker_arm_sram2.ld linker: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
prj.conf
README.rst samples: code_relocation: Add readme for code relocation sample 2020-05-15 17:18:56 +02:00
sample.yaml sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00

.. _code_relocation:

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

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