mirror of
https://github.com/synthetos/g2.git
synced 2026-09-22 03:08:42 +08:00
VSCode: Build/Launch Settings Update
This commit is contained in:
Vendored
+14
@@ -59,6 +59,20 @@
|
||||
"svdFile": "${workspaceRoot}/Motate/MotateProject/motate/cmsis/TARGET_Atmel/sam3x/ATSAM3X8E.svd",
|
||||
"armToolchainPath": "${workspaceRoot}/Motate/Tools/osx/gcc-arm-none-eabi-7u2/bin/",
|
||||
"preLaunchTask": "Build CONFIG=MiniMill Debug"
|
||||
},
|
||||
{
|
||||
"name": "Debug CONFIG=MiniMill Unity (J-Link)",
|
||||
"type": "cortex-debug",
|
||||
"request": "launch",
|
||||
"servertype": "jlink",
|
||||
"cwd": "${workspaceRoot}/g2core/",
|
||||
"executable": "./bin/MiniMill-g2v9k/g2core.elf",
|
||||
"device": "ATSAM3X8E",
|
||||
"interface": "swd",
|
||||
"showDevDebugOutput": false,
|
||||
"svdFile": "${workspaceRoot}/Motate/MotateProject/motate/cmsis/TARGET_Atmel/sam3x/ATSAM3X8E.svd",
|
||||
"armToolchainPath": "${workspaceRoot}/Motate/Tools/osx/gcc-arm-none-eabi-7u2/bin/",
|
||||
"preLaunchTask": "Build CONFIG=MiniMill Debug Unity"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Vendored
-12
@@ -30,18 +30,6 @@
|
||||
"fileLocation": ["relative", "${workspaceRoot}/g2core"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Build CONFIG=MiniMill Debug Unity",
|
||||
"type": "process",
|
||||
"command": "make",
|
||||
"args": ["CONFIG=MiniMill", "VERBOSE=2", "COLOR=0", "DEBUG=2",
|
||||
"RECORD=1"],
|
||||
"group": "build",
|
||||
"problemMatcher": {
|
||||
"base": "$gcc",
|
||||
"fileLocation": ["relative", "${workspaceRoot}/g2core"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Build CONFIG=MiniMill Debug",
|
||||
"type": "process",
|
||||
|
||||
Reference in New Issue
Block a user