Skip to content

Instantly share code, notes, and snippets.

@Pathak94
Last active July 17, 2018 06:00
Show Gist options
  • Save Pathak94/d4801dea5dd5f883551c39a58be3da3d to your computer and use it in GitHub Desktop.
Save Pathak94/d4801dea5dd5f883551c39a58be3da3d to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"type": "cortex-debug",
"request": "launch",
"servertype": "bmp",
"cwd": "${workspaceRoot}",
"executable": "pca10040/s132/armgcc/_build/nrf52832_xxaa.out",
"name": "Debug (Black Magic Probe)",
"device": "nrf52",
"BMPGDBSerialPort": "/dev/ttyACM0",
"interface": "swd",
"targetId": 1,
"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