mirror of https://github.com/rusefi/wideband.git
19 lines
591 B
JSON
19 lines
591 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Debug F042",
|
||
|
"type": "cortex-debug",
|
||
|
"request": "launch",
|
||
|
"cwd": "${workspaceFolder}",
|
||
|
"executable": "${workspaceRoot}/firmware/build/wideband.elf",
|
||
|
"device": "STM32F042K6",
|
||
|
"v1": false,
|
||
|
"svdFile": "${workspaceRoot}/firmware/cmsis-svd/data/STMicro/STM32F042x.svd",
|
||
|
"servertype": "openocd",
|
||
|
"configFiles": ["interface/stlink.cfg", "target/stm32f0x.cfg"],
|
||
|
"runToMain": true
|
||
|
}
|
||
|
]
|
||
|
}
|