Skip to content

Commit 98fd244

Browse files
committed
.vscode/launch: add nucleo-g431 target
1 parent fbee4ad commit 98fd244

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.vscode/launch.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,18 @@
118118
],
119119
"svdFile": "lib/stm32-boilerplate/lib/svd/stm32f3/STM32F3x4.svd",
120120
"device": "STM32F334"
121+
},
122+
{
123+
"name": "G431-nucleo",
124+
"cwd": "${workspaceRoot}",
125+
"executable": "build/debug.elf",
126+
"request": "launch",
127+
"type": "cortex-debug",
128+
"servertype": "openocd",
129+
"configFiles": [
130+
"lib/stm32-boilerplate/lib/openocd/g4-nucleo.cfg"
131+
],
132+
"svdFile": "lib/stm32-boilerplate/lib/svd/stm32g4/STM32G431xx.svd"
121133
}
122134
]
123135
}

0 commit comments

Comments
 (0)