settings.json 683 B

12345678910111213141516
  1. {
  2. "cortex-debug.armToolchainPath": "C:/MCU/gcc-arm/bin",
  3. "cortex-debug.gdbPath": "C:/MCU/gcc-arm/bin/arm-none-eabi-gdb.exe",
  4. "cortex-debug.openocdPath": "C:/MCU/OpenOCD/bin/openocd.exe",
  5. "cortex-debug.JLinkGDBServerPath": "C:/MCU/SEGGER/JLink/JLinkGDBServerCL.exe",
  6. "cortex-debug.stutilPath": "C:/MCU/STMicroelectronics/stlink/bin/st-util.exe",
  7. "cortex-debug.stlinkPath": "C:/MCU/STMicroelectronics/STLinkGDB.exe",
  8. "cortex-debug.stm32cubeprogrammer": ""
  9. "makefile.launchConfigurations": [
  10. {
  11. "cwd": "${workspaceRoot}/build",
  12. "binaryPath": "${workspaceRoot}/build/Skid.elf",
  13. "binaryArgs": []
  14. }
  15. ]
  16. }