5.2.10 • Published 9 months ago

@mchp-mcc/scf-pic8-interrupt-v1 v5.2.10

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
9 months 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
  • Enable/Disable Vectored Interrupt
  • Non-vectored Interrupt features
    • Configurable ISR Execution
    • Enable/Disable High/Low Interrupt Priority
  • Vectored Interrupt features
    • High/Low Priority Interrupt is enabled

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 prototypes 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.10 - 2023-08-08

Bug Fixes

  • CC8SCRIP-16695 :- Disabled IOC interrupt by default

5.2.9 - 2023-02-28

New Features

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

5.2.8 - 2022-11-28

New Features

  • CC8SCRIP-11527 :- Added support for PIC18FxxK42 device family
  • CC8SCRIP-8819 :- Added component level help and tooltips support.