@mchp-mcc/dspic33a-interrupt
v1.1.4
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Maintainers
Keywords
Readme
MCC Melody dsPIC33A Interrupt PLIB
Overview
Interrupt Module provides a tabular representation of all the Interrupts present in the system.
Features
- Interrupt Priority(IPL) can be assigned to a given interrupt based on the active Interrupts and relative priority or dependency between the interrupts.
- Alternate Working Register set can be assigned to any Interrupt Priority Level(IPL).
- Global Interrupt is non-editable and always enabled for a given device.
- Interrupts cannot be enabled as part of the table and needs to be enabled in the their respective Driver/PLIB.
Changelog
All notable changes to this project will be documented in this file.
[1.1.4] - 2025-12-10
Bug Fixes
- CC16SCRIP-10204 :- Register View updates for displaying correct setting bit values
[1.1.3] - 2025-11-26
New Features
- CC16SCRIP-7218 :- Context attribute support for all ISRs
Bug Fixes
- CC16SCRIP-10063 :- Removal of "auto_psv"/"no_auto_psv" from the ISR attribute
[1.1.2] - 2025-09-29
New Features
- CC16SCRIP-10092 :- Performance Improvement
[1.1.1] - 2025-07-16
New Features
- CC16SCRIP-9735 :- Suppress Cppcheck MISRA-C:2012 Rule 8.4 Warning with Justified Deviation
[1.1.0] - 2024-09-27
New Features
- CC16SCRIP-9610 :- Trap Improvements: Addition of code to find the trap source
[1.0.1] - 2024-07-18
New Features
- CC16SCRIP-9436 :- Updated link for API reference document
