aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-09-29 15:18:23 +0200
committerlonkaars <loek@pipeframe.xyz>2022-09-29 15:18:23 +0200
commitad7ef8a421086b9c7085f6d149b2c555c4e7d635 (patch)
tree536b873be04df51f911db6e2d8bef048ffc52cb6
parentf20e55639c668a99ab61d9be107299f5506a3869 (diff)
fix build tooling for vscode on linux
-rw-r--r--.vscode/launch.json7
-rwxr-xr-x[-rw-r--r--]scripts/compiledb-full-path-mingw.sh0
-rwxr-xr-x[-rw-r--r--]scripts/install-packages-brew.sh0
3 files changed, 5 insertions, 2 deletions
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
index 8f95756..8f95756 100644..100755
--- a/scripts/compiledb-full-path-mingw.sh
+++ b/scripts/compiledb-full-path-mingw.sh
diff --git a/scripts/install-packages-brew.sh b/scripts/install-packages-brew.sh
index 7180b95..7180b95 100644..100755
--- a/scripts/install-packages-brew.sh
+++ b/scripts/install-packages-brew.sh