Browse Source

boards: misc: Fixed STM32 based boards doc links

Fix few bad links following board migration.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
pull/69687/head
Erwan Gouriou 1 year ago committed by Carles Cufi
parent
commit
85238fc205
  1. 4
      boards/arduino/arduino_opta/doc/index.rst
  2. 2
      boards/fanke/fk7b0m1_vbt6/doc/index.rst
  3. 2
      boards/st/nucleo_f207zg/doc/index.rst
  4. 2
      boards/st/nucleo_l011k4/doc/index.rst
  5. 2
      boards/st/nucleo_u575zi_q/doc/index.rst
  6. 4
      boards/st/nucleo_wba52cg/doc/nucleo_wba52cg.rst
  7. 4
      boards/st/nucleo_wba55cg/doc/nucleo_wba55cg.rst

4
boards/arduino/arduino_opta/doc/index.rst

@ -62,8 +62,8 @@ The current Zephyr arduino_opta_m4 board configuration supports the following ha @@ -62,8 +62,8 @@ The current Zephyr arduino_opta_m4 board configuration supports the following ha
Other hardware features are not yet supported on Zephyr porting.
The default configuration per core can be found in the defconfig files:
:zephyr_file:`boards/arduino/arduino_opta/arduino_opta_m4_defconfig`
The default configuration per core can be found in the defconfig file:
:zephyr_file:`boards/arduino/arduino_opta/arduino_opta_stm32h747xx_m4_defconfig`
Pin Mapping
===========

2
boards/fanke/fk7b0m1_vbt6/doc/index.rst

@ -79,7 +79,7 @@ features: @@ -79,7 +79,7 @@ features:
Other hardware features are not yet supported on this Zephyr port.
The default configuration per core can be found in the defconfig files:
``boards/arm/fk7b0m1-vbt6/fk7b0m1_vbt6_defconfig``
:zephyr_file:`boards/fanke/fk7b0m1-vbt6/fk7b0m1_vbt6_defconfig`
Connections and IOs
===================

2
boards/st/nucleo_f207zg/doc/index.rst

@ -112,7 +112,7 @@ The Zephyr nucleo_207zg board configuration supports the following hardware feat @@ -112,7 +112,7 @@ The Zephyr nucleo_207zg board configuration supports the following hardware feat
Other hardware features are not yet supported on this Zephyr port.
The default configuration can be found in the defconfig file:
``boards/arm/nucleo_f207zg/nucleo_f207zg_defconfig``
:zephyr_file:`boards/st/nucleo_f207zg/nucleo_f207zg_defconfig`
Connections and IOs

2
boards/st/nucleo_l011k4/doc/index.rst

@ -95,7 +95,7 @@ The Zephyr nucleo_l011k4 board configuration supports the following hardware fea @@ -95,7 +95,7 @@ The Zephyr nucleo_l011k4 board configuration supports the following hardware fea
Other hardware features are not yet supported in this Zephyr port.
The default configuration can be found in the defconfig file:
:zephyr_file:boards/st/nucleo_l011k4/nucleo_l011k4_defconfig`
:zephyr_file:`boards/st/nucleo_l011k4/nucleo_l011k4_defconfig`
Connections and IOs
===================

2
boards/st/nucleo_u575zi_q/doc/index.rst

@ -176,7 +176,7 @@ The Zephyr nucleo_u575zi_q board configuration supports the following hardware f @@ -176,7 +176,7 @@ The Zephyr nucleo_u575zi_q board configuration supports the following hardware f
Other hardware features are not yet supported on this Zephyr port.
The default configuration can be found in the defconfig file:
:zephyr_file:`boards/st/boards/st/nucleo_u575zi_q/nucleo_u575zi_q_defconfig`
:zephyr_file:`boards/st/nucleo_u575zi_q/nucleo_u575zi_q_defconfig`
Connections and IOs

4
boards/st/nucleo_wba52cg/doc/nucleo_wba52cg.rst

@ -183,7 +183,7 @@ The Zephyr nucleo_wba52cg board configuration supports the following hardware fe @@ -183,7 +183,7 @@ The Zephyr nucleo_wba52cg board configuration supports the following hardware fe
Other hardware features are not yet supported on this Zephyr port.
The default configuration can be found in the defconfig file:
``boards/arm/nucleo_wba52cg/nucleo_wba52cg_defconfig``
:zephyr_file:`boards/st/nucleo_wba52cg/nucleo_wba52cg_defconfig`
Connections and IOs
===================
@ -233,7 +233,7 @@ For now, openocd support is available only on upstream OpenOCD. You can check @@ -233,7 +233,7 @@ For now, openocd support is available only on upstream OpenOCD. You can check
In order to use it, you should clone and compile it following usual README
guidelines.
Once it is done, you can set the OPENOCD and OPENOCD_DEFAULT_PATH variables in
:zephyr_file:`boards/arm/nucleo_wba52cg/board.cmake` to point the build
:zephyr_file:`boards/st/nucleo_wba52cg/board.cmake` to point the build
to the paths of the OpenOCD binary and its scripts, before
including the common openocd.board.cmake file:

4
boards/st/nucleo_wba55cg/doc/nucleo_wba55cg.rst

@ -181,7 +181,7 @@ The Zephyr nucleo_wba55cg board configuration supports the following hardware fe @@ -181,7 +181,7 @@ The Zephyr nucleo_wba55cg board configuration supports the following hardware fe
Other hardware features are not yet supported on this Zephyr port.
The default configuration can be found in the defconfig file:
``boards/arm/nucleo_wba55cg/nucleo_wba55cg_defconfig``
:zephyr_file:`boards/st/nucleo_wba55cg/nucleo_wba55cg_defconfig`
Bluetooh support
----------------
@ -244,7 +244,7 @@ For now, openocd support is available only on upstream OpenOCD. You can check @@ -244,7 +244,7 @@ For now, openocd support is available only on upstream OpenOCD. You can check
In order to use it, you should clone and compile it following usual README
guidelines.
Once it is done, you can set the OPENOCD and OPENOCD_DEFAULT_PATH variables in
:zephyr_file:`boards/arm/nucleo_wba55cg/board.cmake` to point the build
:zephyr_file:`boards/st/nucleo_wba55cg/board.cmake` to point the build
to the paths of the OpenOCD binary and its scripts, before
including the common openocd.board.cmake file:

Loading…
Cancel
Save