From a495d06aa054fb1b88b4abab3eb392943ef35b1c Mon Sep 17 00:00:00 2001 From: stephenhensley Date: Wed, 19 Apr 2023 17:11:23 -0700 Subject: [PATCH] updated README for newest task changes. --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6aa27b9..6619b4e 100644 --- a/README.md +++ b/README.md @@ -25,21 +25,17 @@ Includes: * libDaisy - hardware library for Daisy * DaisySP - DSP library * Blink - Basic example demonstrating a blink -* NewProject - an empty project, perfect for following along with the Guided Tutorial. This also contains the following VS code tasks: * Build Libraries: builds libDaisy, and DaisySP from scratch. This is only necessary when manually updating, or cloning for the first time. -* Build Blink: build the blink example -* Build NewProject: build the new project, an empty template meant as a starting place for following tutorials, or getting creative! -* Build: builds both examples -* Clean Blink: removes compiled Blink code -* Clean NewProject: removes compiled NewProject code -* Clean: removes all compiled project code +* Build: build the blink example +* Clean: removes compiled Blink code +* Program DFU: programs the Blink.bin file via USB +* Build and Program DFU: Rebuilds the program and downloads it via USB DFU In addition, the following debug configurations are available: * Debug Blink: debugs the Blink application -* Debug NewProject: debugs the NewProject application **Note**: debugging an application from VS Code requires an ST-Link or similar probe, as well as the Cortex Debug extension for VS Code.