Skip to content

Commit 834c387

Browse files
kartbencarlescufi
authored andcommitted
boards: raspberrypi: adopt new zephyr:board directive and role
This updates the documentation of all the Rasperry Pi boards to use the new `zephyr:board::` directive. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 1a56594 commit 834c387

File tree

5 files changed

+5
-14
lines changed

5 files changed

+5
-14
lines changed

boards/raspberrypi/rpi_4b/doc/index.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
.. rpi_4b:
2-
3-
Raspberry Pi 4 Model B (Cortex-A72)
4-
###################################
1+
.. zephyr:board:: rpi_4b
52
63
Overview
74
********

boards/raspberrypi/rpi_5/doc/index.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
.. _rpi_5:
2-
3-
Raspberry Pi 5 (Cortex-A76)
4-
###########################
1+
.. zephyr:board:: rpi_5
52
63
Overview
74
********

boards/raspberrypi/rpi_pico/doc/index.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
.. _rpi_pico:
2-
3-
Raspberry Pi Pico
4-
#################
1+
.. zephyr:board:: rpi_pico
52
63
Overview
74
********

doc/releases/release-notes-3.7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ Boards & SoC Support
409409

410410
* Added support for :zephyr:board:`Ambiq Apollo3 Blue board <apollo3_evb>`: ``apollo3_evb``.
411411
* Added support for :zephyr:board:`Ambiq Apollo3 Blue Plus board <apollo3p_evb>`: ``apollo3p_evb``.
412-
* Added support for :ref:`Raspberry Pi 5 board <rpi_5>`: ``rpi_5``.
412+
* Added support for :zephyr:board:`Raspberry Pi 5 board <rpi_5>`: ``rpi_5``.
413413
* Added support for :zephyr:board:`Seeed Studio XIAO RP2040 board <xiao_rp2040>`: ``xiao_rp2040``.
414414
* Added support for :zephyr:board:`Mikroe RA4M1 Clicker board <mikroe_clicker_ra4m1>`: ``mikroe_clicker_ra4m1``.
415415
* Added support for :ref:`Arduino UNO R4 WiFi board <arduino_uno_r4>`: ``arduino_uno_r4_wifi``.

samples/sensor/bme280/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ peripheral.
7777
BME280 via Raspberry Pi Pico
7878
============================
7979

80-
The default assignment of the built-in spi0 device on the :ref:`rpi_pico` is
80+
The default assignment of the built-in spi0 device on the :zephyr:board:`rpi_pico` is
8181
to GPIO16 through GPIO19. With the sensor wired to those lines, build and
8282
flash with:
8383

0 commit comments

Comments
 (0)