-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
samples: psa_tls: Fix typo in chip name #19926
Conversation
Thank you for your contribution! Note: This comment is automatically posted and updated by the Contribs GitHub Action. |
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!
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.
Thank you!
This pull request has been marked as stale because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 7 days. Note, that you can always re-open a closed pull request at any time. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 5dead4eadae7a18952fb61a5a66be54751443061 more detailssdk-nrf:
Github labels
List of changed files detected by CI (1)
Outputs:ToolchainVersion: acee3b0b2b Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
@degjorva Will this go in anytime? I see that its marked as stale. |
The chip name was wrongly mentioned as nRF54L20. Since this is overlay file for the nRF54L15DK, this needs to be nRF54L15. Signed-off-by: Balaji Srinivasan <balaji.srinivasan@autostoresystem.com>
Seems like CI hadn't gone through. I rebased your PR and will keep an eye on it to get it in. |
|
The chip name was wrongly mentioned as nRF54L20.
Since this is overlay file for the nRF54L15DK, this needs to be nRF54L15.