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

This updates the documentation of all the NXP 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:05:51 +02:00 committed by Carles Cufí
commit d885957fe8
89 changed files with 143 additions and 483 deletions

View file

@ -110,7 +110,7 @@ Next, python-can needs to be configured for the ``can0`` interface. One option i
fd = True
Once the SocketCAN interface has been brought up and configured the test suite can be launched using
Twister. Below is an example for running on the :ref:`lpcxpresso55s36`:
Twister. Below is an example for running on the :zephyr:board:`lpcxpresso55s36`:
.. code-block:: shell