@mchp-mcc/scf-pic8-tmr1-v1
v5.1.0
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Downloads
2,811
Maintainers
Keywords
Readme
TMR1 - Timer1 Module with Gate Control
Overview
The TMR1 module operates as a synchronous/asynchronous 16-bit timer/counter. It features a programmable internal or external selectable clock sources, prescalers and interrupts.
The TMR1 module can be configured to count freely or the count can be enabled and disabled using the timer gate circuitry. The timer gate can also be driven by multiple selectable sources.
Changelog
All notable changes to this project will be documented in this file.
[5.1.0] - 2024-11-22
Bug Fixes
- M8PD-11614 :- turn off all Gate related UI configurations when gate feature is disabled on the UI
- M8PD-11612 :- Generate TMR1_OverflowStatusGet() and TMR1_OverflowStatusClear() APIs when TMRI bit is disabled and TMRGI is enabled
New Features and Improvements
- M8PD-11613 :- Add APIs to check and clear the TMRxGIF flag when gate is enabled
[5.0.0] - 2024-10-22
New Features and Improvements
- M8PD-9494 :- Software quality improvements
- M8PD-9493 :- Add support for Initializer API generation options
- M8PD-9492 :- Use DFP defined macros in generated code
[4.3.9] - 2023-11-14
No changes from previous version