Compare commits

...

2 Commits

Author SHA1 Message Date
bdd804f88b lets try without cross..
All checks were successful
Rust/vorago-reb1/pipeline/head This commit looks good
2022-09-27 20:55:20 +02:00
f4cd3b704b typo
All checks were successful
Rust/vorago-reb1/pipeline/head This commit looks good
2022-09-27 20:51:37 +02:00
2 changed files with 3 additions and 5 deletions

View File

@@ -16,11 +16,9 @@ jobs:
override: true
- uses: actions-rs/cargo@v1
with:
use-cross: true
command: check
- uses: actions-rs/cargo@v1
with:
use-cross: true
command: check
args: --examples
@@ -54,7 +52,6 @@ jobs:
- run: rustup component add clippy
- uses: actions-rs/cargo@v1
with:
use-cross: true
command: clippy
args: -- -D warnings

View File

@@ -58,8 +58,9 @@ A `jlink.gdb` file is provided to allow flashing of the board from the command l
## Debugging with VS Code
The REB1 board features an on-board JTAG, so all that is required to flash the board is a
Micro-USB cable and an
The REB1 board features an on-board JTAG, so all that is required to debug the board is a
Micro-USB cable.
You can debug applications on the REB1 board with a graphical user interface using VS Code with
the [`Cortex-Debug` plugin](https://marketplace.visualstudio.com/items?itemName=marus25.cortex-debug).