Skip to content

Instantly share code, notes, and snippets.

@Pathak94
Last active July 17, 2018 06:01
Show Gist options
  • Save Pathak94/15fe63c3e3efa6d0845fe84e284aaf82 to your computer and use it in GitHub Desktop.
Save Pathak94/15fe63c3e3efa6d0845fe84e284aaf82 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": "/your/path/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