embassy icon indicating copy to clipboard operation
embassy copied to clipboard

STM32: Generic Futures for Timers

Open brunob45 opened this issue 8 months ago • 4 comments

  • Move Timer Future to its own file
  • Make the interrupt handler capable to handle all interrupts sources
  • Add async functions for pwm_input
  • Bind interrupt to UpdateInterrupt, as it is defined for all TIM
  • Tested on
    • [ ] stm32f103c8
    • [x] stm32f446re

brunob45 avatar Jun 01 '24 02:06 brunob45