dangiu / PicoMemcard

Emulating PSX Memory Card (or controller) using a Raspberry Pi Pico
GNU General Public License v3.0
528 stars 38 forks source link

XIAO RP2040 #80

Open windship opened 1 month ago

windship commented 1 month ago

Hello, thank you for awesome project.

Actually I'm considering to use XIAO RP2040 instead of RP2040 zero, but the pinouts are quite different so I don't know how to connect. Can you kindly check it and help me about this?

https://core-electronics.com.au/seeed-xiao-rp2040-supports-arduino-micropython-and-circuitpython.html https://github.com/dshadoff/PC_Engine_RP2040_Projects/raw/main/img/qtpy_rp2040_GPIO.png

Thanks!

dangiu commented 1 week ago

Hi sorry for the late reply, unfortunately the XIAO RP2040 is not currently compatible with the PicoMemcard due to software limitations (it's a bit more complex than just remapping the pins, in particular for PicoMemcard+). I suggest you try with the RP2040-Zero. Future releases will definetly be compatible but right now I don't have any ETA on the matter.