Browse Source
This commit uses the new .. zephyr:code-sample-category directive to categorize code samples across the tree. Updates existing legacy references to manually defined targets to now use :zephyr:code-sample-category: role instead. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>pull/78855/head
210 changed files with 573 additions and 766 deletions
@ -1,16 +1,11 @@ |
|||||||
.. _application-development-samples: |
.. zephyr:code-sample-category:: application_development |
||||||
|
:name: Application Development |
||||||
|
:show-listing: |
||||||
|
|
||||||
Application development samples |
These samples illustrate some useful application development patterns and techniques. |
||||||
############################### |
|
||||||
|
|
||||||
For application development you should also consider looking at |
For application development you should also consider looking at |
||||||
`example-application`_. Among others, you will find on it out of tree driver |
`example-application`_. Among others, you will find on it out of tree driver |
||||||
or board examples. |
or board examples. |
||||||
|
|
||||||
.. toctree:: |
|
||||||
:maxdepth: 1 |
|
||||||
:glob: |
|
||||||
|
|
||||||
**/* |
|
||||||
|
|
||||||
.. _example-application: https://github.com/zephyrproject-rtos/example-application |
.. _example-application: https://github.com/zephyrproject-rtos/example-application |
||||||
|
@ -1,10 +1,5 @@ |
|||||||
.. _arch-samples: |
.. zephyr:code-sample-category:: arch |
||||||
|
:name: Architecture-dependent Samples |
||||||
|
:show-listing: |
||||||
|
|
||||||
Architecture Dependent Samples |
Samples that demonstrate some architecture-specific features. |
||||||
############################## |
|
||||||
|
|
||||||
.. toctree:: |
|
||||||
:maxdepth: 2 |
|
||||||
:glob: |
|
||||||
|
|
||||||
*/* |
|
||||||
|
@ -1,10 +1,6 @@ |
|||||||
.. _mmu_mpu-samples: |
.. zephyr:code-sample-category:: mmu_mpu |
||||||
|
:name: MMU/MPU |
||||||
|
:show-listing: |
||||||
|
|
||||||
MMU/MPU Samples |
Samples that demonstrate the Memory Management Unit (MMU) and Memory Protection Unit (MPU) |
||||||
############### |
features. |
||||||
|
|
||||||
.. toctree:: |
|
||||||
:maxdepth: 1 |
|
||||||
:glob: |
|
||||||
|
|
||||||
**/* |
|
||||||
|
@ -1,10 +1,5 @@ |
|||||||
.. _smp-samples: |
.. zephyr:code-sample-category:: smp |
||||||
|
:name: Symmetric Multiprocessing (SMP) |
||||||
|
:show-listing: |
||||||
|
|
||||||
Various SMP Samples |
Samples that demonstrate the use of :ref:`Symmetric Multiprocessing <smp_arch>`. |
||||||
################### |
|
||||||
|
|
||||||
.. toctree:: |
|
||||||
:maxdepth: 1 |
|
||||||
:glob: |
|
||||||
|
|
||||||
**/* |
|
||||||
|
@ -1,10 +1,5 @@ |
|||||||
.. _basic-sample: |
.. zephyr:code-sample-category:: basic |
||||||
|
:name: Basic |
||||||
|
:show-listing: |
||||||
|
|
||||||
Basic Samples |
These samples demonstrate basic functionality of the Zephyr kernel. |
||||||
############# |
|
||||||
|
|
||||||
.. toctree:: |
|
||||||
:maxdepth: 1 |
|
||||||
:glob: |
|
||||||
|
|
||||||
**/* |
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue