update all submodules

This commit is contained in:
Robin Müller 2021-12-21 00:02:33 +01:00
parent 1df7ec85e8
commit 954f4c06ff
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
5 changed files with 29 additions and 3 deletions

14
.vscode/launch.json vendored
View File

@ -7,6 +7,7 @@
// GDB application
"version": "0.2.0",
"configurations": [
{
"type": "cortex-debug",
"request": "launch",
@ -176,5 +177,18 @@
"interface": "jtag",
"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
View File

@ -101,6 +101,18 @@
"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",

@ -1 +1 @@
Subproject commit 4da8267c9cc5c48aca3d279c3a86b07a11da4fce
Subproject commit f626e33e72d4863b68da89099cf60ce14de3e114

@ -1 +1 @@
Subproject commit de607b1950037ce577c0bbe32d7baf8496670e73
Subproject commit e3cdd21b41dbe5553fab02f6ef023573f11922c0

@ -1 +1 @@
Subproject commit 2f503ac3b144158270e01db7d44ad85bb6b083b6
Subproject commit 1eb7deeb9f33890950bd93843f41309b36183233