{ // 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 } ] }