pl011 0.1.1

simink pl011 串口驱动实现
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "cfg-if"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"

[[package]]
name = "pl011"
version = "0.1.1"
dependencies = [
 "processor",
 "simink_serial",
 "simink_spinlock",
 "tock-registers",
]

[[package]]
name = "processor"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "654a9a85cc70e6990ede9d3c47d543b8b89904d935a4b0da013d9355c31103c5"
dependencies = [
 "cfg-if",
]

[[package]]
name = "simink_serial"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "022dd223a6d5467284d06cbcd50101d3c13979fea4d388aae14aa6be0171744d"

[[package]]
name = "simink_spinlock"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8b7eb3b6a6f35f8448668cce0ca4e5e9492e5debad5802593099d2ca5930f75"
dependencies = [
 "processor",
]

[[package]]
name = "tock-registers"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "696941a0aee7e276a165a978b37918fd5d22c55c3d6bda197813070ca9c0f21c"