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": [], "problemMatcher": [],
"detail": "Generates build system files with CMake" "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", "label": "Build",
"type": "shell", "type": "shell",
"dependsOn": [ "dependsOn": [
"Copy Compile Db" "Configure"
], ],
"command": "make", "command": "make",
"args": [ "args": [

View File

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

View File

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