doc: boards: hwmv2: fix dead links for Seeed

Seeed Studio boards live in boards/seeed so update file links accordingly.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2024-03-13 13:59:59 +01:00 committed by Anas Nashif
parent 0f0f2422d8
commit 9bf13638a1
4 changed files with 5 additions and 5 deletions

View file

@ -102,8 +102,8 @@ Other hardware features are not yet supported on this Zephyr port.
The default configuration can be found in:
- :zephyr_file:`boards/seeed_studio/lora_e5_mini/lora_e5_mini_defconfig`
- :zephyr_file:`boards/seeed_studio/lora_e5_mini/lora_e5_mini.dts`
- :zephyr_file:`boards/seeed/lora_e5_mini/lora_e5_mini_defconfig`
- :zephyr_file:`boards/seeed/lora_e5_mini/lora_e5_mini.dts`
Connections and IOs

View file

@ -59,7 +59,7 @@ features:
Other hardware features are not currently supported by Zephyr.
The default configuration can be found in the Kconfig file
:zephyr_file:`boards/seeed_studio/seeeduino_xiao/seeeduino_xiao_defconfig`.
:zephyr_file:`boards/seeed/seeeduino_xiao/seeeduino_xiao_defconfig`.
Connections and IOs
===================

View file

@ -92,7 +92,7 @@ The wio_terminal board configuration supports the following hardware features:
Other hardware features are not currently supported by Zephyr.
The default configuration can be found in the Kconfig file
:zephyr_file:`boards/seeed_studio/wio_terminal/wio_terminal_defconfig`.
:zephyr_file:`boards/seeed/wio_terminal/wio_terminal_defconfig`.
Zephyr can use the default Cortex-M SYSTICK timer or the SAM0 specific RTC.
To use the RTC, set :kconfig:option:`CONFIG_CORTEX_M_SYSTICK=n` and set

View file

@ -182,7 +182,7 @@ properly with Zephyr:
You can build and flash the examples to make sure Zephyr is running correctly on
your board. The LED definitions can be found in
:zephyr_file:`boards/seeed_studio/xiao_ble/xiao_ble_common.dtsi`.
:zephyr_file:`boards/seeed/xiao_ble/xiao_ble_common.dtsi`.
Testing shell over USB in the XIAO BLE (Sense)
**********************************************