zephyr/boards
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
..
arc drivers: pinctrl_emsdp: fix definition location 2023-06-13 07:02:08 -04:00
arm doc: fix :zephyr-app: paths 2023-07-17 16:51:16 -04:00
arm64 boards: arm64: add support of Salvator XS M3 board 2023-07-11 11:17:41 +02:00
common scripts: west: add silabs_commander runner 2023-04-25 10:34:16 -07:00
mips
nios2 docs: boards: fix capitalization of board architectures 2023-07-06 09:15:59 +02:00
posix ctf tracing: native/host backend: Refactor to support embedded C libraries 2023-07-13 05:47:08 -04:00
riscv soc: riscv: andes_v5: remove redundant CONFIG_CACHE_ENABLE 2023-07-17 10:10:31 +00:00
shields doc: fix :zephyr-app: paths 2023-07-17 16:51:16 -04:00
sparc dts/sparc/gaisler: add SoC and board compatible strings 2023-05-02 10:53:27 +02:00
x86 boards: qemu_x86_64: Add smbus to supported list 2023-07-17 15:13:38 -04:00
xtensa boards: xiao_esp32s3: update CAN support 2023-07-10 15:13:52 +02:00
CMakeLists.txt
deprecated.cmake
index.rst docs: boards: sort the board architectures alphanumerically 2023-07-06 09:15:59 +02:00
Kconfig boards: kconfig: qemu: introduce QEMU_GDBSERVER_LISTEN_DEV 2023-02-20 09:48:52 +01:00