added reb1 documents

This commit is contained in:
Robin Müller 2021-11-06 19:02:52 +01:00
parent c803b6ccf0
commit 041f547a4f
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
7 changed files with 27 additions and 1 deletions

14
.vscode/launch.json vendored
View File

@ -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,
},
]
}

12
.vscode/tasks.json vendored
View File

@ -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
}
},
]
}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

@ -1 +1 @@
Subproject commit 31c970c6f9d4e7e574bdff6d2429ec1c663a70f0
Subproject commit 8314be258608e09c89d0b7718d7e6d4e8df2bcec