Skip to content

Commit

Permalink
Merge branch 'main' into ci/platform_mods
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui committed Dec 21, 2024
2 parents 782972c + 35f29c0 commit a80a3ad
Showing 1 changed file with 2 additions and 30 deletions.
32 changes: 2 additions & 30 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@
"request": "attach",
"servertype": "openocd",
"name": "Particle Debugger",
"showDevDebugOutput": "raw",
"cwd": "${workspaceRoot}",
"rtos": "FreeRTOS",
"armToolchainPath": "${command:particle.getDebuggerCompilerDir}",
"executable": "${command:particle.getDebuggerExecutable}",
"serverpath": "${command:particle.getDebuggerOpenocdPath}",
"preLaunchTask": "Particle: Flash application for debug (local)",
"searchDir": [
"${command:particle.getDebuggerSearchDir}"
],
Expand All @@ -35,35 +33,10 @@
"${command:particle.getDebuggerPostAttachCommands}"
],
"particle": {
"version": "1.0.1",
"version": "1.1.0",
"debugger": "particle-debugger"
}
},
{
"type": "cortex-debug",
"request": "attach",
"servertype": "openocd",
"name": "Particle Programmer Shield",
"cwd": "${workspaceRoot}",
"rtos": "FreeRTOS",
"armToolchainPath": "${command:particle.getDebuggerCompilerDir}",
"executable": "${command:particle.getDebuggerExecutable}",
"serverpath": "${command:particle.getDebuggerOpenocdPath}",
"preLaunchTask": "Particle: Flash application for debug (local)",
"searchDir": [
"${command:particle.getDebuggerSearchDir}"
],
"configFiles": [
"${command:particle.getDebuggerConfigFiles}"
],
"postAttachCommands": [
"${command:particle.getDebuggerPostAttachCommands}"
],
"particle": {
"version": "1.0.1",
"debugger": "particle-programmer-shield"
}
},
{
"type": "cortex-debug",
"request": "attach",
Expand All @@ -74,7 +47,6 @@
"armToolchainPath": "${command:particle.getDebuggerCompilerDir}",
"executable": "${command:particle.getDebuggerExecutable}",
"serverpath": "${command:particle.getDebuggerOpenocdPath}",
"preLaunchTask": "Particle: Flash application for debug (local)",
"searchDir": [
"${command:particle.getDebuggerSearchDir}"
],
Expand All @@ -85,7 +57,7 @@
"${command:particle.getDebuggerPostAttachCommands}"
],
"particle": {
"version": "1.0.1",
"version": "1.1.0",
"debugger": "generic-cmsis-dap"
}
}
Expand Down

0 comments on commit a80a3ad

Please sign in to comment.