diff --git a/.vscode/tasks.json b/.vscode/tasks.json index a085b9d..71226af 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -15,24 +15,12 @@ "isDefault": true } }, - { - "label": "rust: cargo build led blinky", - "type": "shell", - "command": "~/.cargo/bin/cargo", // note: full path to the cargo - "args": [ - "build", "-p", "vorago-reb1", "--example", "blinky-leds", - ], - "group": { - "kind": "build", - "isDefault": true - } - }, { "label": "rust: cargo build hal tests", "type": "shell", "command": "~/.cargo/bin/cargo", // note: full path to the cargo "args": [ - "build", "-p", "vorago-reb1", "--example", "tests", + "build", "-p", "va108xx-hal", "--example", "tests", ], "group": { "kind": "build", @@ -44,7 +32,33 @@ "type": "shell", "command": "~/.cargo/bin/cargo", // note: full path to the cargo "args": [ - "build", "-p", "vorago-reb1", "--example", "rtt-log", + "build", "-p", "va108xx-hal", "--example", "rtt-log", + ], + "group": { + "kind": "build", + "isDefault": true + } + }, + { + "label": "rust: cargo build systick", + "type": "shell", + "command": "~/.cargo/bin/cargo", // note: full path to the cargo + "args": [ + "build", "-p", "va108xx-hal", "--example", + "timer-ticks-pac", "--features", "rt" + ], + "group": { + "kind": "build", + "isDefault": true + } + }, + + { + "label": "rust: cargo build led blinky", + "type": "shell", + "command": "~/.cargo/bin/cargo", // note: full path to the cargo + "args": [ + "build", "-p", "vorago-reb1", "--example", "blinky-leds", ], "group": { "kind": "build", @@ -63,17 +77,5 @@ "isDefault": true } }, - { - "label": "rust: cargo build systick", - "type": "shell", - "command": "~/.cargo/bin/cargo", // note: full path to the cargo - "args": [ - "build", "-p", "vorago-reb1", "--example", "timer-ticks-pac", - ], - "group": { - "kind": "build", - "isDefault": true - } - }, ] } \ No newline at end of file diff --git a/va108xx-hal-rs b/va108xx-hal-rs index 7109f97..b5ac1f4 160000 --- a/va108xx-hal-rs +++ b/va108xx-hal-rs @@ -1 +1 @@ -Subproject commit 7109f974df9b2bd7bbfaadea3303b9637028ebf8 +Subproject commit b5ac1f4c6bf9e332570b4e3221bbf66cea441157 diff --git a/vorago-reb1-rs b/vorago-reb1-rs index 8f294f4..ad659ea 160000 --- a/vorago-reb1-rs +++ b/vorago-reb1-rs @@ -1 +1 @@ -Subproject commit 8f294f42ee5fbaab4d010d723c98433d67ae6002 +Subproject commit ad659eae17ed910bbbc27457140c160ec8519eca