From c7c025f17a7616cad4ea5de716ac0c789e53fe0d Mon Sep 17 00:00:00 2001 From: CNLohr <lohr85@gmail.com> Date: Sat, 17 Jun 2023 15:00:56 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 30ed5b3..fcdc921 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,11 @@ ch32v003fun contains: In Progress: 1. Write more demos. +2. Improve/integrate [rv003usb](https://github.com/cnlohr/rv003usb/) + +## Getting Started + +For installation instructions, see the [wiki page here](https://github.com/cnlohr/ch32v003fun/wiki/Installation) ## Features! @@ -38,10 +43,6 @@ You can just try out the debugprintf project, or call SetupDebugPrintf(); and pr Via gdbserver built into minichlink! It works with `gdb-multiarch` as well as in Visual Studio Code -## System Prep - -For installation instructions, see the [wiki page here](https://github.com/cnlohr/ch32v003fun/wiki/Installation) - ## Building and Flashing ``` -- GitLab