FeralAI / GP2040

Gamepad firmware for Raspberry Pi Pico and other RP2040 microcontrollers supporting Nintendo Switch, XInput and DirectInput
https://gp2040.info
MIT License
577 stars 125 forks source link

Question about memory #59

Closed AmigoInsonia closed 2 years ago

AmigoInsonia commented 2 years ago

Hello, I'm thinking about getting a Raspberry Pico to test this, but it seems that there are different memory sizes available, from 2MB to 16MB. From what I've seen the uf2 file is a little less than 2MB, so would the 2MB flash memory be enough or should I get the one with 4MB+?

jbarket commented 2 years ago

2MB should be fine. That's what the Pico supports, so for the time being, we're trying to live in that space.