vscode stuff
This commit is contained in:
parent
648955263b
commit
2bdc163c22
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue