added reb1 documents
This commit is contained in:
parent
c803b6ccf0
commit
041f547a4f
14
.vscode/launch.json
vendored
14
.vscode/launch.json
vendored
@ -32,5 +32,19 @@
|
|||||||
"interface": "jtag",
|
"interface": "jtag",
|
||||||
"runToMain": true,
|
"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
12
.vscode/tasks.json
vendored
@ -39,5 +39,17 @@
|
|||||||
"isDefault": true
|
"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.
BIN
docs/REB1-Development-Board/REB1_QSG.pdf
Normal file
BIN
docs/REB1-Development-Board/REB1_QSG.pdf
Normal file
Binary file not shown.
BIN
docs/REB1-Development-Board/REB1_TopView.png
Normal file
BIN
docs/REB1-Development-Board/REB1_TopView.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 MiB |
BIN
docs/REB1-Development-Board/REB1_Users_Manual_v3.0.pdf
Normal file
BIN
docs/REB1-Development-Board/REB1_Users_Manual_v3.0.pdf
Normal file
Binary file not shown.
@ -1 +1 @@
|
|||||||
Subproject commit 31c970c6f9d4e7e574bdff6d2429ec1c663a70f0
|
Subproject commit 8314be258608e09c89d0b7718d7e6d4e8df2bcec
|
Loading…
x
Reference in New Issue
Block a user