@mchp-mcc/scf-pic8-interrupt-v2
v5.2.12
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Downloads
1,527
Maintainers
Keywords
Readme
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.12] - 2024-09-25
New Features and Improvements
- M8PD-10406 :- Generation of module ISR call inside legacy Interrupt Routine when "Generate MODULE ISR" component is enabled in the dependent module GUI
Bug Fixes
- M8PD-9467 :- Disable Interrupt on Change Interrupt (IOCI) by default in Interrupt Manager GUI
[5.2.11] - 2023-02-22
No changes from previous version
[5.2.10] - 2022-12-01
No changes from previous version