You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added some additional pin mappings for timer outputs in #2, however there was an issue mapping them all, as it results in a conflicting trait implementation for a pad that has multiple alternate functions mapping to different channels of the timer.
For example on the STM32C011, PB6 can be either TIM1 Channel2 on AF11 or Channel3 on AF1, so we can't do:
I have added some additional pin mappings for timer outputs in #2, however there was an issue mapping them all, as it results in a conflicting trait implementation for a pad that has multiple alternate functions mapping to different channels of the timer.
For example on the STM32C011, PB6 can be either TIM1 Channel2 on AF11 or Channel3 on AF1, so we can't do:
which results in
The text was updated successfully, but these errors were encountered: