Skip to content

Commit 8369117

Browse files
committed
updated README
1 parent 13422f4 commit 8369117

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ I grouped most of the variables you may want to modify in this section ([see Doc
196196
Obviously you can also build your own firmware. To build the *standard* one I used:
197197
198198
- Arduino IDE `2.3.4`
199-
- `Adafruit TinyUSB Library` version `3.4.2`, `Pico-PIO-USB` version `0.6.1`, Board `Raspberry Pi RP2040 (4.4.0)` setting Tools=>CPU Speed at `133MHz` and Tools=>USB Stack to `Adafruit TinyUSB`
200-
- `Adafruit_SSD1306` OLED library version `2.5.13`
199+
- `Adafruit TinyUSB Library` version `3.6.0`, `Pico-PIO-USB` version `0.7.2`, Board `Raspberry Pi RP2040 (4.5.4)` setting Tools=>CPU Speed at `133MHz` and Tools=>USB Stack to `Adafruit TinyUSB`
200+
- `Adafruit_SSD1306` OLED library version `2.5.14`
201201
202202
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. Also, starting from `TinyUSB` version `3.4.2` is necessary to force the following macro setting `DCFG_TUD_CDC=1`. I strongly suggest you to use the provided *Dockerfiles* (see below).
203203

0 commit comments

Comments
 (0)