-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 54d11922ef28f682332e5b179b12d3875ad65182 more detailssdk-nrf:
Github labels
List of changed files detected by CI (9)
Outputs:ToolchainVersion: b77d8c1312 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
@@ -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 |
There was a problem hiding this comment.
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)
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
5ce8267
to
d9319f8
Compare
The nRF54L05 and the nRF54L10 are now natively supported in NCS, as their own SoCs and as emulated targets in the nRF54L15 DK board. There is no longer need for those snippets. Signed-off-by: Carles Cufi <[email protected]>
d9319f8
to
54d1192
Compare
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
The nRF54L05 and the nRF54L10 are now natively supported in NCS, as their own SoCs and as emulated targets in the nRF54L15 DK board. There is no longer need for those snippets.