rustmatic
rustmatic copied to clipboard
Change to gpio char driver
Propose to go for char driver instead of sys-fs. More info here https://github.com/rust-embedded/gpio-cdev
Seems logical, the gpio-cdev
README even says that sysfs will be removed next year.
This API, stabilized with Linux v4.4, deprecates the legacy sysfs interface to GPIOs that is planned to be removed from the upstream kernel after year 2020 (which is coming up quickly).