Skip to content

Releases: GeneralEmbeddedCLibraries/watchdog

V1.2.0

02 Jul 08:35

Choose a tag to compare

V1.2.0 - 02.07.2024

Added

  • Ability to enable and disable protected task

Fixed

  • Fixed incorrect usage of OS mutex

Todo

  • ISR support before reset event
  • Replace OS mutex with simple lock inside module

V1.1.0

27 Aug 08:01

Choose a tag to compare

V1.1.0 - 27.08.2023

Added

  • Replace old "version.txt" with this changelog

Changed

  • Updated readme, adding details of statistics
  • Hiding configuration data type
  • Removed doxygen as it is replaced README.md

Todo

  • ISR support before reset event
  • Replace OS mutex with simple lock inside module

V1.0.0

17 Sep 12:15

Choose a tag to compare

V1.0.0 - 17.09.2021

Added

  • Single loop or RTOS task protection
  • Configuration via single table
  • Platform independent based on interface
  • Statistics support

Todo

  • ISR support before reset event