ready
This commit is contained in:
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
@@ -6,8 +6,8 @@
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Cortex Debug Nucloe",
|
||||
"cwd": "${workspaceFolder}/func_gen_stm32f303re_nucleo/",
|
||||
"executable": "./build/func_gen_stm32f303re_nucleo.elf",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"executable": "${workspaceFolder}/build/${workspaceFolderBasename}.elf",
|
||||
"request": "launch",
|
||||
"type": "cortex-debug",
|
||||
"runToEntryPoint": "main",
|
||||
@@ -24,7 +24,7 @@
|
||||
"label": "RTT stdout",
|
||||
"port": 0,
|
||||
"type": "console",
|
||||
"timestamp": true
|
||||
"timestamp": false
|
||||
},
|
||||
// {
|
||||
// "label": "RTT graph",
|
||||
|
||||
Reference in New Issue
Block a user