This commit is contained in:
Amar Mahmutbegovic
2025-04-08 13:34:28 +02:00
parent 66689d16f2
commit 7dab196517
3 changed files with 4 additions and 13 deletions

View File

@@ -16,22 +16,11 @@
"problemMatcher": [],
"detail": "Generates build system files with CMake"
},
{
"label": "Copy Compile Db",
"type": "shell",
"dependsOn": [
"Configure"
],
"command": "cp ${workspaceFolder}/build/compile_commands.json ${workspaceFolder}",
"group": "build",
"problemMatcher": [],
"detail": "Generates build system files with CMake"
},
{
"label": "Build",
"type": "shell",
"dependsOn": [
"Copy Compile Db"
"Configure"
],
"command": "make",
"args": [

View File

@@ -9,6 +9,7 @@ showAnalyzer usart2
macro reset
"""
logLevel 3 sysbus
sysbus LoadELF $bin
"""

View File

@@ -9,6 +9,7 @@ showAnalyzer usart2
macro reset
"""
logLevel 3 sysbus
sysbus LoadELF $bin
"""