updated submodules

This commit is contained in:
Robin Müller 2021-12-04 21:37:09 +01:00
parent 3afc5cbd86
commit 0528f13040
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
4 changed files with 29 additions and 2 deletions

14
.vscode/launch.json vendored
View File

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

13
.vscode/tasks.json vendored
View File

@ -114,5 +114,18 @@
"isDefault": true
}
},
{
"label": "rust: cargo build button blinky rtic",
"type": "shell",
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
"args": [
"build", "-p", "vorago-reb1", "--example", "blinky-button-rtic",
"--features", "rt"
],
"group": {
"kind": "build",
"isDefault": true
}
},
]
}

@ -1 +1 @@
Subproject commit 44cc075ba0fd4afd730834d6c87a6fd92581bb48
Subproject commit d4d5bf66e424e640d1100a15058734e8bf67c29d

@ -1 +1 @@
Subproject commit 6efb91fa54a4db130f258c025d23b0be77194f19
Subproject commit e59df63baa7b97a5f006b9946a741b594fdee779