summaryrefslogtreecommitdiff
path: root/sw/.vscode/launch.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/.vscode/launch.json
parentf9cd2526fc5878c52e290a8dc0bb9260c5bd797a (diff)
downloadplinky-68442c423daf7e45aeb94f8e6c1e2b1dc242e225.tar.gz
remove vscode/cmake stuff
Diffstat (limited to 'sw/.vscode/launch.json')
-rw-r--r--sw/.vscode/launch.json57
1 files changed, 0 insertions, 57 deletions
diff --git a/sw/.vscode/launch.json b/sw/.vscode/launch.json
deleted file mode 100644
index fa3c1ca..0000000
--- a/sw/.vscode/launch.json
+++ /dev/null
@@ -1,57 +0,0 @@
-{
- "version": "0.2.0",
- "configurations": [
- {
- "openOCDLaunchCommands": [
- "adapter speed 50"
- ],
- "cwd": "${workspaceFolder}",
- "executable": "${command:cmake.launchTargetPath}",
- "name": "JTAG DEBUGGING ",
- "request": "launch",
- "type": "cortex-debug",
- "servertype": "openocd",
- // "gdbTarget": "localhost:3333",
- // "armToolchainPath": "",
- "interface": "swd",
- "svdFile": "${command:vscode-embedded.st.svd}/STM32L476.svd",
- "configFiles": [
- "interface/stlink.cfg",
- "target/stm32l4x.cfg"
- ],
-
- // /opt/homebrew/bin/openocd
-
- "debuggerArgs": [
- // "-d",
- // "${workspaceRoot}\Desktop\DaisyExamples\pod\MultiEffectBlink\"
- ],
- "preRestartCommands": [
- "load",
- "enable breakpoint",
- "monitor reset"
- ],
- // "showDevDebugOutput": true,
-
- }
-]
-
-
-// "configurations": [
- // {
- // "name": "Launch",
- // "cwd": "${workspaceFolder}",
- // // "executable": "./build/debug/build/plinkyblack.elf",
- // "executable": "${command:cmake.launchTargetPath}",
- // "request": "launch",
- // "type": "cortex-debug",
- // "runToEntryPoint": "main",
- // "servertype": "stlink",
-
- // // Connect to an already running OpenOCD instance
- // "gdbTarget": "localhost:3333",
-
- // "svdPath": "${command:vscode-embedded.st.svd}/STM32L476.svd"
- // }
- // ]
-}