mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-26 23:33:22 +00:00
rust重构mmio_buddy和mmio (#178)
* rust重构mmio_buddy和mmio * mmio-buddy文档 --------- Co-authored-by: longjin <longjin@RinGoTek.cn>
This commit is contained in:
@ -16,4 +16,9 @@ x86_64 = "0.14.10"
|
||||
[build-dependencies]
|
||||
bindgen = "0.61.0"
|
||||
|
||||
[dependencies.lazy_static]
|
||||
version = "1.4.0"
|
||||
# 由于在no_std环境,而lazy_static依赖了spin库,因此需要指定其使用no_std
|
||||
features = ["spin_no_std"]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user