Skip to content

Commit

Permalink
update README with new building infos
Browse files Browse the repository at this point in the history
  • Loading branch information
cecio committed Mar 27, 2023
1 parent 116a576 commit eec7bb3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,9 @@ It's done!
Obviously you can also build your own firmware. To build the *standard* one I used:

- Arduino IDE 2.0.4
- as board I used `Raspberry Pi Pico - Arduino MBED OS RP2040` version `4.0.2`
- `Adafruit TinyUSB Library` version `1.14.4`. Newer versions are not working because the RPI SDK of the board is stick to an older version. May be migrate the entire project directly on Raspberry Pi Pico SDK is the solution here.
- ~~as board I used `Raspberry Pi Pico - Arduino MBED OS RP2040` version `4.0.2`~~
- ~~`Adafruit TinyUSB Library` version `1.14.4`. Newer versions are not working because the RPI SDK of the board is stick to an older version. May be migrate the entire project directly on Raspberry Pi Pico SDK is the solution here.~~
- from version `0.7.0` I used `Adafruit TinyUSB Library` version `2.0.1` and Board `Raspberry Pi RP2040 (2.7.0)`
- `ssd1306` OLED library version `1.8.3`

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.
Expand Down

0 comments on commit eec7bb3

Please sign in to comment.