Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.02 KB

File metadata and controls

46 lines (34 loc) · 1.02 KB

Changelog

All notable changes to this project/module will be documented in this file.

The format is based on Keep a Changelog, and this project/module adheres to Semantic Versioning.


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.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.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