vscode stuff

This commit is contained in:
Matthew Kennedy 2023-02-22 13:55:58 -08:00
parent 648955263b
commit 2bdc163c22
2 changed files with 4 additions and 18 deletions

8
.vscode/launch.json vendored
View File

@ -55,7 +55,7 @@
"type": "cortex-debug",
"request": "launch",
"cwd": "${workspaceFolder}/firmware",
"executable": "${workspaceRoot}/firmware/build/rusefi.elf",
"executable": "${workspaceRoot}/firmware/build/fome.elf",
"device": "STM32F407V",
"v1": false,
"svdFile": "${workspaceRoot}/firmware/ext/cmsis-svd/data/STMicro/STM32F405.svd",
@ -69,7 +69,7 @@
"type": "cortex-debug",
"request": "launch",
"cwd": "${workspaceFolder}/firmware",
"executable": "${workspaceRoot}/firmware/build/rusefi.elf",
"executable": "${workspaceRoot}/firmware/build/fome.elf",
"device": "STM32F429Z",
"v1": false,
"svdFile": "${workspaceRoot}/firmware/ext/cmsis-svd/data/STMicro/STM32F427.svd",
@ -83,7 +83,7 @@
"type": "cortex-debug",
"request": "launch",
"cwd": "${workspaceFolder}/firmware",
"executable": "${workspaceRoot}/firmware/build/rusefi.elf",
"executable": "${workspaceRoot}/firmware/build/fome.elf",
"device": "STM32F767V",
"v1": false,
"svdFile": "${workspaceRoot}/firmware/ext/cmsis-svd/data/STMicro/STM32F7x7.svd",
@ -97,7 +97,7 @@
"type": "cortex-debug",
"request": "launch",
"cwd": "${workspaceFolder}/firmware",
"executable": "${workspaceRoot}/firmware/build/rusefi.elf",
"executable": "${workspaceRoot}/firmware/build/fome.elf",
"device": "STM32H743V",
"v1": false,
"svdFile": "${workspaceRoot}/firmware/ext/cmsis-svd/data/STMicro/STM32H743x.svd",

14
.vscode/settings.json vendored
View File

@ -1,18 +1,4 @@
{
"files.associations": {
"xstring": "cpp",
"ios": "cpp",
"xlocale": "cpp",
"xtr1common": "cpp",
"xiosbase": "cpp",
"deque": "cpp",
"forward_list": "cpp",
"list": "cpp",
"system_error": "cpp",
"vector": "cpp",
"xhash": "cpp",
"xtree": "cpp"
},
"editor.detectIndentation": false,
"editor.insertSpaces": false,
"files.exclude": {