This commit is contained in:
2023-11-08 20:06:03 +01:00
parent a7ccf2ce66
commit 53e8d774c8
7 changed files with 61 additions and 60 deletions

6
.vscode/launch.json vendored
View File

@@ -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",