Releases: zomborid/STM32TimerArray
Releases · zomborid/STM32TimerArray
v0.4.4 - Stable
v0.4.3 - Stable
- Requests handled by interrupt disabling approach instead of interrupt generation approach
- Better calculation of targets
- Stability tests
All tests passed ✔
If appears unstable, please check CPU load.
v0.4.2 - Add examples and simple functionality
- Function changeTimerDelay is correct instead of synchronous
- Timer getters and setters
- Sleep function
- ContextTimer example
- Manual fire example
- Synchronized timers example
v0.4.1 - Bugfix
- Bugfix: tick on empty controller accesses nullptr
- Updated version plans
v0.4.0 - Rework and testing
- Manual fire
- Elapsed ticks
- TimerFeed internal abstraction
- Unit tests
- Tested timing accuracy up to 50 kHz
- HAL binding
- Fixed wraparound bugs
- Reworked example system
- Pure HAL project support
v0.3.0 - Added ContextTimer
- New ContextTimer for callbacks with context, avoiding the use of lambdas.