新增SysFS (#250)

* 添加sysfs

* 注册sysfs

* 添加sysfs相关

* 添加rust-anlyzer辅助配置

* 将设备与sysfs相关联

* 添加单独的文件管理sysfs下的文件夹
This commit is contained in:
TingHuang
2023-04-21 16:03:42 +08:00
committed by GitHub
parent cde5492f72
commit dd9f1fc1a4
11 changed files with 697 additions and 4 deletions

View File

@ -178,5 +178,8 @@
"C_Cpp.errorSquiggles": "Enabled",
"esbonio.sphinx.confDir": "",
"rust-analyzer.cargo.target": "x86_64-unknown-none",
"rust-analyzer.checkOnSave.allTargets": false
"rust-analyzer.checkOnSave.allTargets": false,
"rust-analyzer.linkedProjects": [
"./kernel/Cargo.toml"
]
}