From 7aee69d8e16085bb3290d5322962af16832e4644 Mon Sep 17 00:00:00 2001 From: cecio Date: Thu, 18 Jul 2024 21:38:13 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5e4efe8..76164d3 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,8 @@ Obviously you can also build your own firmware. To build the *standard* one I us - `Adafruit TinyUSB Library` version `3.3.1`, `Pico-PIO-USB` version `0.5.3`, Board `Raspberry Pi RP2040 (3.9.3)` setting Tools=>CPU Speed at `120MHz` and Tools=>USB Stack to `Adafruit TinyUSB` - `Adafruit_SSD1306` OLED library version `2.5.10` +Remember to add `https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json` in the `Additional Board Manager URLs` to install the proper board. + If you want to re-create a new fake filesystem, you may want to have a look to the `utils` folder, where I placed some utilities to build a new one. #### Dockerfile