Skid.code-workspace 528 B

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