Commit f4717acd authored by Benjamin Cabé's avatar Benjamin Cabé Committed by Mahesh Mahadevan
Browse files

samples: arch: use zephyr:code-sample directive



Adds missing code-sample directive to all the arch samples 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 c53e8e70
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
.. _mpu_test:
.. zephyr:code-sample:: mpu
   :name: Memory Protection Unit (MPU)

Memory Protection Unit (MPU) Sample
###################################
   Use memory protection to prevent common security issues.

Overview
********
+3 −3
Original line number Diff line number Diff line
.. _smp_pi:
.. zephyr:code-sample:: smp_pi
   :name: SMP Pi

SMP Pi
###########
   Calculate the first 240 digits of Pi on multiple execution units.

Overview
********
+3 −3
Original line number Diff line number Diff line
.. _smp_pktqueue:
.. zephyr:code-sample:: smp_pktqueue
   :name: SMP pktqueue

SMP pktqueue
############
   Use SMP to process multiple packet headers in parallel.

Overview
********