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
Implement atomic register operations which ensures that a register read
or a register write cannot be interrupted by other clients of IIOD.
Advantages:
- half round trips: single command vs write-address + read-value
- binary addresses/values vs hex string converion
On client-server compatibility:
v1.0 clients can connect to v1.0+ servers (atomic ops used)
v1.0 clients connecting to v0.x servers fall back to attribute method
Signed-off-by: Dan Nechita <[email protected]>
0 commit comments