svd file path fix
This commit is contained in:
parent
7876d73499
commit
a0631f9d92
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@ -12,7 +12,7 @@
|
||||
"gdbPath": "/usr/bin/gdb-multiarch",
|
||||
"cwd": "${workspaceRoot}",
|
||||
"device": "VA10820",
|
||||
"svdFile": "./va108xx-rs/va108xx.svd",
|
||||
"svdFile": "./va108xx-rs/svd/va108xx-base.svd.patched",
|
||||
"preLaunchTask": "rust: cargo build pac blinky",
|
||||
"executable": "${workspaceFolder}/target/thumbv6m-none-eabi/debug/examples/blinky_pac",
|
||||
"interface": "jtag",
|
||||
@ -26,7 +26,7 @@
|
||||
"gdbPath": "/usr/bin/gdb-multiarch",
|
||||
"cwd": "${workspaceRoot}",
|
||||
"device": "VA10820",
|
||||
"svdFile": "./va108xx-rs/va108xx.svd",
|
||||
"svdFile": "./va108xx-rs/svd/va108xx-base.svd.patched",
|
||||
"preLaunchTask": "rust: cargo build hal blinky",
|
||||
"executable": "${workspaceFolder}/target/thumbv6m-none-eabi/debug/examples/blinky_hal",
|
||||
"interface": "jtag",
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 8208582e8eb6699799c2eadc72d55d092925eded
|
||||
Subproject commit 61c9732683efb0f242e874a2fb561dece3e09e21
|
@ -1 +1 @@
|
||||
Subproject commit 3be416755c85a3fef0f03c11e7b703534fe6ecfa
|
||||
Subproject commit f6f97fd03c6022c1d4a427f17fdb123420e5f39d
|
Loading…
Reference in New Issue
Block a user