microzig icon indicating copy to clipboard operation
microzig copied to clipboard

rp2350: Support extra gpios

Open Grazfather opened this issue 9 months ago • 1 comments

We hardcode 30 GPIOs in e.g. pins.zig, but there are more GPIOs on the rp2350 in the QFN80 package.

Grazfather avatar Mar 09 '25 20:03 Grazfather

I suppose the proper way to do this would be to add .RP2350_QNF80 to the list of RP chip types. Then select between one of two Pin enums at comptime based on this value.

Doing a quick look, there are a lot of places where the code switches on this value that would have to be updated though.

Uthedris avatar Apr 12 '25 22:04 Uthedris