-
Notifications
You must be signed in to change notification settings - Fork 1.4k
boards: nrf54ls05dk: introduce revision 0.1.0 #25722
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
Conversation
5fcfd64 to
6981514
Compare
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 64205a1dc7a33bf56425c024920c8b1418694854 more detailssdk-nrf:
Github labels
List of changed files detected by CI (6)Outputs:ToolchainVersion: df3cc9d822 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
| # Copyright (c) 2025 Nordic Semiconductor ASA | ||
| # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
|
|
||
| identifier: nrf54ls05dk/nrf54ls05b/cpuapp |
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.
| identifier: nrf54ls05dk/nrf54ls05b/cpuapp | |
| identifier: nrf54ls05dk@0.1.0/nrf54ls05b/cpuapp |
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.
Right. Added it to 0.0.0 as well
6981514 to
87ca1e2
Compare
Memory footprint analysis revealed the following potential issuesapplications.nrf_desktop.zdebug.uart[[email protected]/nrf54h20/cpuapp]: ROM size increased by 672[B] in comparison to the main[0638391] branch. - link (cc: @nrfconnect/ncs-si-bluebagel) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-25722/4) |
| ram: 96 | ||
| flash: 508 | ||
| supported: | ||
| - gpio |
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.
Can you copy supported list from original?
https://github.com/nrfconnect/sdk-nrf/pull/25722/files#diff-9db96b52c286305d684cc81477c7dc8b8b100cde572442d0e36620e16437e7bdR14
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.
I was thinking that the list would be filled with overlays being added, but okay, I will add it
Split current definition to support multiple revisions. Signed-off-by: Michał Stasiak <[email protected]>
87ca1e2 to
64205a1
Compare
Split current definition to support multiple revisions.
Revision split solution based on #25511