Skip to content

Commit

Permalink
doc: misc updates
Browse files Browse the repository at this point in the history
small doc fixes.

Signed-off-by: Anna Wojdylo <[email protected]>
(cherry picked from commit ae9d0e7)
  • Loading branch information
annwoj authored and rlubos committed Oct 31, 2024
1 parent 2eb2244 commit cab4cb5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/nrf/app_dev/board_support/board_names.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ Board names
The following tables list all boards and corresponding board targets for Nordic Semiconductor's hardware platforms.

The board targets follow Zephyr's :ref:`zephyr:board_terminology` scheme and are used mostly when :ref:`building`.
For example, the board target ``[email protected]/nrf54l15/cpuapp`` can be read as made of the following elements:
For example, the board target ``nrf54l15dk/nrf54l15/cpuapp`` can be read as made of the following elements:

+-------------+----------------+-------------------------+---------------------------------+--------------------------------------------------+
| nrf54l15pdk | @0.2.1 | /nrf54l15 | /cpuapp | |
| nrf54l15dk | | /nrf54l15 | /cpuapp | |
+=============+================+=========================+=================================+==================================================+
| Board name | Board revision | Board qualifier for SoC | Board qualifier for CPU cluster | Board qualifier for variant (empty in this case) |
+-------------+----------------+-------------------------+---------------------------------+--------------------------------------------------+
Expand Down
10 changes: 10 additions & 0 deletions doc/nrf/app_dev/device_guides/nrf54l/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ Zephyr and the |NCS| provide support and contain board definitions for developin
- ``nrf54l15dk/nrf54l15/cpuapp``
- :ref:`Getting started <gsg_other>`
- `nRF54L15 System-on-Chip`_
* - :ref:`nRF54L05 emulation on the nRF54L15 DK <emulated-nrf54l05>`
- PCA10156
- ``nrf54l15dk/nrf54l15/cpuapp``
- --
- --
* - :ref:`nRF54L10 emulation on the nRF54L15 DK <emulated-nrf54l10>`
- PCA10156
- ``nrf54l15dk/nrf54l15/cpuapp``
- --
- --

Ensure to check the revision of your nRF54L15 device to see if it is supported:

Expand Down
2 changes: 1 addition & 1 deletion doc/nrf/gsg_guides/nrf9160_gs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Getting started with nRF9160 DK
:local:
:depth: 2

This guide lets you evaluate the |NCS|'s support for nRF9160 DK :term:`Development Kit (DK)` without the need of installing the SDK.
This guide lets you evaluate the |NCS|'s support for nRF9160 :term:`Development Kit (DK)` without the need of installing the SDK.
You will update the firmware (both the modem firmware and the application firmware) and the nRF Cloud certificates of the DK, and conduct some initial tests.

If you want to go through a hands-on online training to familiarize yourself with cellular IoT technologies and development of cellular applications, enroll in the `Cellular IoT Fundamentals course`_ in the `Nordic Developer Academy`_.
Expand Down
4 changes: 2 additions & 2 deletions doc/nrf/links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -631,8 +631,8 @@

.. _`nRF pynrfjprog`: https://docs.nordicsemi.com/bundle/ug_pynrfjprog/page/UG/pynrfjprog/pynrfjprog_lpage.html

.. _`Amazon Sidewalk documentation`: https://docs.nordicsemi.com/bundle/sidewalk_2.6.0/page/index.html
.. _`Setting up the SDK for Amazon Sidewalk`: https://docs.nordicsemi.com/bundle/sidewalk_2.6.0/page/setting_up_sidewalk_environment/setting_up_sdk.html
.. _`Amazon Sidewalk documentation`: https://docs.nordicsemi.com/bundle/sidewalk_latest/page/index.html
.. _`Setting up the SDK for Amazon Sidewalk`: https://docs.nordicsemi.com/bundle/sidewalk_latest/page/setting_up_sidewalk_environment/setting_up_sdk.html

.. _`nRF9160 Product Specification`: https://docs.nordicsemi.com/bundle/ps_nrf9160/page/nRF9160_html5_keyfeatures.html
.. _`nRF9160 GPS receiver specification`: https://docs.nordicsemi.com/bundle/ps_nrf9160/page/gps.html
Expand Down

0 comments on commit cab4cb5

Please sign in to comment.