update all submodules
This commit is contained in:
parent
1df7ec85e8
commit
954f4c06ff
14
.vscode/launch.json
vendored
14
.vscode/launch.json
vendored
@ -7,6 +7,7 @@
|
|||||||
// GDB application
|
// GDB application
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
|
|
||||||
{
|
{
|
||||||
"type": "cortex-debug",
|
"type": "cortex-debug",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
@ -176,5 +177,18 @@
|
|||||||
"interface": "jtag",
|
"interface": "jtag",
|
||||||
"runToMain": true,
|
"runToMain": true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "cortex-debug",
|
||||||
|
"request": "launch",
|
||||||
|
"name": "Debug UART IRQ",
|
||||||
|
"servertype": "jlink",
|
||||||
|
"cwd": "${workspaceRoot}",
|
||||||
|
"device": "Cortex-M0",
|
||||||
|
"svdFile": "${workspaceFolder}/va108xx/svd/va108xx-base.svd.patched",
|
||||||
|
"preLaunchTask": "rust: cargo build uart irq",
|
||||||
|
"executable": "${workspaceFolder}/target/thumbv6m-none-eabi/debug/examples/uart-irq-rtic",
|
||||||
|
"interface": "jtag",
|
||||||
|
"runToMain": true,
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
12
.vscode/tasks.json
vendored
12
.vscode/tasks.json
vendored
@ -101,6 +101,18 @@
|
|||||||
"isDefault": true
|
"isDefault": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "rust: cargo build uart irq",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
|
||||||
|
"args": [
|
||||||
|
"build", "-p", "va108xx-hal", "--example", "uart-irq-rtic", "--features", "rt"
|
||||||
|
],
|
||||||
|
"group": {
|
||||||
|
"kind": "build",
|
||||||
|
"isDefault": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"label": "rust: cargo build led blinky",
|
"label": "rust: cargo build led blinky",
|
||||||
|
2
va108xx
2
va108xx
@ -1 +1 @@
|
|||||||
Subproject commit 4da8267c9cc5c48aca3d279c3a86b07a11da4fce
|
Subproject commit f626e33e72d4863b68da89099cf60ce14de3e114
|
@ -1 +1 @@
|
|||||||
Subproject commit de607b1950037ce577c0bbe32d7baf8496670e73
|
Subproject commit e3cdd21b41dbe5553fab02f6ef023573f11922c0
|
@ -1 +1 @@
|
|||||||
Subproject commit 2f503ac3b144158270e01db7d44ad85bb6b083b6
|
Subproject commit 1eb7deeb9f33890950bd93843f41309b36183233
|
Loading…
x
Reference in New Issue
Block a user