-
Notifications
You must be signed in to change notification settings - Fork 328
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
base: humble
Are you sure you want to change the base?
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). |
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).