embassy-rs / stm32-data

65 stars 91 forks source link

Missing "kind": "adc" for STM32H533RE #477

Open dgehriger opened 1 month ago

dgehriger commented 1 month ago

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.

Dirbaio commented 1 month 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.