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": [],
|
"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": [
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ showAnalyzer usart2
|
|||||||
|
|
||||||
macro reset
|
macro reset
|
||||||
"""
|
"""
|
||||||
|
logLevel 3 sysbus
|
||||||
sysbus LoadELF $bin
|
sysbus LoadELF $bin
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ showAnalyzer usart2
|
|||||||
|
|
||||||
macro reset
|
macro reset
|
||||||
"""
|
"""
|
||||||
|
logLevel 3 sysbus
|
||||||
sysbus LoadELF $bin
|
sysbus LoadELF $bin
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user