Mon, 09 Nov 2020 23:05:24 +0100
Refactor HPSerial to get rid of packet collision misbehavior
completely split the key sending code from the irq-based receiveing logic.
When sending keycodes, disable the RxIrq callback and handle send and recv
of bytes synchronously.
The keycode sending routine rus in a dedicated thread.
25 | 1 | .pio |
20 | 2 | .pioenvs |
3 | .piolibdeps | |
21 | 4 | misc |
31
794401fbd5d5
Add a few patterns in hgignore
David Douard <david.douard@sdf3.org>
parents:
25
diff
changeset
|
5 | syntax: glob |
794401fbd5d5
Add a few patterns in hgignore
David Douard <david.douard@sdf3.org>
parents:
25
diff
changeset
|
6 | *~ |
794401fbd5d5
Add a few patterns in hgignore
David Douard <david.douard@sdf3.org>
parents:
25
diff
changeset
|
7 | *# |