summaryrefslogtreecommitdiff
path: root/sw/.vs/launch.vs.json
diff options
context:
space:
mode:
authorSteven Noreyko <1909661+okyeron@users.noreply.github.com>2024-02-21 16:39:31 -0600
committerSteven Noreyko <1909661+okyeron@users.noreply.github.com>2024-02-21 16:39:31 -0600
commit68442c423daf7e45aeb94f8e6c1e2b1dc242e225 (patch)
tree87ef158d7934f29585fac61bfe8962e20bfcd834 /sw/.vs/launch.vs.json
parentf9cd2526fc5878c52e290a8dc0bb9260c5bd797a (diff)
downloadplinky-68442c423daf7e45aeb94f8e6c1e2b1dc242e225.tar.gz
remove vscode/cmake stuff
Diffstat (limited to 'sw/.vs/launch.vs.json')
-rw-r--r--sw/.vs/launch.vs.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/sw/.vs/launch.vs.json b/sw/.vs/launch.vs.json
deleted file mode 100644
index 0a6a616..0000000
--- a/sw/.vs/launch.vs.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "version": "0.2.1",
- "configurations": [
- {
- "project": "CMakeLists.txt",
- "projectTarget": "plinkyblack.elf",
- "name": "Launch",
- "type": "cppdbg",
- "request": "launch",
- "cwd": "${workspaceRoot}",
- "program": "${debugInfo.fullTargetPath}",
- "MIMode": "gdb",
- "miDebuggerPath": "${st.gdb}",
- "miDebuggerServerAddress": "localhost:3333",
- "debugServerPath": "${st.gdbserver}",
- "debugServerArgs": "--stm32cubeprogrammer-path ${st.cubeprogrammer} --swd --port-number 3333",
- "serverStarted": "Waiting for connection on port .*\\.\\.\\.",
- "stopAtConnect": true,
- "postRemoteConnectCommands": [
- {
- "text": "load build/debug/build/plinkyblack.elf"
- }
- ],
- "svdPath": "${st.svd}/STM32L476.svd" }
- ]
-} \ No newline at end of file