Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

snippets: Remove the L05 and L10 emulation snippets #19162

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -26,14 +26,14 @@ Zephyr and the |NCS| provide support and contain board definitions for developin
| `User Guide <nRF54L15 DK User Guide_>`_
- | `nRF54L15 DK product page <nRF54L15 DK_>`_
| `nRF54L15 System-on-Chip (SoC) <nRF54L05_>`_
* - :ref:`nRF54L05 emulation on the nRF54L15 DK <emulated-nrf54l05>`
* - nRF54L05 emulation on the nRF54L15 DK
- PCA10156
- ``nrf54l15dk/nrf54l15/cpuapp``
- ``nrf54l15dk/nrf54l05/cpuapp``
- | `Datasheet <nRF54L15 Datasheet_>`_
- | `nRF54L05 System-on-Chip (SoC) <nRF54L15 System-on-Chip_>`_
* - :ref:`nRF54L10 emulation on the nRF54L15 DK <emulated-nrf54l10>`
* - nRF54L10 emulation on the nRF54L15 DK
- PCA10156
- ``nrf54l15dk/nrf54l15/cpuapp``
- ``nrf54l15dk/nrf54l10/cpuapp``
- | `Datasheet <nRF54L15 Datasheet_>`_
- | `nRF54L10 System-on-Chip (SoC) <nRF54L10_>`_

Expand Down Expand Up @@ -69,4 +69,3 @@ Ensure to check the revision of your nRF54L15 device to see if it is supported:
testing_dfu
vpr_flpr
building_nrf54l
snippets
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additionally, on this page the references to snippets have to be removed (lines 29 and 34)

Copy link
Contributor

@divipillai divipillai Nov 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree, we could keep this as text for now, and once doc pages are available in the down stream - zephyrproject-rtos/zephyr#82298, we could add this link.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @annwoj and @divipillai, please take another look now.

95 changes: 0 additions & 95 deletions doc/nrf/app_dev/device_guides/nrf54l/snippets.rst

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ Developing with nRF54L Series

* Added:

* :ref:`nRF54l_snippets` to emulate these targets on an nRF54L15 DK.
* nRF54l_snippets to emulate these targets on an nRF54L15 DK.
These are used only for development purposes.
* The :ref:`ug_nrf54l_cryptography` page that provides more information about the cryptographic peripherals of the nRF54L Series devices, programming model for referencing keys, and configuration.
* A page on :ref:`memory_storage` system.
Expand Down
23 changes: 0 additions & 23 deletions snippets/emulated-nrf54l05/README.rst

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions snippets/emulated-nrf54l05/snippet.yml

This file was deleted.

23 changes: 0 additions & 23 deletions snippets/emulated-nrf54l10/README.rst

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions snippets/emulated-nrf54l10/snippet.yml

This file was deleted.

Loading