Skip to content

Releases: zomborid/STM32TimerArray

v0.4.4 - Stable

13 Sep 20:47

Choose a tag to compare

  • API change: interrupt control for user per TimerArrayControl.
  • Fix for absent STM32F4 AutoReloadPreload definition.

All tests passed
If appears unstable, please check CPU load.

v0.4.3 - Stable

26 Jan 14:30

Choose a tag to compare

  • 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

17 Jan 01:57

Choose a tag to compare

  • 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

13 Jan 16:05

Choose a tag to compare

  • Bugfix: tick on empty controller accesses nullptr
  • Updated version plans

v0.4.0 - Rework and testing

09 Jan 23:50

Choose a tag to compare

  • 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

31 Dec 13:40

Choose a tag to compare

  • New ContextTimer for callbacks with context, avoiding the use of lambdas.