zephyr/samples/subsys
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
..
canbus samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
console samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
debug tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
display samples display lvgl: Add overlay for native_sim 2023-07-05 07:01:19 -04:00
edac samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
fs samples: fs: littlefs: make sample workable for mmc disk driver 2023-06-23 09:20:10 +02:00
input samples: input_dump: use CONFIG_INPUT_EVENT_DUMP 2023-07-12 10:53:04 +00:00
ipc samples: ipc: rename virtio_xxx static functions in openamp remote 2023-07-06 09:47:59 +00:00
logging logging: Fixed BLE backend buffer size independent of MTU 2023-06-19 08:38:08 +02:00
lorawan doc: samples: update OVERLAY_CONFIG to EXTRA_CONF_FILE 2023-05-23 16:40:21 +02:00
mgmt mgmt: hawkbit: remove NET_SOCKETS_POSIX_NAMES dependency 2023-06-28 06:32:45 +00:00
modbus doc: samples: update OVERLAY_CONFIG to EXTRA_CONF_FILE 2023-05-23 16:40:21 +02:00
nvs tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
pm samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
portability samples/cmsis_rtos_v2/timer_synchronization: Set malloc arena size to zero 2023-06-17 07:28:42 -04:00
rtio/sensor_batch_processing rtio: Use mpsc for submission and completion queue 2023-05-10 00:39:43 +09:00
sensing samples: sensing: add a simple sensing subsystem app 2023-06-17 07:43:25 -04:00
settings samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
shell shell_module: Add a robot test case to sample.yaml 2023-05-26 09:43:49 -04:00
sip_svc samples/sip_svc: Switch main return type to int 2023-05-31 10:36:17 +02:00
task_wdt samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
testsuite twister: pytest: Simplify interface to pytest-twister-harness 2023-06-20 14:46:55 -04:00
tracing tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
usb samples: cdc_acm: Add 96b_carbon to usbd-next board 2023-07-13 10:44:42 +02:00
usb_c doc: fix :zephyr-app: paths 2023-07-17 16:51:16 -04:00
video doc: fix :zephyr-app: paths 2023-07-17 16:51:16 -04:00
zbus samples zbus remote mock: Add overlay for native_sim 2023-07-05 07:01:19 -04:00
subsys.rst doc: add labels to sample docs 2017-04-04 20:48:08 +00:00