f407zgt6_hs_uart/.vscode/launch.json
2019-09-29 21:56:35 +02:00

20 lines
No EOL
648 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Cortex Debug",
"cwd": "${workspaceRoot}",
"executable": "./build/f407zgt6_hs_uart.elf",
"request": "launch",
"type": "cortex-debug",
"servertype": "jlink",
"device": "STM32F407ZE",
"interface": "swd",
"ipAddress": null,
"serialNumber": null
}
]
}