Commit 9902eec0 authored by Benjamin Cabé's avatar Benjamin Cabé Committed by Anas Nashif
Browse files

samples: application_development: use zephyr:code-sample directive



Describe the samples using code-sample directive in preparation for
upcoming changes to the Zephyr documentation that will be leveraging
the provided description and metadata.

Signed-off-by: default avatarBenjamin Cabé <benjamin@zephyrproject.org>
parent ec7b42a1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -161,5 +161,4 @@ This test shows how the code relocation feature is used.
This test will place .text, .data, .bss from 3 files to various parts in the SRAM
using a custom linker file derived from ``include/zephyr/arch/arm/cortex_m/scripts/linker.ld``

A sample showcasing the NOCOPY flag is provided at
``$ZEPHYR_BASE/samples/application_development/code_relocation_nocopy/``
A sample showcasing the NOCOPY flag is provided here: :zephyr:code-sample:`code_relocation_nocopy`.
+3 −3
Original line number Diff line number Diff line
.. _code_relocation_nocopy:
.. zephyr:code-sample:: code_relocation_nocopy
   :name: Code relocation nocopy

Code relocation nocopy
######################
   Relocate code, data, or bss sections using a custom linker script.

Overview
********
+3 −3
Original line number Diff line number Diff line
.. _external_library:
.. zephyr:code-sample:: external_library
   :name: External Library

External Library
#################
   Include an external static library into the Zephyr build system.

Overview
********