From 1b937fa4ae244d926284e5761e5b0bc7a1c9f5fb Mon Sep 17 00:00:00 2001 From: Peter Lawrence <12226419+majbthrd@users.noreply.github.com> Date: Thu, 4 Feb 2021 17:17:56 -0600 Subject: [PATCH] moved rp2040 to a bespoke variant --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f89317b..81ea338 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ This unearths the name of a weekend project that I did in 2014. Both then and n Whereas the original code used ST's STM32 USB drivers, this new iteration uses [TinyUSB](https://github.com/hathach/tinyusb), an open source cross-platform USB stack for embedded systems. +## Special Variants + +A variant tailored especially for the RP2040 “Raspberry Pi Pico” is [available here](https://github.com/majbthrd/pico-debug). + ## Building After initially downloading this project's code, issue the following command to download TinyUSB and CMSIS_5 code (as well as all submodules):