kasjer opened a new pull request, #3131:
URL: https://github.com/apache/mynewt-core/pull/3131

   Interrupts for used for timers differ from MCU to MCU. hal_timer.c had a lot 
of preprocessor conditions to select correct interrupt number name to be used 
for HAL timer. With each new MCU conditions were modified.
   
   Now MCU specific mcu/stm32_hal.h defines interrupts name that deviate from 
common practice while stm32_common/stm23_hal.h provides defaults that are most 
frequently found.
   Unified defines STM32_HAL_TIMER_TIMx_IRQ are used in hal_timer.c simplifying 
preprocess conditions.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to