Open dgehriger opened 5 months ago
To fix this, you'll have to go through these steps. First check whether the yaml is equal to one of the existing versions (take into account there might be "false" differences, like something being one array in one and N fields in the other). If not, then add a new version.
The STM32H533RE.json correctly lists
ADC1
, but I believe it's missing the entry"kind": "adc"
. This in turn causes embassy-stm32 to not include the ADC module.