From f4cd3b704b03c7d800936a60a17b80f7208d3d06 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 27 Sep 2022 20:51:37 +0200 Subject: [PATCH] typo --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcc0da1..65331b2 100644 --- a/README.md +++ b/README.md @@ -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).