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

This updates the documentation of all the Nuvoton 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 15:10:35 +02:00 committed by Carles Cufí
parent 769ec72a7c
commit a17d854004
9 changed files with 10 additions and 60 deletions

View file

@ -1,7 +1,4 @@
.. _npcm400_evb:
Nuvoton NPCM400_EVB
####################
.. zephyr:board:: npcm400_evb
Overview
********
@ -10,10 +7,6 @@ The NPCM400_EVB kit is a development platform to evaluate the
Nuvoton NPCM4 series microcontrollers. This board needs to be mated with
part number NPCM400 Satellite Management Controller (SMC).
.. image:: npcm400_evb.webp
:align: center
:alt: NPCM400 Evaluation Board
Hardware
********

View file

@ -1,7 +1,4 @@
.. _npcx4m8f_evb:
Nuvoton NPCX4M8F_EVB
####################
.. zephyr:board:: npcx4m8f_evb
Overview
********
@ -10,10 +7,6 @@ The NPCX4M8F_EVB kit is a development platform to evaluate the
Nuvoton NPCX4 series microcontrollers. This board needs to be mated with
part number NPCX498F.
.. image:: npcx4m8f_evb.jpg
:align: center
:alt: NPCX4M8F Evaluation Board
Hardware
********

View file

@ -1,7 +1,4 @@
.. _npcx7m6fb_evb:
Nuvoton NPCX7M6FB_EVB
#####################
.. zephyr:board:: npcx7m6fb_evb
Overview
********
@ -10,10 +7,6 @@ The NPCX7M6FB_EVB kit is a development platform to evaluate the
Nuvoton NPCX7 series microcontrollers. This board needs to be mated with
part number NPCX796FB.
.. image:: npcx7m6fb_evb.jpg
:align: center
:alt: NPCX7M6FB Evaluation Board
Hardware
********

View file

@ -1,7 +1,4 @@
.. _npcx9m6f_evb:
Nuvoton NPCX9M6F_EVB
####################
.. zephyr:board:: npcx9m6f_evb
Overview
********
@ -10,10 +7,6 @@ The NPCX9M6F_EVB kit is a development platform to evaluate the
Nuvoton NPCX9 series microcontrollers. This board needs to be mated with
part number NPCX996F.
.. image:: npcx9m6f_evb.jpg
:align: center
:alt: NPCX9M6F Evaluation Board
Hardware
********

View file

@ -1,7 +1,4 @@
.. _nuvoton_m2l31ki:
NUVOTON NUMAKER M2L31KI
########################
.. zephyr:board:: numaker_m2l31ki
Overview
********
@ -10,10 +7,6 @@ The NuMaker M2L31KI is an Internet of Things (IoT) application focused platform
specially developed by Nuvoton. The NuMaker-M2L31KI is based on the NuMicro® M2L31
series MCU with ARM® -Cortex®-M23 core.
.. image:: ./m2l31ki.webp
:align: center
:alt: M2L31KI
Features:
=========
- 32-bit Arm Cortex®-M23 M2L31KIDAE MCU

View file

@ -1,7 +1,4 @@
.. _nuvoton_pfm_m467:
NUVOTON NUMAKER PFM M467
########################
.. zephyr:board:: numaker_pfm_m467
Overview
********
@ -10,11 +7,6 @@ The NuMaker PFM M467 is an Internet of Things (IoT) application focused platform
specially developed by Nuvoton. The PFM-M467 is based on the NuMicro® M467
Ethernet series MCU with ARM® -Cortex®-M4F core.
.. image:: ./pfm_m467.jpeg
:width: 720px
:align: center
:alt: PFM-M467
Features:
=========
- 32-bit Arm Cortex®-M4 M467HJHAE MCU

View file

@ -1,7 +1,4 @@
.. _nuvoton_pfm_m487:
NUVOTON NUMAKER PFM M487
########################
.. zephyr:board:: numaker_pfm_m487
Overview
********
@ -10,10 +7,6 @@ The NuMaker PFM M487 is an Internet of Things (IoT) application focused platform
specially developed by Nuvoton. The PFM-M487 is based on the NuMicro® M487
Ethernet series MCU with ARM® -Cortex®-M4F core.
.. image:: pfm_m487.jpg
:align: center
:alt: PFM-M487
Features:
=========
- 32-bit Arm Cortex®-M4 M487JIDAE MCU

View file

@ -431,7 +431,7 @@ Boards & SoC Support
* Added support for :zephyr:board:`Analog Devices MAX32655FTHR <max32655fthr>`: ``max32655fthr``.
* Added support for :zephyr:board:`Analog Devices AD-APARD32690-SL <apard32690>`: ``ad_apard32690_sl``.
* Added support for :zephyr:board:`Infineon Technologies CYW920829M2EVK-02 <cyw920829m2evk_02>`: ``cyw920829m2evk_02``.
* Added support for :ref:`Nuvoton Numaker M2L31KI board <nuvoton_m2l31ki>`: ``numaker_m2l31ki``.
* Added support for :zephyr:board:`Nuvoton Numaker M2L31KI board <numaker_m2l31ki>`: ``numaker_m2l31ki``.
* 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``.

View file

@ -8,7 +8,7 @@ Overview
********
This sample show how to use the NPCX ADC Comparator driver. The
sample supports the :ref:`npcx9m6f_evb`.
sample supports the :zephyr:board:`npcx9m6f_evb`.
This application is a voltage comparator with hysteresis, upper limit is
set at 1 V while lower limit is 250 mV. Initially configured to detect
@ -17,7 +17,7 @@ upper limit.
Building and Running
********************
Build the application for the :ref:`npcx9m6f_evb` board, and provide voltage
Build the application for the :zephyr:board:`npcx9m6f_evb` board, and provide voltage
to ADC channel 8, when voltages cross upper/lower limits, detection messages
will be printed.