- 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
- Add support to STM32L5 (NUCLEO_L552ZE_Q)
- Verify OK with STM32H7 (NUCLEO_H743ZI2)
- Add better debug feature.
- Optimize code and examples to reduce RAM usage
- Add Table of Contents
- Add example Change_Interval and ISR_16_Timers_Array_Complex
- Bump up version to sync with other TimerInterrupt Libraries. Modify Version String.
- Add complicated example ISR_16_Timers_Array utilizing and demonstrating the full usage of 16 independent ISR Timers.
- Permit up to 16 super-long-time, super-accurate ISR-based timers to avoid being blocked
- Using cpp code besides Impl.h code to use if Multiple-Definition linker error.