update README

This commit is contained in:
Robin Müller 2021-12-10 10:14:09 +01:00
parent 084b7b7e3f
commit 9f46c24739
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 8 additions and 2 deletions

View File

@ -9,9 +9,15 @@ git submodule init
git submodule update
```
## Use VS Code files
## Debugging with VS Code
Make sure to install the `Cortex-Debug` extension first.
The REB1 board features an on-board JTAG, so all that is required to flash the board is a
Micro-USB cable and an
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).
Some sample configuration files for VS code were provided as well. You can simply use `Run and Debug`
to automatically rebuild and flash your application.
The `tasks.json` and the `launch.json` files are generic and you can use them immediately by
opening the folder in VS code or adding it to a workspace.