Skip to content

Commit

Permalink
doc: Adjust the nrf54l developing section
Browse files Browse the repository at this point in the history
Added note about the build target
Removed the PSN article- not supported

Signed-off-by: Anna Wojdylo <[email protected]>
  • Loading branch information
annwoj authored and rlubos committed Oct 11, 2024
1 parent 1259413 commit 52bd8df
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 89 deletions.
2 changes: 0 additions & 2 deletions doc/_utils/redirects.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,6 @@
("app_dev/device_guides/working_with_nrf/nrf54l/nrf54l15_gs", "gsg_guides"),
("device_guides/working_with_nrf/nrf54l/testing_dfu", "app_dev/device_guides/nrf54l/testing_dfu"), # Testing the DFU solution
("app_dev/device_guides/working_with_nrf/nrf54l/testing_dfu", "app_dev/device_guides/nrf54l/testing_dfu"),
("device_guides/working_with_nrf/nrf54l/peripheral_sensor_node_shield", "app_dev/device_guides/nrf54l/peripheral_sensor_node_shield"), # Developing with Peripheral Sensor node shield
("app_dev/device_guides/working_with_nrf/nrf54l/peripheral_sensor_node_shield", "app_dev/device_guides/nrf54l/peripheral_sensor_node_shield"),
("device_guides/nrf54h", "app_dev/device_guides/nrf54h"), # Developing with nRF54H Series
("device_guides/working_with_nrf/nrf54h/ug_nrf54h20_gs", "app_dev/device_guides/working_with_nrf/nrf54h/ug_nrf54h20_gs"), # Getting started with the nRF54H20 DK
("device_guides/working_with_nrf/nrf54h/ug_nrf54h20_app_samples", "app_dev/device_guides/working_with_nrf/nrf54h/ug_nrf54h20_app_samples"), # nRF54H20 applications and samples (orphaned as of 2.7.0)
Expand Down
9 changes: 4 additions & 5 deletions doc/nrf/app_dev/device_guides/nrf54l/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
Developing with nRF54L Series
#############################

.. note::

All software for the nRF54L15 SoC is experimental and hardware availability is restricted to the participants in the limited sampling program.

.. |nrf_series| replace:: devices of the nRF54L Series

.. include:: /includes/guides_complementary_to_app_dev.txt
Expand All @@ -28,10 +24,13 @@ Zephyr and the |NCS| provide support and contain board definitions for developin
- :ref:`Getting started <gsg_other>`
- `nRF54L15 System-on-Chip`_

.. note::

When building your project with the nRF54L15 DK v0.8.1 (Engineering B silicon), that is marked as PDK, and the nRF54L15 DK v0.9.1 (Engineering B silicon), you must use the ``nrf54l15dk/nrf54l51/cpuapp`` board target.

.. toctree::
:maxdepth: 2
:caption: Subpages:

features
testing_dfu
peripheral_sensor_node_shield

This file was deleted.

Binary file removed doc/nrf/images/peripheral_sensor_node_assy.png
Binary file not shown.
Binary file removed doc/nrf/images/peripheral_sensor_node_shield.png
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,6 @@ Documentation
* Added:

* The :ref:`ug_app_dev` section, which includes pages from the :ref:`configuration_and_build` section and from the removed Device configuration guides section.
* The :ref:`peripheral_sensor_node_shield` page.
* The :ref:`dfu_tools_mcumgr_cli` page after it was removed from the Zephyr repository.
* The :ref:`ug_nrf54h20_suit_soc_binaries` page.
* The :ref:`ug_nrf54h20_suit_push` page documentating the SUIT push model-based update process.
Expand Down

0 comments on commit 52bd8df

Please sign in to comment.