Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Latest commit

 

History

History
62 lines (39 loc) · 2.7 KB

changelog.md

File metadata and controls

62 lines (39 loc) · 2.7 KB

STM32_TimerInterrupt Library

arduino-library-badge GitHub release GitHub contributions welcome GitHub issues

Donate to my libraries using BuyMeACoffee





Changelog

Releases v1.3.0

  1. Fix multiple-definitions linker error. Drop src_cpp and src_h directories
  2. Fix reattachInterrupt() bug. Check bugfix: reattachInterrupt() pass wrong frequency value to setFrequency() #19
  3. Update Packages_Patches

Releases v1.2.1

  1. Add support to STM32L5 (NUCLEO_L552ZE_Q)
  2. Verify OK with STM32H7 (NUCLEO_H743ZI2)

Releases v1.2.0

  1. Add better debug feature.
  2. Optimize code and examples to reduce RAM usage
  3. Add Table of Contents

Releases v1.1.1

  1. Add example Change_Interval and ISR_16_Timers_Array_Complex
  2. Bump up version to sync with other TimerInterrupt Libraries. Modify Version String.

Releases v1.0.1

  1. Add complicated example ISR_16_Timers_Array utilizing and demonstrating the full usage of 16 independent ISR Timers.

Releases v1.0.0

  1. Permit up to 16 super-long-time, super-accurate ISR-based timers to avoid being blocked
  2. Using cpp code besides Impl.h code to use if Multiple-Definition linker error.