5.2.11 • Published 1 year ago

@mchp-mcc/scf-pic8-interrupt-v2 v5.2.11

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

PIC8 Interrupt Manager

Overview

The Interrupt Manager configures the interrupt and handles the interrupt requests and prioritizations.

Features

  • Configurable External Interrupts
  • Configurable Interrupt Table
    • Shows All interrupts supported for all active modules/drivers
    • Enable/Disable interrupt/s supported for all active modules/drivers
    • Separate High and Low Priority Interrupt Table
    • Configurable priority for each interrupt supported for all active modules/drivers
  • Configurable ISR Execution
  • Enable/Disable High/Low Interrupt Priority

Generated Files

This driver generates the following files:

  • ./mcc_generated_files/system/src/interrupt.c => A driver file containing the Interrupt Initialization and External Interrupts API function prototype implementation
  • ./mcc_generated_files/system/interrupt.h => A driver file containing the API function prototypes definitions and macros used for interrupt implementation

Changelog

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

5.2.11 - 2023-02-22

New Features

  • CC8SCRIP-13573 :- PIC8 Fixed Interrupt Vector select enable and disable option issue in GUI

Bug Fixes

  • CC8SCRIP-8540 :- Removed Interrupt Redundant Code generation in MCC

5.2.10 - 2022-12-01

New Features

  • CC8SCRIP-11595 :- Added support for PIC18FxxK40 device family

5.2.9 - 2022-02-09

New Features

  • CC8SCRIP-7092 :- PIC16F18054/55/74/75 Device Family Support