kywwilson11 opened a new pull request, #15472: URL: https://github.com/apache/nuttx/pull/15472
## Summary Initial STM32H5 timers driver. This driver used the STM32H7 as a reference as the timers are very similar. stm32h5xx_rcc.c was modified to remove enabling of timers. This function is done in stm32_tim_init and stm32_tim_deinit. There are some outstanding TODO items, such as providing support for more operational and channel modes. But those will be addressed (by me) if/when they are needed. ## Impact STM32H5 Architecture only. ## Testing Hardware: Nucleo-H563ZI A simple test was done with TIM2 to blink and LED once per second. This was set up during the bring-up process. A simple interrupt handler written that utilized ACKINT. Also stm32_tim_init, SETPERIOD, SETCLOCK, SETMODE, SETISR, and ENABLEINT functions were utilized to do this test. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org