-
Notifications
You must be signed in to change notification settings - Fork 621
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: basic: blinky: add mbox backend for eGPIO #1910
Conversation
2f47b7e
to
525915f
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.
Please allow verification via console logs for blinky sample.
c961a72
to
9c740a5
Compare
9c740a5
to
34a7bb4
Compare
34a7bb4
to
ea13f69
Compare
4d49986
to
8072715
Compare
Add yaml configurations to enable eGPIO tests with sysbuild and different backends. Cherry-picked from nrfconnect#1910 PR. Signed-off-by: Jakub Zymelka <[email protected]>
405d4e1
to
dfd484c
Compare
dfd484c
to
c4525c2
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.
why is this a noup instead of a fromlist?
Because this requires eGPIO, which is only present in NCS. |
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 should be carrying these sort of patches downstream. They do not seem to follow best practices, and will likely keep increasing upmerge times. Why isn't this developed directly upstream?
c4525c2
to
2b7e2b8
Compare
Please use the alt-root instead: https://github.com/nrfconnect/sdk-nrf/tree/main/scripts/twister/alt/zephyr |
2b7e2b8
to
4739314
Compare
4739314
to
a5d79e7
Compare
Add overlay for nrf54l15dk to enable eGPIO tests. Signed-off-by: Jakub Zymelka <[email protected]>
…ion handling Fixes an issue with HWMv2 boards whereby the specified board revision was not applied at the correct place, which would cause the target image to fail configuration Fixes #79208 Upstream PR: zephyrproject-rtos/zephyr#79209 Signed-off-by: Jamie McCrae <[email protected]>
a5d79e7
to
b278f42
Compare
No description provided.