This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/STM32_TimerInterrupt
Releases · khoih-prog/STM32_TimerInterrupt
v1.3.0 to fix multiple-definitions linker error and to fix bug
Releases v1.3.0
- Fix
multiple-definitions
linker error. Dropsrc_cpp
andsrc_h
directories - Fix
reattachInterrupt()
bug. Check bugfix: reattachInterrupt() pass wrong frequency value to setFrequency() #19 - Update
Packages_Patches
v1.2.1 to add support to STM32L5 (NUCLEO_L552ZE_Q) and STM32H7 (NUCLEO_H743ZI2)
Releases v1.2.1
- Add support to STM32L5 (NUCLEO_L552ZE_Q)
- Verify OK with STM32H7 (NUCLEO_H743ZI2)
Version v1.2.0 to optimize code and add better debug feature
Releases v1.2.0
- Add better debug feature.
- Optimize code and examples to reduce RAM usage
- Add Table of Contents
Version v1.1.1 to add examples and modify Version String
Releases v1.1.1
- Add example Change_Interval and ISR_16_Timers_Array_Complex
- Bump up version to sync with other TimerInterrupt Libraries. Modify Version String.
Version v1.0.1 add complicated example ISR_16_Timers_Array
Releases v1.0.1
- Add complicated example ISR_16_Timers_Array utilizing and demonstrating the full usage of 16 independent ISR Timers.
Initial Release v1.0.0 to permit up to 16 super-long-time, super-accurate ISR-based timers for each STM32 Hardware Timer
Releases v1.0.0
- Permit up to 16 super-long-time, super-accurate ISR-based timers, for each STM32 Hardware Time, to avoid being blocked
- Using cpp code besides Impl.h code to use if Multiple-Definition linker error.