Files
g2/.vscode/launch.json

94 lines
3.7 KiB
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Debug CONFIG=fourcable (J-Link)",
"type": "cortex-debug",
"request": "launch",
"servertype": "jlink",
"cwd": "${workspaceRoot}/g2core/",
"executable": "./bin/fourcable-gquintic-d/g2core.elf",
"device": "ATSAMS70N19",
"interface": "swd",
"showDevDebugOutput": false,
"svdFile": "${workspaceRoot}/Motate/MotateProject/motate/cmsis/TARGET_Atmel/sams70/ATSAMS70N19.svd",
"armToolchainPath": "${workspaceRoot}/Motate/Tools/osx/gcc-arm-none-eabi-7u2/bin/",
"preLaunchTask": "Build CONFIG=fourcable"
},
{
"name": "Debug CONFIG=r7 (J-Link)",
"type": "cortex-debug",
"request": "launch",
"servertype": "jlink",
"cwd": "${workspaceRoot}/g2core/",
"executable": "./bin/r7-gquintic-d/g2core.elf",
"device": "ATSAMS70N19",
"interface": "swd",
"showDevDebugOutput": false,
"svdFile": "${workspaceRoot}/Motate/MotateProject/motate/cmsis/TARGET_Atmel/sams70/ATSAMS70N19.svd",
"armToolchainPath": "${workspaceRoot}/Motate/Tools/osx/gcc-arm-none-eabi-7u2/bin/",
"preLaunchTask": "Build CONFIG=r7"
},
{
"name": "Debug CONFIG=ShapeokoDualY (J-Link)",
"type": "cortex-debug",
"request": "launch",
"servertype": "jlink",
"cwd": "${workspaceRoot}/g2core/",
"executable": "./bin/ShapeokoDualY-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=ShapeokoDualY"
},
{
"name": "Debug CONFIG=Minimill (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"
},
{
"name": "Debug CONFIG=OthermillPro (J-Link)",
"type": "cortex-debug",
"request": "launch",
"servertype": "jlink",
"cwd": "${workspaceRoot}/g2core/",
"executable": "./bin/OthermillPro-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=OthermillPro 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"
}
]
}