npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@mchp-mcc/pic24-dspic33-interrupt

v1.4.3

Published

- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path

Readme

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.4.3] - 2025-12-16

Bug Fixes

  • CC16SCRIP-10204 :- Register View updates for displaying correct setting bit values

[1.4.2] - 2025-10-28

New Features

  • CC16SCRIP-10132 :- Performance Improvement

[1.4.1] - 2025-09-08

New Features

  • CC16SCRIP-10015 :- Applied MISRA rule fixes and warning suppressions to PLIB

[1.4.0] - 2024-09-27

New Features

  • CC16SCRIP-9610 :- Trap Improvements: Addition of code to find the trap source

[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