spu stuff
This commit is contained in:
8
SW/spu/.vscode/launch.json
vendored
8
SW/spu/.vscode/launch.json
vendored
@@ -5,13 +5,13 @@
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Debug blinky (J-Link)",
|
||||
"name": "Debug motor_control (J-Link)",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"executable": "${workspaceFolder}/app/blinky/stm32f030/build/blinky.elf",
|
||||
"preLaunchTask": "Build blinky stm32f030",
|
||||
"executable": "${workspaceFolder}/app/motor_control/stm32f030/build/motor_control.elf",
|
||||
"preLaunchTask": "Build motor_control stm32f030",
|
||||
"request": "launch",
|
||||
"type": "cortex-debug",
|
||||
"runToEntryPoint": "app_main",
|
||||
// "runToEntryPoint": "app_main",
|
||||
"servertype": "jlink",
|
||||
"device": "STM32F030C8",
|
||||
"interface": "swd",
|
||||
|
||||
Reference in New Issue
Block a user