rustmatic icon indicating copy to clipboard operation
rustmatic copied to clipboard

Change to gpio char driver

Open NOP0 opened this issue 5 years ago • 1 comments

Propose to go for char driver instead of sys-fs. More info here https://github.com/rust-embedded/gpio-cdev

NOP0 avatar Dec 19 '19 19:12 NOP0

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).

Michael-F-Bryan avatar Dec 20 '19 09:12 Michael-F-Bryan