samples: move architecture specific samples to arch/
smp and mpu are architecture specific samples and do not apply to majority of support platforms, so move them to arch/. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
8a2ec3674f
commit
f3ec9bac04
10
samples/arch/index.rst
Normal file
10
samples/arch/index.rst
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
.. _arch-samples:
|
||||||
|
|
||||||
|
Architecture Dependent Samples
|
||||||
|
##############################
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
:glob:
|
||||||
|
|
||||||
|
**/*
|
|
@ -17,14 +17,12 @@ Samples and Demos
|
||||||
sensor/*
|
sensor/*
|
||||||
arch/*
|
arch/*
|
||||||
boards/*
|
boards/*
|
||||||
mpu/*
|
|
||||||
drivers/drivers.rst
|
drivers/drivers.rst
|
||||||
application_development/*
|
application_development/*
|
||||||
shields/*
|
shields/*
|
||||||
portability/*
|
portability/*
|
||||||
posix/*
|
posix/*
|
||||||
kernel/*
|
kernel/*
|
||||||
smp/*
|
|
||||||
tfm_integration/tfm_integration.rst
|
tfm_integration/tfm_integration.rst
|
||||||
|
|
||||||
.. comment
|
.. comment
|
||||||
|
|
Loading…
Reference in a new issue