Skip to content

Commit

Permalink
README: Add note about spidev support
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Berg authored and martinpitt committed Jun 24, 2021
1 parent fe2c14a commit 73286fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ Right now umockdev supports the following features:

- Recording and replay of evdev (touch pads, Wacom tablets, etc.) ioctls.

- Recording and replay of spidev ioctls and read/write commands using ``--ioctl``
for both ``umockdev-record`` and ``umockdev-run``. This is an in-order
record/replay of all SPI transfers. Similar to ``scripts``
with the difference that full duplex transfers via ioctl are supported.
Timinges/errors are currently not recorded.

- Recording and replay of evdev input events using the evemu events format
(https://github.com/bentiss/evemu/blob/master/README.md). Unlike recorded
evdev scripts these are architecture independent and human readable.
Expand Down

0 comments on commit 73286fc

Please sign in to comment.