update submodules

This commit is contained in:
Robin Müller 2021-12-06 12:54:43 +01:00
parent cc0dd8fc28
commit bd3a8d19b8
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
6 changed files with 30 additions and 4 deletions

2
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "va108xx-rs"]
path = va108xx-rs
url = https://egit.irs.uni-stuttgart.de/rust/va108xx-rs
url = https://egit.irs.uni-stuttgart.de/rust/va108xx
[submodule "vorago-reb1-rs"]
path = vorago-reb1-rs
url = https://github.com/robamu-org/vorago-reb1-rs.git

14
.vscode/launch.json vendored
View File

@ -144,5 +144,19 @@
"interface": "jtag",
"runToMain": true,
},
{
"type": "cortex-debug",
"request": "launch",
"name": "Debug Cascade",
"servertype": "jlink",
"gdbPath": "/usr/bin/gdb-multiarch",
"cwd": "${workspaceRoot}",
"device": "VA10820",
"svdFile": "./va108xx-rs/svd/va108xx-base.svd.patched",
"preLaunchTask": "rust: cargo build cascade",
"executable": "${workspaceFolder}/target/thumbv6m-none-eabi/debug/examples/cascade",
"interface": "jtag",
"runToMain": true,
},
]
}

12
.vscode/tasks.json vendored
View File

@ -89,6 +89,18 @@
"isDefault": true
}
},
{
"label": "rust: cargo build cascade",
"type": "shell",
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
"args": [
"build", "-p", "va108xx-hal", "--example", "cascade", "--features", "rt"
],
"group": {
"kind": "build",
"isDefault": true
}
},
{
"label": "rust: cargo build led blinky",

@ -1 +1 @@
Subproject commit 5c00459f238356cc51369956bdd20a760b41c41d
Subproject commit 470346a019aa4b678c55ff9a75ac19fd20713332

@ -1 +1 @@
Subproject commit ed22f9a76ff7fb01dae9a2e5025a84a032386cab
Subproject commit 6a8c58bfce5860e3200ef2d49be3772fc5ebe7b9

@ -1 +1 @@
Subproject commit 7237b9b4ce7b5eec7e0b773f5d68f7b1d306dbb1
Subproject commit 1b2e9734701f018f3f3e1a576518146adef96050