I added 3 boards to printers.test and get a build error:
(Different boards use different ADC pins that overlap gpio)
Printers using the hc32f460
DICTIONARY hc32f460.dict
CONFIG …/…/config/printer-anycubic-kobra-2022.cfg
CONFIG …/…/config/printer-voxelab-aquila-2021.cfg
CONFIG …/…/config/printer-voxelab-aquila-x1-2021.cfg
files here:
error here:
I can see that the failing config build is using ADC pins from previous config (PA2) - so how do I differentiate the next build to use the proper ADC pins from Kconfig?
I tried to fix in the Kconfig but that didn’t help.
Is it a Kconfig problem? A build problem? Code? I could use some help