periph icon indicating copy to clipboard operation
periph copied to clipboard

sysfs: export function to reenumerate all devfs/sysfs interfaces

Open maruel opened this issue 7 years ago • 1 comments

Then if a user do something that she knows is doing to expose more interfaces, like using config-pin then the user will want periph to realize that without having to restart the app.

Thinking about signature sysfs.Reenumerate() error

maruel avatar Apr 10 '18 10:04 maruel

There's an interesting issue with this, in the case of CPU memory mapped pins, as the CPU driver may have overridden the pins.

maruel avatar Apr 17 '18 01:04 maruel

Ported to https://github.com/periph/host/issues/43.

maruel avatar Sep 20 '23 17:09 maruel