You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
486 B
18 lines
486 B
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "openocd",
|
|
"request": "launch",
|
|
"type": "cortex-debug",
|
|
"cwd": "${workspaceRoot}",
|
|
"servertype": "openocd",
|
|
"executable": "build/${workspaceFolderBasename}.elf",
|
|
"svdFile": "target/STM32F103xx.svd",
|
|
"configFiles": [
|
|
"target/stlink.cfg",
|
|
"target/stm32f1x.cfg"
|
|
]
|
|
}
|
|
]
|
|
} |