Commit e6990302 authored by Benjamin Cabé's avatar Benjamin Cabé Committed by Anas Nashif
Browse files

doc: hwmv2: boards: fix broken NXP links



fix bad links to some NXP board files (and make references actual "links")

Signed-off-by: default avatarBenjamin Cabé <benjamin@zephyrproject.org>
parent b27ebd5b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ probe (based on a NXP LPC43xx MCU). This MCU provides either a CMSIS-DAP or
a J-Link interface. It depends on the embedded firmware image. The default
OpenOCD configuration supports the CMSIS-DAP interface. If you want to
switch to J-Link, then you need to edit the
``boards/arm/lpcxpresso11u68/support/openocd.cfg`` file and to replace::
:zephyr_file:`boards/nxp/lpcxpresso11u68/support/openocd.cfg` file and to replace::

   source [find interface/cmsis-dap.cfg]

+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ already supported, which can also be re-used on this lpcxpresso55s28 board:
Other hardware features are not currently enabled.

The default configuration file
``boards/arm/lpcxpresso55s28/lpcxpresso55s28_defconfig``
:zephyr_file:`boards/nxp/lpcxpresso55s28/lpcxpresso55s28_defconfig`

Connections and IOs
===================
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ Targets available
==================

The default configuration file
``boards/arm/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu0_defconfig``
:zephyr_file:`boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu0_defconfig`
only enables the first core.
CPU0 is the only target that can run standalone.

+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ already supported, which can also be re-used on this mimxrt1010_evk board:
+-----------+------------+-------------------------------------+

The default configuration can be found in the defconfig file:
``boards/arm/mimxrt1010_evk/mimxrt1010_evk_defconfig``
:zephyr_file:`boards/nxp/mimxrt1010_evk/mimxrt1010_evk_defconfig`

Other hardware features are not currently supported by the port.

+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ already supported, which can also be re-used on this mimxrt1015_evk board:
+-----------+------------+-------------------------------------+

The default configuration can be found in the defconfig file:
``boards/arm/mimxrt1015_evk/mimxrt1015_evk_defconfig``
:zephyr_file:`boards/nxp/mimxrt1015_evk/mimxrt1015_evk_defconfig`

Other hardware features are not currently supported by the port.

Loading