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.
32 lines
1.0 KiB
32 lines
1.0 KiB
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "openocd",
|
|
"request": "launch",
|
|
"type": "cortex-debug",
|
|
"cwd": "${workspaceRoot}",
|
|
"servertype": "openocd",
|
|
"executable": "build/uberdevice.elf",
|
|
"svdFile": "target/STM32F103xx.svd",
|
|
"configFiles": [
|
|
"target/stlink.cfg",
|
|
"target/stm32f1x.cfg"
|
|
],
|
|
"swoConfig": {
|
|
"source": "probe",
|
|
"enabled": true,
|
|
"swoFrequency": 4000000,
|
|
"cpuFrequency": 48000000,
|
|
"decoders": [
|
|
{
|
|
"port": 0,
|
|
"label": "Output",
|
|
"type": "console",
|
|
"encoding":"ascii"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |