Skip to content

Commit

Permalink
doc: Fixed links in migration guide
Browse files Browse the repository at this point in the history
Fixed links in migration guide.

Signed-off-by: Francesco Domenico Servidio <[email protected]>
  • Loading branch information
FrancescoSer authored and anangl committed Jun 28, 2024
1 parent e892fe6 commit 69be66c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/nrf/releases_and_maturity/migration/migration_hwmv2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ The current hardware model adds support for the following features:

For more information about the rationale, development, and concepts behind the new model, see the following links:

* Zephyr original issue: `Zephyr issue #51831`_
* Zephyr original pull request: `Zephyr pull request #50305`_
* `Zephyr original issue <Zephyr issue #51831_>`_
* `Zephyr original pull request <Zephyr pull request #50305_>`_

For the complete set of changes introduced, consult the hardware model v2 commit: `Zephyr commit 8dc3f8`_.
For the complete set of changes introduced, consult the `hardware model v2 commit <Zephyr commit 8dc3f8_>`_.

Some non-critical features, enhancements, and improvements of the new hardware model are still in development.
Check the Zephyr hardware model v2 enhancements issue (`Zephyr issue #69546`_) for a complete list.
Check the Zephyr `hardware model v2 enhancements issue <Zephyr issue #69546_>`_ for a complete list.

Out-of-tree boards
******************
Expand All @@ -47,13 +47,13 @@ To convert your board from hardware model v1 to v2, consult the following pages:

* :ref:`zephyr:hw_support_hierarchy` and the subsequent sections to understand the model in detail.
* :ref:`zephyr:hw_support_hierarchy` and the subsequent sections to understand the hardware model in detail.
* The *ncs-example-application* conversion commit (`ncs-example-application commit f9f2da`_) as an example of how to port a simple board.
* The hardware model v2 commit (`Zephyr commit 8dc3f8`_), containing the full conversion of all existing boards from the old to the current model, to use as a complete conversion reference.
* The `ncs-example-application conversion commit <ncs-example-application commit f9f2da_>`_ as an example of how to port a simple board.
* The `hardware model v2 commit <Zephyr commit 8dc3f8_>`_, containing the full conversion of all existing boards from the old to the current model, to use as a complete conversion reference.

Conversion script
-----------------

There is a conversion script (`hwmv2 conversion script`_) to help you in the migration process.
There is a `conversion script <hwmv2 conversion script_>`_ to help you in the migration process.
It has built-in help text documenting all the parameters it takes.
The following example shows an invocation of the script converting a hypothetical out-of-tree board ``plank`` based on the nRF52840 and having ``acme`` as vendor.

Expand Down

0 comments on commit 69be66c

Please sign in to comment.