cleaned up blinky tasks
This commit is contained in:
parent
f2d511967d
commit
421b759bb9
20
.vscode/launch.json
vendored
20
.vscode/launch.json
vendored
@ -7,28 +7,14 @@
|
|||||||
{
|
{
|
||||||
"type": "cortex-debug",
|
"type": "cortex-debug",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "Debug PAC Blinky",
|
"name": "Debug LED Blinky",
|
||||||
"servertype": "jlink",
|
"servertype": "jlink",
|
||||||
"gdbPath": "/usr/bin/gdb-multiarch",
|
"gdbPath": "/usr/bin/gdb-multiarch",
|
||||||
"cwd": "${workspaceRoot}",
|
"cwd": "${workspaceRoot}",
|
||||||
"device": "VA10820",
|
"device": "VA10820",
|
||||||
"svdFile": "./va108xx-rs/svd/va108xx-base.svd.patched",
|
"svdFile": "./va108xx-rs/svd/va108xx-base.svd.patched",
|
||||||
"preLaunchTask": "rust: cargo build pac blinky",
|
"preLaunchTask": "rust: cargo build led blinky",
|
||||||
"executable": "${workspaceFolder}/target/thumbv6m-none-eabi/debug/examples/blinky-pac",
|
"executable": "${workspaceFolder}/target/thumbv6m-none-eabi/debug/examples/blinky-leds",
|
||||||
"interface": "jtag",
|
|
||||||
"runToMain": true,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "cortex-debug",
|
|
||||||
"request": "launch",
|
|
||||||
"name": "Debug HAL Blinky",
|
|
||||||
"servertype": "jlink",
|
|
||||||
"gdbPath": "/usr/bin/gdb-multiarch",
|
|
||||||
"cwd": "${workspaceRoot}",
|
|
||||||
"device": "VA10820",
|
|
||||||
"svdFile": "./va108xx-rs/svd/va108xx-base.svd.patched",
|
|
||||||
"preLaunchTask": "rust: cargo build hal blinky",
|
|
||||||
"executable": "${workspaceFolder}/target/thumbv6m-none-eabi/debug/examples/blinky-hal",
|
|
||||||
"interface": "jtag",
|
"interface": "jtag",
|
||||||
"runToMain": true,
|
"runToMain": true,
|
||||||
},
|
},
|
||||||
|
16
.vscode/tasks.json
vendored
16
.vscode/tasks.json
vendored
@ -16,23 +16,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "rust: cargo build pac blinky",
|
"label": "rust: cargo build led blinky",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
|
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
|
||||||
"args": [
|
"args": [
|
||||||
"build", "-p", "vorago-reb1", "--example", "blinky-pac",
|
"build", "-p", "vorago-reb1", "--example", "blinky-leds",
|
||||||
],
|
|
||||||
"group": {
|
|
||||||
"kind": "build",
|
|
||||||
"isDefault": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "rust: cargo build hal blinky",
|
|
||||||
"type": "shell",
|
|
||||||
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
|
|
||||||
"args": [
|
|
||||||
"build", "-p", "vorago-reb1", "--example", "blinky-hal",
|
|
||||||
],
|
],
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit fd0def7212b43feab7ee23527b39463ee5d08105
|
Subproject commit 669fc1a104d4c3f8f860d1cb9e4439026a8be4c8
|
@ -1 +1 @@
|
|||||||
Subproject commit c064788861f014eb33a7288d4b914488e9782d13
|
Subproject commit 2956bf6444a8f8d191cd17b8c33a4bf513c23ec9
|
Loading…
x
Reference in New Issue
Block a user