Add a ScancodeStream based on the SCANCODE_QUEUE

This commit is contained in:
Philipp Oppermann
2020-03-22 12:12:11 +01:00
parent 05f6abd261
commit 3a2a468a0b
3 changed files with 65 additions and 0 deletions

View File

@@ -35,6 +35,11 @@ features = ["alloc"]
version = "0.2.0"
default-features = false
[dependencies.futures-util]
version = "0.3.4"
default-features = false
features = ["alloc"]
[package.metadata.bootimage]
test-args = [
"-device", "isa-debug-exit,iobase=0xf4,iosize=0x04", "-serial", "stdio",