support rust-analyzer for board_qemu features
This commit is contained in:
parent
d3cc2b05c0
commit
d28f40d7ec
4 changed files with 18 additions and 3 deletions
|
@ -13,3 +13,7 @@ riscv = { git = "https://github.com/rcore-os/riscv", features = ["inline-asm"] }
|
|||
|
||||
[profile.release]
|
||||
debug = true
|
||||
|
||||
[features]
|
||||
board_qemu = []
|
||||
board_k210 = []
|
Loading…
Add table
Add a link
Reference in a new issue