diff options
-rw-r--r-- | .vscode/launch.json | 7 | ||||
-rwxr-xr-x[-rw-r--r--] | scripts/compiledb-full-path-mingw.sh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | scripts/install-packages-brew.sh | 0 |
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 |