zephyr/samples/application_development/code_relocation
Håkon Øye Amundsen 13cf241ee6 cmake: docs: Fix 'test_relocation' -> 'code_relocation'
Incorrect name used for sample in two places.
This commit fixes these issues.

Signed-off-by: Håkon Øye Amundsen <haakon.amundsen@nordicsemi.no>
2020-06-17 09:40:47 +02:00
..
src zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
CMakeLists.txt cmake: docs: Fix 'test_relocation' -> 'code_relocation' 2020-06-17 09:40:47 +02:00
custom-sections.ld linker: Port usage of custom-sections to use Cmake 2019-05-20 22:28:28 -04:00
linker_arm_sram2.ld dts: Rename generated_dts_board*.{h,conf} to devicetree*.{h,conf} 2020-01-17 17:57:59 +01:00
prj.conf linker: Port usage of custom-sections to use Cmake 2019-05-20 22:28:28 -04:00
README.rst samples: code_relocation: Add readme for code relocation sample 2020-05-15 17:18:56 +02:00
sample.yaml tests: fix test identifiers 2019-12-09 15:53:44 -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.