-
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: emulate the nRF54L05 and the nRF54L10 RAM and RRAM sizes #18046
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 7be2badaa9c7eb9cebacd187c716f45c411832fd more detailssdk-nrf:
Github labels
List of changed files detected by CI (6)
Outputs:ToolchainVersion: 3dd8985b56 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
e7c8f36
to
1ab235b
Compare
1ab235b
to
02481c8
Compare
@masz-nordic addressed your comment. |
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 Publishing GitHub Action. |
@annwoj could you please review this one? |
02481c8
to
c9c2a14
Compare
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.
A snippet section will be added under nRF54l15 developing with guide in a separate PR. Also , added some suggestions of Anna, which was discussed offline.
name: emulated-nrf54l10 | ||
|
||
boards: | ||
nrf54l15dk/nrf54l15/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.
can use a wildcard for this so it works on any board with an nrf54l15 but not required
@carlescufi Why this has milestone 2.8.0? When it was decided to add it to the scope? |
Created PR #18090 for doc changes. |
Add a snippet to simulate the RAM and RRAM sizes of the nRF54L10 when building for the nRF54L15. Note that enabling FLPR is not supported when using this snippet. Signed-off-by: Carles Cufi <[email protected]>
Add a snippet to simulate the RAM and RRAM sizes of the nRF54L05 when building for the nRF54L15. Note that enabling FLPR is not supported when using this snippet. Signed-off-by: Carles Cufi <[email protected]>
659462d
to
7be2bad
Compare
Manually tested for the following examples |
Check with @shanthanordic please. |
Note that this is not compatible with enabling FLPR.