-
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
Nrfx 6118 add icbmsg to egpio #17321
Nrfx 6118 add icbmsg to egpio #17321
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: 1c37e62d40e8f1068eec7a1cb1409f6bcc5b1848 more detailssdk-nrf:
Github labels
List of changed files detected by CI (18)
Outputs:ToolchainVersion: 3dd8985b56 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
7323ad8
to
7ff5196
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 Publishing 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.
nitpicks. Additionally please resolve complaints from CI.
snippets/emulated-gpio/icbmsg/boards/nrf54l15dk_nrf54l15_cpuapp.conf
Outdated
Show resolved
Hide resolved
6ef0952
to
5cc9ee1
Compare
8a96d41
to
7796285
Compare
Rebased on main, ready for review |
Snippets usage to be clarified in other forum/PR.
Could you clarify, what is the reason to use icbmsg in egpio? |
To showcase that this backend can be used in SDP. |
Do we expect this backend to be useful in other SDPs? |
Potentially, yes. |
Move division of SRAM to backends' overlays so that it would be possible to have different FLPR SRAM size for each backend. Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
Add icbmsg as a possible backend for eGPIO. Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
Add icbmsg as possible backend for eGPIO. Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
Add icbmsg as possible backend for eGPIO. Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
Add icbmsg as possible backend for eGPIO. Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
Add option of ICBMSG as a backend for eGPIO. Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
Add eGPIO testcase with icbmsg backend. Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
Add test case for eGPIO using icbmsg backend. Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
When using `k_busy_wait`, icbmsg fails to handle messaging on APP side. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
730dafa
to
1c37e62
Compare
Just a rebase |
Based on #16592, please, review only the last 5 commits.Rebased on main.
PRs that affect this one:
#17669(aligned)#17173(aligned)