Simple project
This commit is contained in:
27
SW/spu/.vscode/launch.json
vendored
Normal file
27
SW/spu/.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Debug blinky (J-Link)",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"executable": "${workspaceFolder}/app/blinky/stm32f030/build/blinky.elf",
|
||||
"preLaunchTask": "Build blinky stm32f030",
|
||||
"request": "launch",
|
||||
"type": "cortex-debug",
|
||||
"runToEntryPoint": "app_main",
|
||||
"servertype": "jlink",
|
||||
"device": "STM32F030C8",
|
||||
"interface": "swd",
|
||||
"serialNumber": "69652340",
|
||||
"serverArgs": [
|
||||
"-if",
|
||||
"SWD",
|
||||
"-speed",
|
||||
"4000"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user