diff --git a/.vscode/settings.json b/.vscode/settings.json index bf81ab539df491b067218a64fa0b6c3920c61dfb..6a406554b84d5d9f6f08594d1900a959a4dd4e5a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,7 +7,7 @@ // For Rust Analyzer plugin users: "rust-analyzer.cargo.target": "riscv64gc-unknown-none-elf", "rust-analyzer.checkOnSave.allTargets": false, - "rust-analyzer.cargo.features": [ - "board_qemu" - ] + // "rust-analyzer.cargo.features": [ + // "board_qemu" + // ] } \ No newline at end of file diff --git a/user/Cargo.toml b/user/Cargo.toml index 9d516cca9a87a74a3e1c2d7354001ebe758e7f80..50c982ca434c7fa315f00c35f74ee4cd9556f540 100644 --- a/user/Cargo.toml +++ b/user/Cargo.toml @@ -12,6 +12,6 @@ buddy_system_allocator = "0.6" [profile.release] debug = true -[features] -board_qemu = [] -board_k210 = [] \ No newline at end of file +# [features] +# board_qemu = [] +# board_k210 = [] \ No newline at end of file