RMUL2025/hw/bsp/atom/debug/launch.json

22 lines
593 B
JSON

{
"configurations": [
{
"name": "ARM-Debug",
"cwd": "${workspaceRoot}",
"executable": "${workspaceRoot}/build/xrobot.elf",
"request": "launch",
"type": "cortex-debug",
"servertype": "jlink",
"device": "STM32G431KB",
"interface": "swd",
"runToEntryPoint": "main",
"svdFile": "${workspaceRoot}/lib/cmsis_svd/data/STMicro/STM32G431xx.svd",
"configFiles": [
"",
""
]
}
],
"version": "0.2.0"
}