- Notifications
You must be signed in to change notification settings - Fork46
ev3dev sysfs simulation#783
-
splitting from the main issue (#765) to prevent polluting it Currently, "standard" filesystems can indeed used for ev3dev /sys emulation. This is intended primarily for unit testing. The way it works is by creating the necessary files & folders using Sysfs and real filesystem sometimes behave differently; this can be observed on The emulation accuracy could theoretically be improved by implementing a custom filesystem throughFUSE. That would allow implementing special handling of the individual syscalls to more closely follow the behaviour of real /sys. However, while it looks interesting, I'm not sure there's much to be gained by implementing that. |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment
-
He have discussed it in the past@JakubVanek If with current model, we can test, we have one model. |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1