updated submodules
This commit is contained in:
parent
3afc5cbd86
commit
0528f13040
14
.vscode/launch.json
vendored
14
.vscode/launch.json
vendored
@ -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
13
.vscode/tasks.json
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user