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
Add support for PWM (taken from stm32h7xx-hal). (#29)
This commit requires a recent git version of stm32g4 to compile, as the
last released version specifies some wrong register sizes and types.
The changes to the code include:
- stm32g4xx-hal uses a different API for clock gating/reset.
- stm32g4 is missing many bit/field names, so the code often uses .bits()
or .set_bit()/.clear_bit() instead.
- The advanced-control timers of the STM32G4 MCUs provide four
complementary outputs.
0 commit comments