1.2.1 • Published 1 month ago

@mchp-mcc/timer v1.2.1

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

MCC Melody Timer Driver

Overview

Timer is used to generate the timeout in a regular interval to do some specific task like LED blink, ADC read etc.

Features

  • User configurable time out period.
  • Supports both polling and interrupt mode, default it gets configured in interrupt mode.
  • Timeout period value range varies based on the clock frequency of the timer clock source which can be selected from the PLIB.

Changelog

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

1.2.1 - 2024-03-29

Bug Fixes

  • CC16SCRIP-7916 :- Setting the timer period to its maximum value results in a calculation of Period register to zero

1.2.0 - 2023-12-20

New Features

  • CC16SCRIP-7081 :- Support for timer driver interface
  • CC16SCRIP-6970 :- Timer: ADD ITF test cases for UI settings, data interface to verify the functionality in driver and PLIB and generated code

1.1.0 - 2022-09-23

New Features

  • CC16SCRIP-5317 :- Minor improvements for dependent module support

1.0.2 - 2022-06-01

New Features

  • CC16SCRIP-2045 :- Dependency module names updated in builder view

1.0.1 - 2022-01-24

New Features

  • CC16SCRIP-3419 :- Dependency Selector label updated with PLIB name