cleanup
This commit is contained in:
13
Chapter04/bare/.vscode/tasks.json
vendored
13
Chapter04/bare/.vscode/tasks.json
vendored
@@ -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": [
|
||||
|
||||
@@ -9,9 +9,10 @@ showAnalyzer usart2
|
||||
|
||||
macro reset
|
||||
"""
|
||||
logLevel 3 sysbus
|
||||
sysbus LoadELF $bin
|
||||
"""
|
||||
|
||||
runMacro $reset
|
||||
|
||||
start
|
||||
start
|
||||
|
||||
@@ -9,6 +9,7 @@ showAnalyzer usart2
|
||||
|
||||
macro reset
|
||||
"""
|
||||
logLevel 3 sysbus
|
||||
sysbus LoadELF $bin
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user