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
[USB] Disable USB pullup hack when internal pullups are available
Previously, when no external pullup control was available, the core
would apply a hack to override an external fixed pullup. However, on
chips that have internal pullups, these will be automatically
controlled, so this is not needed at all.
This probably needs to be more configurable by board, but this is enough
to for the specific board we are working with now.
See stm32duino#885
0 commit comments