-
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
manifest: sdk-zephyr: modules: hal_nordic: Add multi-instance DPPI and PPIB drivers #79857 #18073
manifest: sdk-zephyr: modules: hal_nordic: Add multi-instance DPPI and PPIB drivers #79857 #18073
Conversation
The following west manifest projects have been modified in this Pull Request:
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: 16e40291b9e3f9d71cd6cb753c7224a1fe524c0a more detailssdk-nrf:
nrfxlib:
zephyr:
Github labels
List of changed files detected by CI (49)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
98efc5f
to
70653fa
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.
I don't think we need to enable all of the DPPIC's and PPIB's here?
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.
Without having all PPIB and DPPICs enabled, the nrfx_gppi_dppi_ppib_lumos.c
won't build unfortunately. Maybe there could be a separate CONFIG_NRFX_GPPI
config that automatically enables those instances on Lumos.
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.
Yeah, then we should either use a separate CONFIG_NRFX_GPPI
, or add a followup task to remove the ones that are not needed. The commit message should explain the reasoning behind adding all these
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.
Added the CONFIG_NRFX_GPPI
config and used it instead.
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. |
70653fa
to
2889c7e
Compare
d3b3e83
to
b7a79c7
Compare
b7a79c7
to
9847e56
Compare
9847e56
to
e0650b2
Compare
05d3dfb
to
03aae38
Compare
03aae38
to
002d9b9
Compare
002d9b9
to
2b97e06
Compare
2b97e06
to
7821032
Compare
7821032
to
ba1b2aa
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. |
a6c63c4
to
e1e6ce2
Compare
aba8de3
to
fe40c1b
Compare
fe40c1b
to
50d0f59
Compare
50d0f59
to
089d981
Compare
089d981
to
823c51f
Compare
823c51f
to
3c2d2f5
Compare
3c2d2f5
to
bfbb376
Compare
bfbb376
to
872e79f
Compare
872e79f
to
81cc4e0
Compare
Updated the hal_nordic revision and adjusted the code base to use multi-instance DPPI API. Certain applications have to explicitly enable nrfx_dppi and nrfx_ppib support with Kconfigs. Updated the nrfxlib revision to add the softdevice_controller include paths globally. Signed-off-by: Rafał Kuźnia <[email protected]>
81cc4e0
to
16e4029
Compare
@lemrey @nordic-krch @nrfconnect/ncs-audio @nrfconnect/ncs-si-muffin Please review |
This is blocking other nrfxlib integrations, merging as is... |
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#2143