boards: waveshare: adopt new zephyr:board directive and role

This updates the documentation of all the WaveShare boards to use
the new `zephyr:board::` directive.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2024-10-18 16:54:21 +02:00 committed by Carles Cufí
parent 33985678a6
commit c45a1441b2
5 changed files with 5 additions and 16 deletions

View file

@ -1,7 +1,4 @@
.. _esp32s3_touch_lcd_1_28:
Waveshare ESP32-S3-Touch-LCD-1.28
#################################
.. zephyr:board:: esp32s3_touch_lcd_1_28
Overview
********

View file

@ -1,7 +1,4 @@
.. _nrf51_ble400:
Waveshare BLE400
#################
.. zephyr:board:: nrf51_ble400
Overview
********

View file

@ -1,15 +1,10 @@
.. _waveshare_open103z_board:
Waveshare Open103Z
##################
.. zephyr:board:: waveshare_open103z
Overview
********
The Waveshare Open103Z-64 is a development board equipped with STM32F103ZE MCU.
.. image:: img/waveshare_open103z.jpg
Hardware
********

View file

@ -435,7 +435,7 @@ Boards & SoC Support
* Added support for :zephyr:board:`Espressif ESP32-S2 DevKit-C <esp32s2_devkitc>`: ``esp32s2_devkitc``.
* Added support for :zephyr:board:`Espressif ESP32-S3 DevKit-C <esp32s3_devkitc>`: ``esp32s3_devkitc``.
* Added support for :zephyr:board:`Espressif ESP32-C6 DevKit-C <esp32c6_devkitc>`: ``esp32c6_devkitc``.
* Added support for :ref:`Waveshare ESP32-S3-Touch-LCD-1.28 <esp32s3_touch_lcd_1_28>`: ``esp32s3_touch_lcd_1_28``.
* Added support for :zephyr:board:`Waveshare ESP32-S3-Touch-LCD-1.28 <esp32s3_touch_lcd_1_28>`: ``esp32s3_touch_lcd_1_28``.
* Added support for :zephyr:board:`M5Stack ATOM Lite <m5stack_atom_lite>`: ``m5stack_atom_lite``.
* Added support for :ref:`CTHINGS.CO Connectivity Card nRF52840 <ctcc_nrf52840>`: ``ctcc_nrf52840``.

View file

@ -32,7 +32,7 @@ Building and Running
This project outputs sensor data to the console. It requires a SHT3XD
sensor. It should work with any platform featuring a I2C peripheral
interface. It does not work on QEMU. In this example below the
:ref:`nrf51_ble400` board is used.
:zephyr:board:`nrf51_ble400` board is used.
.. zephyr-app-commands::