First commit
This commit is contained in:
13
.asm-lsp.toml
Normal file
13
.asm-lsp.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[default_config]
|
||||
version = "0.10.1"
|
||||
assembler = "gas"
|
||||
instruction_set = "riscv"
|
||||
|
||||
[default_config.opts]
|
||||
compiler = "riscv64-unknown-elf-gcc"
|
||||
compiler_args = [
|
||||
"-march=rv64ima_zicsr",
|
||||
"-mabi=lp64"
|
||||
]
|
||||
diagnostics = true
|
||||
default_diagnostics = true
|
||||
Reference in New Issue
Block a user