Skip to content

Commit

Permalink
Added LiveWatch to launch
Browse files Browse the repository at this point in the history
  • Loading branch information
APBashara committed Sep 11, 2024
1 parent 342dbca commit f612589
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"request": "launch",
"type": "cortex-debug",
"servertype": "stutil",
"liveWatch": {
"enabled": true,
"samplesPerSecond": 4
},
"device": "STM32F415",
"interface": "swd",
"svdFile": "${workspaceFolder}/STM32F405.svd",
Expand Down

0 comments on commit f612589

Please sign in to comment.