update submodules
This commit is contained in:
parent
cc0dd8fc28
commit
bd3a8d19b8
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,6 +1,6 @@
|
|||||||
[submodule "va108xx-rs"]
|
[submodule "va108xx-rs"]
|
||||||
path = 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"]
|
[submodule "vorago-reb1-rs"]
|
||||||
path = vorago-reb1-rs
|
path = vorago-reb1-rs
|
||||||
url = https://github.com/robamu-org/vorago-reb1-rs.git
|
url = https://github.com/robamu-org/vorago-reb1-rs.git
|
||||||
|
14
.vscode/launch.json
vendored
14
.vscode/launch.json
vendored
@ -144,5 +144,19 @@
|
|||||||
"interface": "jtag",
|
"interface": "jtag",
|
||||||
"runToMain": true,
|
"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
12
.vscode/tasks.json
vendored
@ -89,6 +89,18 @@
|
|||||||
"isDefault": true
|
"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",
|
"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
|
Loading…
Reference in New Issue
Block a user