eclipse / mraa

Linux Library for low speed IO Communication in C with bindings for C++, Python, Node.js & Java. Supports generic io platforms, as well as Intel Edison, Intel Joule, Raspberry Pi and many more.
http://mraa.io
MIT License
1.37k stars 613 forks source link

Support for GPIO uAPI V2. #1106

Open apram0d opened 1 year ago

apram0d commented 1 year ago

https://github.com/torvalds/linux/commit/b53911aa872db462be2e5f1dd611b25c4c2e663b has introduced uAPI with v2 and made V1 deprecated from that point on: https://github.com/torvalds/linux/commit/b234d233fe30c63c4e461b03e2884a6765c8e5b0. This is breaking gpio calls from from newer versions > 5.10. Any work going on this?