-
Notifications
You must be signed in to change notification settings - Fork 332
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
Gpio command controller (backport #1251) #1372
Conversation
--------- Co-authored-by: m.bednarczyk <[email protected]> Co-authored-by: Maciej Bednarczyk <[email protected]> Co-authored-by: Bence Magyar <[email protected]> Co-authored-by: Christoph Fröhlich <[email protected]> Co-authored-by: Christoph Froehlich <[email protected]> Co-authored-by: Sai Kishor Kothakota <[email protected]> (cherry picked from commit 0590c6a) # Conflicts: # doc/release_notes.rst
Cherry-pick of 0590c6a has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
Can it be that we are missing some
|
@Wiktor-99 maybe you can have a look? Are there includes missing, or has the API changed? You can simply open a PR to the mergify/bp/humble/pr-1251 branch. |
Yes, I'll check it right away |
It seems that there is more:
|
👍
you are right, we would have to change the strategy and only support explicitly given state interfaces.
I had this error already, but I can't find it any more where I solved it and how (probably by just deactivating the If you have time to work on that, very welcome. Otherwise we close this backport, everyone can compile the rolling stack from source on humble to have the latest features. |
Frankly, there is not much to align. I'll provide limited solution in few days (with explicitly given state interfaces). |
I have opened the PR to this branch. It includes the discussed fixes. |
* Add compatibility build for humble+jazzy distro (#1368) (#1373) (cherry picked from commit 3b600f2) Co-authored-by: Christoph Fröhlich <[email protected]> * Fix compilation and align UTs * Update docs --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Christoph Fröhlich <[email protected]>
This comment was marked as outdated.
This comment was marked as outdated.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## humble #1372 +/- ##
==========================================
+ Coverage 66.27% 66.65% +0.37%
==========================================
Files 110 113 +3
Lines 12662 13205 +543
Branches 7813 8152 +339
==========================================
+ Hits 8392 8802 +410
- Misses 1409 1446 +37
- Partials 2861 2957 +96
Flags with carried forward coverage won't be shown. Click here to find out more.
|
(cherry picked from commit dc60f6f) Co-authored-by: Christoph Fröhlich <[email protected]>
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.
RHEL build failure is not related to this PR.
As I discussed with @christophfroehlich I've opened new pr with gpio controller.
This PR is a follow-up to the thread and implements a controller to send commands to GPIO interfaces, allowing specific command interfaces for each GPIO.
I have made the following changes compared to the original PR:
This is an automatic backport of pull request #1251 done by [Mergify](https://mergify.com).