zephyr/boards/shields/lmp90100_evb
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
..
doc doc: fix :zephyr-app: paths 2023-07-17 16:51:16 -04:00
Kconfig.defconfig shields: lmp90100: drop GPIO and EEPROM priority override 2023-07-10 15:08:39 +02:00
Kconfig.shield boards: shields: lmp90100_evb: add TI LMP90100 EVB shield 2020-01-09 17:27:52 +01:00
lmp90100_evb.overlay boards: shields: Update node_label according to new naming scheme 2022-10-03 10:16:57 +02:00