You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im trying to emulate i2c ioctl calls but when I run "umockdev-record -s /dev/i2c-0=re.script -- /sbin/manger -f " finally the script contains only "d 0 /dev/i2c-0" But there is nothing related to ioctl calls. do you know what is the reason?
The text was updated successfully, but these errors were encountered:
You can have a look at #125 which implements support for SPI. Something very similar should be possible to do for I2C. You will also be able to work around the lack of support in umockdev by using the public API that will likely be part of 0.16, see #132.
Hi MArtin,
Im trying to emulate i2c ioctl calls but when I run "umockdev-record -s /dev/i2c-0=re.script -- /sbin/manger -f " finally the script contains only "d 0 /dev/i2c-0" But there is nothing related to ioctl calls. do you know what is the reason?
The text was updated successfully, but these errors were encountered: