Browse Source

Add VSCode workspace file.

Vladimir N. Shilov 2 năm trước cách đây
mục cha
commit
6ec28e76c6
1 tập tin đã thay đổi với 19 bổ sung0 xóa
  1. 19 0
      MNC-IN12x5.code-workspace

+ 19 - 0
MNC-IN12x5.code-workspace

@@ -0,0 +1,19 @@
+{
+	"folders": [
+		{
+			"path": "."
+		}
+	],
+	"settings": {
+		"cortex-debug.armToolchainPath": "C:/MCU/gcc-arm/bin",
+		"cortex-debug.gdbPath": "C:/MCU/gcc-arm/bin/arm-none-eabi-gdb.exe",
+		"cortex-debug.openocdPath": "C:/MCU/OpenOCD/bin/openocd.exe",
+		"cortex-debug.JLinkGDBServerPath": "C:/MCU/SEGGER/JLink/JLinkGDBServerCL.exe",
+		"cortex-debug.stutilPath": "C:/MCU/STMicroelectronics/stlink/bin/st-util.exe",
+		"cortex-debug.stlinkPath": "C:/MCU/STMicroelectronics/STLinkGDB.exe",
+		"cortex-debug.stm32cubeprogrammer": "",
+		"files.associations": {
+			"clock.h": "c"
+		}
+	}
+}