From ad7ef8a421086b9c7085f6d149b2c555c4e7d635 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 29 Sep 2022 15:18:23 +0200 Subject: fix build tooling for vscode on linux --- .vscode/launch.json | 7 +++++-- scripts/compiledb-full-path-mingw.sh | 0 scripts/install-packages-brew.sh | 0 3 files changed, 5 insertions(+), 2 deletions(-) mode change 100644 => 100755 scripts/compiledb-full-path-mingw.sh mode change 100644 => 100755 scripts/install-packages-brew.sh diff --git a/.vscode/launch.json b/.vscode/launch.json index b038059..9c586dc 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -34,11 +34,14 @@ "runToEntryPoint": "main", "servertype": "stlink", "preLaunchTask": "stm32/build", + "linux": { + "stlinkPath": "/usr/bin/st-util" + }, "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 +} diff --git a/scripts/compiledb-full-path-mingw.sh b/scripts/compiledb-full-path-mingw.sh old mode 100644 new mode 100755 diff --git a/scripts/install-packages-brew.sh b/scripts/install-packages-brew.sh old mode 100644 new mode 100755 -- cgit v1.2.3