libtock-c icon indicating copy to clipboard operation
libtock-c copied to clipboard

drivers: fix touch driver

Open alexandruradovici opened this issue 1 year ago • 0 comments

The PR fixes the way in which the touch driver reads the multi touch events. Before this, the touch driver was accessing the shared readwrite buffer while still being shared with the driver.

The touch driver is now using a double buffering for reading multi touch events and one command syscall less, but needs https://github.com/tock/tock/pull/3252 or https://github.com/tock/tock/pull/3258.

alexandruradovici avatar Sep 30 '22 11:09 alexandruradovici