Has anyone used Cerb40 with an SD card module? Has anyone used the Cerberus mainboard in the Gadgeteer designer and modified the driver (since the pin PA15 is NOT available on the Cerb40 but is on the Cerberus F socket).
What do people think are the best options here - rewrite the driver to not use the Socket, or create a mainboard with a virtual mapping of sockets/pins that goes back to whatever pin layout you choose? I started by thinking the former, modify module code to use cpu.pin references, but the SD card is one making me think that’s the wrong approach, use an approach like the G400HDR “mainboard” that @ Taylorza created.
edit: changed “latter” to say “former” which is what I meant.