summaryrefslogtreecommitdiff
path: root/sw/.vscode/settings.json
diff options
context:
space:
mode:
authorSteven Noreyko <1909661+okyeron@users.noreply.github.com>2024-02-19 15:21:50 -0600
committerSteven Noreyko <1909661+okyeron@users.noreply.github.com>2024-02-19 15:21:50 -0600
commitf9cd2526fc5878c52e290a8dc0bb9260c5bd797a (patch)
tree026bd0b610003f41b08f1fbb2ed695e123221c2a /sw/.vscode/settings.json
parente0f9b6b4643a5fdae742137bd2c83b5ca10a64de (diff)
downloadplinky-f9cd2526fc5878c52e290a8dc0bb9260c5bd797a.tar.gz
add vscode cmake stuff
Diffstat (limited to 'sw/.vscode/settings.json')
-rw-r--r--sw/.vscode/settings.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/.vscode/settings.json b/sw/.vscode/settings.json
new file mode 100644
index 0000000..e6704ed
--- /dev/null
+++ b/sw/.vscode/settings.json
@@ -0,0 +1,5 @@
+{
+ "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
+ "cmake.configureOnOpen": true,
+ "cortex-debug.openocdPath": "/opt/homebrew/bin/openocd",
+}