From 954f4c06ff1b6431dfdafb3c35c827da707e37a8 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 21 Dec 2021 00:02:33 +0100 Subject: [PATCH] update all submodules --- .vscode/launch.json | 14 ++++++++++++++ .vscode/tasks.json | 12 ++++++++++++ va108xx | 2 +- va108xx-hal | 2 +- vorago-reb1 | 2 +- 5 files changed, 29 insertions(+), 3 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 67bc89f..6104dc2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,6 +7,7 @@ // GDB application "version": "0.2.0", "configurations": [ + { "type": "cortex-debug", "request": "launch", @@ -176,5 +177,18 @@ "interface": "jtag", "runToMain": true, }, + { + "type": "cortex-debug", + "request": "launch", + "name": "Debug UART IRQ", + "servertype": "jlink", + "cwd": "${workspaceRoot}", + "device": "Cortex-M0", + "svdFile": "${workspaceFolder}/va108xx/svd/va108xx-base.svd.patched", + "preLaunchTask": "rust: cargo build uart irq", + "executable": "${workspaceFolder}/target/thumbv6m-none-eabi/debug/examples/uart-irq-rtic", + "interface": "jtag", + "runToMain": true, + }, ] } \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json index fe94f05..89fa87f 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -101,6 +101,18 @@ "isDefault": true } }, + { + "label": "rust: cargo build uart irq", + "type": "shell", + "command": "~/.cargo/bin/cargo", // note: full path to the cargo + "args": [ + "build", "-p", "va108xx-hal", "--example", "uart-irq-rtic", "--features", "rt" + ], + "group": { + "kind": "build", + "isDefault": true + } + }, { "label": "rust: cargo build led blinky", diff --git a/va108xx b/va108xx index 4da8267..f626e33 160000 --- a/va108xx +++ b/va108xx @@ -1 +1 @@ -Subproject commit 4da8267c9cc5c48aca3d279c3a86b07a11da4fce +Subproject commit f626e33e72d4863b68da89099cf60ce14de3e114 diff --git a/va108xx-hal b/va108xx-hal index de607b1..e3cdd21 160000 --- a/va108xx-hal +++ b/va108xx-hal @@ -1 +1 @@ -Subproject commit de607b1950037ce577c0bbe32d7baf8496670e73 +Subproject commit e3cdd21b41dbe5553fab02f6ef023573f11922c0 diff --git a/vorago-reb1 b/vorago-reb1 index 2f503ac..1eb7dee 160000 --- a/vorago-reb1 +++ b/vorago-reb1 @@ -1 +1 @@ -Subproject commit 2f503ac3b144158270e01db7d44ad85bb6b083b6 +Subproject commit 1eb7deeb9f33890950bd93843f41309b36183233