zephyr/samples/boards/nrf
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
..
battery samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
clock_skew samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
dynamic_pinctrl
ieee802154/802154_rpmsg nrf_802154: nrf_802154_serialization_error never returns 2023-05-24 16:41:39 +02:00
mesh Bluetooth: Samples: Remove usage of `BT_DEBUG_LOG` 2023-06-07 13:56:55 -04:00
nrf53_sync_rtc samples: update nrf53_sync_rtc sample to EXTRA_CONF_FILE 2023-05-23 16:40:21 +02:00
nrf_led_matrix
nrfx samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
nrfx_prs samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
system_off doc: fix :zephyr-app: paths 2023-07-17 16:51:16 -04:00