diff --git a/.vscode/launch.json b/.vscode/launch.json index 7582fd0..92d4ba7 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -70,7 +70,7 @@ "device": "VA10820", "svdFile": "./va108xx-rs/svd/va108xx-base.svd.patched", "preLaunchTask": "rust: cargo build systick", - "executable": "${workspaceFolder}/target/thumbv6m-none-eabi/debug/examples/timer-ticks-pac", + "executable": "${workspaceFolder}/target/thumbv6m-none-eabi/debug/examples/timer-ticks", "interface": "jtag", "runToMain": true, }, diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 71226af..2a746e2 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -45,7 +45,7 @@ "command": "~/.cargo/bin/cargo", // note: full path to the cargo "args": [ "build", "-p", "va108xx-hal", "--example", - "timer-ticks-pac", "--features", "rt" + "timer-ticks", "--features", "rt" ], "group": { "kind": "build", diff --git a/va108xx-hal-rs b/va108xx-hal-rs index b5ac1f4..5dedcf8 160000 --- a/va108xx-hal-rs +++ b/va108xx-hal-rs @@ -1 +1 @@ -Subproject commit b5ac1f4c6bf9e332570b4e3221bbf66cea441157 +Subproject commit 5dedcf822347a04239e5f807a417bfcc3a2ba86a diff --git a/vorago-reb1-rs b/vorago-reb1-rs index ad659ea..f12b872 160000 --- a/vorago-reb1-rs +++ b/vorago-reb1-rs @@ -1 +1 @@ -Subproject commit ad659eae17ed910bbbc27457140c160ec8519eca +Subproject commit f12b8724ab465a77a877dc7876faa09d33c26e6f