smaller fixes for config files
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
"preLaunchTask": "blinky-pac-example",
|
||||
"executable": "${workspaceFolder}/target/thumbv7em-none-eabihf/debug/examples/blinky-pac",
|
||||
"interface": "swd",
|
||||
"runToEntryPoint": "main",
|
||||
"runToEntryPoint": "main"
|
||||
},
|
||||
{
|
||||
"type": "cortex-debug",
|
||||
@ -33,7 +33,7 @@
|
||||
"preLaunchTask": "blinky-example",
|
||||
"executable": "${workspaceFolder}/target/thumbv7em-none-eabihf/debug/examples/blinky",
|
||||
"interface": "swd",
|
||||
"runToEntryPoint": "main",
|
||||
"runToEntryPoint": "main"
|
||||
},
|
||||
{
|
||||
"type": "cortex-debug",
|
||||
@ -47,7 +47,7 @@
|
||||
"preLaunchTask": "rtt-log-example",
|
||||
"executable": "${workspaceFolder}/target/thumbv7em-none-eabihf/debug/examples/rtt-log",
|
||||
"interface": "swd",
|
||||
"runToEntryPoint": "main",
|
||||
"runToEntryPoint": "main"
|
||||
},
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user