Skip to content

Instantly share code, notes, and snippets.

@Pathak94
Created July 17, 2018 05:31
Show Gist options
  • Save Pathak94/5f8b43010d612d29bc0e9098b6845d1e to your computer and use it in GitHub Desktop.
Save Pathak94/5f8b43010d612d29bc0e9098b6845d1e to your computer and use it in GitHub Desktop.
{
// 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": "s132/armgcc/_build/nrf52832_xxaa.out",
"request": "launch",
"type": "cortex-debug",
"servertype": "jlink",
"device": "nrf52",
"interface": "swd",
"ipAddress": null,
"serialNumber": null,
"armToolchainPath": "/home/vaishali/embedded/gcc-arm-none-eabi-4_9-2015q3/bin/"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment