@mchp-mcc/scf-pic8-tmr1-v2
v2.1.0
Published
MCC PLIB Module
Downloads
1,587
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.
[2.1.0] - 2024-12-20
Bug Fixes
- M8PD-12366 :- Code generation failure for PIC18F13K22
- M8PD-12365 :- Gate interrupt options are displayed in the user interface, although the Gate feature is not available for PIC18F1xK22
- M8PD-11614 :- Disable all Gate-related UI configurations when the gate feature is turned off in the user interface.
- M8PD-11612 :- Generate TMR1_OverflowStatusGet() and TMR1_OverflowStatusClear() APIs when TMRI bit is disabled and TMRGI is enabled
[2.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
[1.0.5] - 2023-10-10
No changes from previous version