diff --git a/.vscode/launch.json b/.vscode/launch.json index 1ebf206..93288e6 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -32,5 +32,19 @@ "interface": "jtag", "runToMain": true, }, + { + "type": "cortex-debug", + "request": "launch", + "name": "Debug Tests HAL", + "servertype": "jlink", + "gdbPath": "/usr/bin/gdb-multiarch", + "cwd": "${workspaceRoot}", + "device": "VA10820", + "svdFile": "./va108xx-rs/svd/va108xx-base.svd.patched", + "preLaunchTask": "rust: cargo build hal tests", + "executable": "${workspaceFolder}/target/thumbv6m-none-eabi/debug/examples/tests", + "interface": "jtag", + "runToMain": true, + }, ] } \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 1dbc738..804fab8 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -39,5 +39,17 @@ "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", + ], + "group": { + "kind": "build", + "isDefault": true + } + }, ] } \ No newline at end of file diff --git a/docs/REB1-Development-Board/REB1_APPS_RevB_schematic_13Apr2016.pdf b/docs/REB1-Development-Board/REB1_APPS_RevB_schematic_13Apr2016.pdf new file mode 100644 index 0000000..aaeee0d Binary files /dev/null and b/docs/REB1-Development-Board/REB1_APPS_RevB_schematic_13Apr2016.pdf differ diff --git a/docs/REB1-Development-Board/REB1_QSG.pdf b/docs/REB1-Development-Board/REB1_QSG.pdf new file mode 100644 index 0000000..681e950 Binary files /dev/null and b/docs/REB1-Development-Board/REB1_QSG.pdf differ diff --git a/docs/REB1-Development-Board/REB1_TopView.png b/docs/REB1-Development-Board/REB1_TopView.png new file mode 100644 index 0000000..d0e4b0b Binary files /dev/null and b/docs/REB1-Development-Board/REB1_TopView.png differ diff --git a/docs/REB1-Development-Board/REB1_Users_Manual_v3.0.pdf b/docs/REB1-Development-Board/REB1_Users_Manual_v3.0.pdf new file mode 100644 index 0000000..07567cd Binary files /dev/null and b/docs/REB1-Development-Board/REB1_Users_Manual_v3.0.pdf differ diff --git a/vorago-reb1-rs b/vorago-reb1-rs index 31c970c..8314be2 160000 --- a/vorago-reb1-rs +++ b/vorago-reb1-rs @@ -1 +1 @@ -Subproject commit 31c970c6f9d4e7e574bdff6d2429ec1c663a70f0 +Subproject commit 8314be258608e09c89d0b7718d7e6d4e8df2bcec