From 7038e12c3e4ee4284495018546a88e98df891a00 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 27 Sep 2022 18:10:23 +0200 Subject: move windows-specific vscode config --- .vscode/launch.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.vscode/launch.json') diff --git a/.vscode/launch.json b/.vscode/launch.json index e580e37..ddfe500 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,9 +9,11 @@ "type": "cortex-debug", "runToEntryPoint": "main", "servertype": "stlink", - "armToolchainPath": "C:/msys64/mingw64/bin", - "stlinkPath": "C:/msys64/mingw64/bin/st-util.exe", - "gdbPath": "C:/msys64/mingw64/bin/gdb-multiarch.exe" + "windows": { + "armToolchainPath": "C:/msys64/mingw64/bin", + "stlinkPath": "C:/msys64/mingw64/bin/st-util.exe", + "gdbPath": "C:/msys64/mingw64/bin/gdb-multiarch.exe" + }, } ] } \ No newline at end of file -- cgit v1.2.3