-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Implement ISR for all Raspberry Pi Boards - new driver interface #205
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
Conversation
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 guess this file got here by accident?
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.
for the next time, it'd be great if we could have a separate commit for bumping the version (just before the actual release) - this way people who may build from source / a non-master branch wouldn't get the "new version" in advance. (it may actually not be the final version - therefore we should only bump the version at the very last moment possible)
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.
generally speaking these changes look good, does this mean we'll have ISR working again on Raspberry Pi <= 4 with the latest kernel versions AS WELL AS support for Pi5? 🤯
Yes
Manfred Wallner ***@***.***> schrieb am Fr. 22. März 2024 um
20:19:
… ***@***.**** approved this pull request.
generally speaking these changes look good, does this mean we'll have ISR
working *again* on Raspberry Pi <= 4 with the latest kernel versions AS
WELL AS support for Pi5? 🤯
—
Reply to this email directly, view it on GitHub
<#205 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACNIP62MQFWQBYJVNWXX2ITYZR74BAVCNFSM6AAAAABFD2NU32VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTSNJVGYYTMNJRGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
New ISR works with all Pi's and old and new kernel as well. There is even the possibility to stop isr , that was hardly missing before. |
With these changes, wiringPi utilizes the same GPIO ABI as libgpiod.
fixes #204
implements #200
implements #208