first commit
This commit is contained in:
17
.vscode/launch.json
vendored
Normal file
17
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"cwd": "${workspaceRoot}",
|
||||
"type": "cortex-debug",
|
||||
"request": "launch",
|
||||
"name": "jlink",
|
||||
"servertype": "jlink",
|
||||
"interface": "swd",
|
||||
"executable": "build\\Debug\\violet_firmware_zf.elf",
|
||||
"runToEntryPoint": "main",
|
||||
"device": "null",
|
||||
"toolchainPrefix": "riscv-none-embed"
|
||||
}
|
||||
]
|
||||
}
|
||||
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"sonarlint.pathToCompileCommands": "${workspaceFolder}\\build\\Debug\\compile_commands.json"
|
||||
}
|
||||
Reference in New Issue
Block a user