4.2.5 • Published 1 year ago

@mchp-mcc/scf-avr8-wwdt-v1 v4.2.5

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
1 year ago

AVR8 Watchdog Timer

Overview

The Watchdog Timer (WDT) is a system function for monitoring the correct program operation. When enabled, the WDT is a constantly running timer with a configurable time-out period. If the WDT is not reset within the time-out period, it will issue a system Reset. This allows the system to recover from situations such as runaway or deadlocked code. The WDT is reset by executing the WDR (Watchdog Timer Reset) instruction from software.

Changelog

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

4.2.5 - 2022-11-24

New Features

  • CC8SCRIP-10224 :- Added Analytics Support
  • CC8SCRIP-10223 :- Updated to Automodule v5
  • CC8SCRIP-8717 :- Added Component-Level Help and Tooltips

4.2.4 - 2021-10-04

Improvements

  • CC8SCRIP-5423 :- Readme updates.