zephyr/samples/arch/mpu
Nerijus Bendžiūnas 397ed142ad doc: fix :zephyr-app: paths
During testing I've found one bad path and looked if
there is more.

I've used this oneliner to find more:

```
rg :zephyr-app: | awk '{ print $3 }' | while read dir
do
    test -d $dir || echo $dir
done | grep '^samples' | grep -v '<' | sort | uniq

```

Signed-off-by: Nerijus Bendžiūnas <nerijus.bendziunas@gmail.com>
2023-07-17 16:51:16 -04:00
..
mpu_test doc: fix :zephyr-app: paths 2023-07-17 16:51:16 -04:00
index.rst samples: move architecture specific samples to arch/ 2021-03-09 17:48:18 -05:00