zephyr/samples
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
..
application_development
arch doc: fix :zephyr-app: paths 2023-07-17 16:51:16 -04:00
basic boards: xtensa: Add support for xiao esp32s3 2023-07-03 09:31:27 +02:00
bluetooth samples: Bluetooth: iso_broadcast: Sent callback to sync ISO Data send 2023-06-30 16:11:06 +02:00
boards doc: fix :zephyr-app: paths 2023-07-17 16:51:16 -04:00
compression
cpp doc: fix :zephyr-app: paths 2023-07-17 16:51:16 -04:00
drivers doc: fix :zephyr-app: paths 2023-07-17 16:51:16 -04:00
fuel_gauge
hello_world
kernel
modules
net boards: xtensa: Add support for xiao esp32s3 2023-07-03 09:31:27 +02:00
philosophers tests/samples: set ram/rom limits on some samples/tests 2023-06-13 09:38:27 -04:00
posix samples: posix: add sample for uname 2023-07-09 16:57:16 -04:00
sensor doc: fix :zephyr-app: paths 2023-07-17 16:51:16 -04:00
shields samples: shields: npm1300_ek: Added LED to example 2023-06-23 08:55:13 +00:00
subsys doc: fix :zephyr-app: paths 2023-07-17 16:51:16 -04:00
synchronization tests: synchronization: do not build on all 2023-06-13 09:38:27 -04:00
tfm_integration samples/tfm_integration: Remove 'noreturn' attribute from main 2023-06-17 07:28:42 -04:00
userspace samples/userspace: Set common malloc arena size to zero for syscall_perf 2023-06-17 07:28:42 -04:00
classic.rst
index.rst
sample_definition_and_criteria.rst