Initial Refleks Lite hardware and firmware release
This commit is contained in:
41
arcadestick_software/.vscode/tasks.json
vendored
Normal file
41
arcadestick_software/.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"type": "cmake",
|
||||
"label": "CMake: build",
|
||||
"command": "build",
|
||||
"targets": [
|
||||
"all"
|
||||
],
|
||||
"preset": "Debug",
|
||||
"group": "build",
|
||||
"problemMatcher": [],
|
||||
"detail": "CMake template build task"
|
||||
},
|
||||
{
|
||||
"type": "cmake",
|
||||
"label": "CMake: build XInput",
|
||||
"command": "build",
|
||||
"targets": [
|
||||
"arcadestick_xinput"
|
||||
],
|
||||
"preset": "Debug",
|
||||
"group": "build",
|
||||
"problemMatcher": [],
|
||||
"detail": "Build the standalone XInput firmware"
|
||||
},
|
||||
{
|
||||
"type": "cmake",
|
||||
"label": "CMake: build Bootloader",
|
||||
"command": "build",
|
||||
"targets": [
|
||||
"arcadestick_bootloader"
|
||||
],
|
||||
"preset": "Debug",
|
||||
"group": "build",
|
||||
"problemMatcher": [],
|
||||
"detail": "Build the USB DFU bootloader"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user