GP2040 icon indicating copy to clipboard operation
GP2040 copied to clipboard

Web configurator pin restriction due to Boards.json

Open sojor opened this issue 2 years ago • 2 comments

On PCB with Flatbox pinout certain used pins are restricted from being set within the web configurator. This corresponds with www/src/Data/Boards.json. Removal of said restrictions or override possibility (for validation errors) could help.

image

sojor avatar Mar 03 '22 14:03 sojor

I also experienced some issues with the web configurator because of this. My DIY board uses the Adafruit KB2040 as its microcontroller and it uses pin 29,

TrottPilgrim avatar Apr 03 '22 14:04 TrottPilgrim

For now I'm going to remove the board restrictions.

The longer version of this is that right now we don't have a mechanism in place for sending the proper board to the configurator. There are options there, but it's all pretty rough, and I'm not convinced it would work without other code changes. I'm going to make a ticket explaining where we are and how to take it forward from here.

Either way, this restriction will be removed in main shortly.

jbarket avatar Apr 20 '22 15:04 jbarket