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

This updates the documentation of all the MikroElektronika 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:13:21 +02:00 committed by Carles Cufí
parent 8f790bbe28
commit ba419a6705
5 changed files with 5 additions and 40 deletions

View File

@ -1,7 +1,4 @@
.. _mikroe_clicker_2:
MikroE Clicker 2 for STM32
##########################
.. zephyr:board:: mikroe_clicker_2
Overview
********
@ -12,13 +9,6 @@ The board also has battery connection and a battery management unit on board.
It can be powered either from a battery pack, such as a LiPo or from USB.
The board is equipped with a 25MHz crystal as well as a 32.768kHz clock crystal.
.. figure:: img/clicker-2-stm32f4-thickbox_default-2.jpg
:align: center
:alt: Clicker 2 For STM32
Clicker 2 For STM32 (Credit: MikroElektronika d.o.o.)
Hardware
********
The Clicker 2 board contains the following connections:

View File

@ -1,7 +1,4 @@
.. _mikroe_clicker_ra4m1:
Mikroe Clicker RA4M1
####################
.. zephyr:board:: mikroe_clicker_ra4m1
Overview
********
@ -10,12 +7,6 @@ The Mikroe Clicker RA4M1 development board contains a Renesas Cortex-M4 based
R7FA4M1AB3CFM Microcontroller operating at up to 48 MHz with 256 KB of Flash
memory and 32 KB of SRAM.
.. figure:: img/mikroe_clicker_ra4m1.jpg
:align: center
:alt: Clicker RA4M1
Clicker RA4M1 (Credit: MikroElektronika d.o.o.)
Hardware
********

View File

@ -1,7 +1,4 @@
.. _mikroe_mini_m4_for_stm32:
Mikroe MINI-M4 for STM32
########################
.. zephyr:board:: mikroe_mini_m4_for_stm32
Overview
********
@ -15,10 +12,6 @@ It has a reset button and three signal LEDs.
It operates on a 3.3V power supply. An on-board voltage regulator allows
the board to be powered directly from a USB cable.
.. image:: img/mikroe_mini_m4_for_stm32.jpg
:align: center
:alt: MINI-M4 for STM32
Pin Mapping
===========

View File

@ -1,7 +1,4 @@
.. _mikroe_stm32_m4_clicker:
Mikroe STM32 M4 Clicker
#######################
.. zephyr:board:: mikroe_stm32_m4_clicker
Overview
********
@ -10,12 +7,6 @@ The Mikroe STM32 M4 Clicker development board contains a STMicroelectronics
Cortex-M4 based STM32F415RG Microcontroller operating at up to 168 MHz with
1 MB of Flash memory and 192 KB of SRAM.
.. figure:: img/stm32_m4_clicker.webp
:align: center
:alt: STM32 M4 Clicker
STM32 M4 Clicker (Credit: MikroElektronika d.o.o.)
Hardware
********

View File

@ -411,7 +411,7 @@ Boards & SoC Support
* Added support for :zephyr:board:`Ambiq Apollo3 Blue Plus board <apollo3p_evb>`: ``apollo3p_evb``.
* Added support for :ref:`Raspberry Pi 5 board <rpi_5>`: ``rpi_5``.
* Added support for :zephyr:board:`Seeed Studio XIAO RP2040 board <xiao_rp2040>`: ``xiao_rp2040``.
* Added support for :ref:`Mikroe RA4M1 Clicker board <mikroe_clicker_ra4m1>`: ``mikroe_clicker_ra4m1``.
* Added support for :zephyr:board:`Mikroe RA4M1 Clicker board <mikroe_clicker_ra4m1>`: ``mikroe_clicker_ra4m1``.
* Added support for :ref:`Arduino UNO R4 WiFi board <arduino_uno_r4>`: ``arduino_uno_r4_wifi``.
* Added support for :ref:`Renesas EK-RA8M1 board <ek_ra8m1>`: ``ek_ra8m1``.
* Added support for :ref:`ST Nucleo H533RE <nucleo_h533re_board>`: ``nucleo_h533re``.