@mchp-mcc/scf-avr8-interrupt-v1
v5.0.12
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Downloads
1,252
Maintainers
Keywords
Readme
AVR8 Interrupt Manager
Overview
The Interrupt Manager configures the interrupt and handles the interrupt requests and prioritizations.
Features
- Enable/Disable Global Interrupt
- Enable/Disable Round-robin Scheduling
- Set Interrupt Level Priority
- Set Interrupt Vector with High Priority
- Enable/Disable Compact Vector Table
- Enable/Disable Interrupt Vector Select
- Interrupt Table
- Shows All interrupts supported for all active modules/drivers
- Enable/Disable interrupt/s supported for all active modules/drivers
Generated Files
This driver generates the following files:
- ./mcc_generated_files/system/src/interrupt.c => A driver file containing the Interrupt Initialization
- ./mcc_generated_files/system/interrupt.h => A driver file containing the API function prototypes definitions
Changelog
All notable changes to this project will be documented in this file.
[5.0.12] - 2023-02-21
New Features
- CC8SCRIP-13565 :- AVR8 Fixed Interrupt Vector select enable and disable option issue in GUI
[5.0.11] - 2022-11-24
New Features
- CC8SCRIP-10215 :- Added Analytics support
- CC8SCRIP-10214 :- Update Automodule to v5
- CC8SCRIP-8737 :- Added Component-Level Help and Tooltips
[5.0.10] - 2022-02-03
New Features
- CC8SCRIP-7054 :- AVR64/32/16DDxx Device Family Support