1.3.1 • Published 11 months ago

@mchp-mcc/pic24-dspic33-interrupt v1.3.1

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
11 months ago

MCC Melody Interrupt

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).
  • Context(CTXT) can be enabled for a given interrupt to make use of Alternate Working Register Set.
  • 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.3.1 - 2023-06-22

Bug Fixes

  • CC16SCRIP-6511 :- Updated notification handling when multiple Interrupt Priority Levels have been assigned the same Alternate Working Register(CTXTn)

1.3.0 - 2023-04-26

New Features

  • CC16SCRIP-5777 :- Added plib version to generated code header to enhance traceability

1.2.1 - 2022-09-16

New Features

  • CC16SCRIP-4796 :- Added interrupt_types.h file with Interrupt priority enum definition

1.1.1 - 2022-05-26

New Features

  • CC16SCRIP-2045 :- Dependency module names updated in builder view

1.1.0 - 2022-02-08

New Features

  • CC16SCRIP-3609 :- Updates to support Bootloader Requirement
  • CC16SCRIP-3607 :- Check if any changes has to be made to implement CAN Traps

Bug Fixes

  • CC16SCRIP-3610 :- Fix build issues with respect to DMT and DAE traps and make CAN Traps independent of DFP version if removed from dsPIC33CK64MC105 in future