-
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
nrf_802154: Use DPPI and PPIB allocators on nRF54L #19153
nrf_802154: Use DPPI and PPIB allocators on nRF54L #19153
Conversation
The following west manifest projects have changed revision in this Pull Request: ✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: dbc8fffbb0ff82b63248f9fc18799baad3f64d40 more detailssdk-nrf:
nrfxlib:
Github labels
List of changed files detected by CI (21)
Outputs:ToolchainVersion: b77d8c1312 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
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. |
modules/nrfxlib/nrf_802154/sl/platform/nrf_802154_platform_timestamper.c
Outdated
Show resolved
Hide resolved
modules/nrfxlib/nrf_802154/sl/platform/nrf_802154_platform_sl_lptimer_grtc_hw_task.c
Outdated
Show resolved
Hide resolved
modules/nrfxlib/nrf_802154/sl/platform/nrf_802154_platform_sl_lptimer_grtc_hw_task.c
Outdated
Show resolved
Hide resolved
972aeb2
to
2e4afe5
Compare
2e4afe5
to
9a3d70d
Compare
9a3d70d
to
630f2ed
Compare
@e-rk, there's a conflict, can you rebase? |
Automatically created by Github Action Signed-off-by: Nordic Builder <[email protected]>
The GRTC LPTIMER platform implementation now uses the DPPI and PPIB allocators provided by NRFX, which avoids conflicts with other modules. Signed-off-by: Rafał Kuźnia <[email protected]>
630f2ed
to
dbc8fff
Compare
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-nrfxlib#1594
The GRTC LPTIMER platform implementation now uses the DPPI and PPIB
allocators provided by NRFX, which avoids conflicts with other modules.