zephyr/boards/shields/mikroe_eth_click
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
..
boards boards: shields: mikroe_eth_click: Enable full-duplex 2023-05-05 16:17:29 +02:00
doc doc: fix :zephyr-app: paths 2023-07-17 16:51:16 -04:00
Kconfig.defconfig boards: shields: mikroe_eth_click: Remove ETH_ENC28J60_0 config 2023-05-05 16:17:29 +02:00
Kconfig.shield boards: Eth Click MikroElectronica shield 2020-05-20 19:02:36 +02:00
mikroe_eth_click.overlay boards: shields: mikroe_eth_click: Enable full-duplex 2023-05-05 16:17:29 +02:00