From 9f46c2473974e90c7bdb36ae039ee0408d92f3ac Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 10 Dec 2021 10:14:09 +0100 Subject: [PATCH] update README --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 050071f..51e9261 100644 --- a/README.md +++ b/README.md @@ -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.