Guest User

Untitled

a guest
Jul 17th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. {
  2. "version": "0.2.0",
  3. "configurations": [
  4. {
  5. "type": "cortex-debug",
  6. "request": "launch",
  7. "servertype": "bmp",
  8. "cwd": "${workspaceRoot}",
  9. "executable": "pca10040/s132/armgcc/_build/nrf52832_xxaa.out",
  10. "name": "Debug (Black Magic Probe)",
  11. "device": "nrf52",
  12. "BMPGDBSerialPort": "/dev/ttyACM0",
  13. "interface": "swd",
  14. "targetId": 1,
  15. "armToolchainPath": "/home/vaishali/embedded/gcc-arm-none-eabi-4_9-2015q3/bin/"
  16. }
  17. ]
  18. }
Add Comment
Please, Sign In to add comment