@mchp-mcc/main-16bit-manager
v1.1.3
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Downloads
775
Maintainers
Keywords
Readme
MCC Melody System Initialize Driver
Overview
System Initialize Driver is used to initialize various System drivers like Clock, Pin, Interrupt and other Peripheral Drivers which are added to the Project. Initialization is done through SYSTEM Initialize function which in turn calls the initialization function of all the drivers added in the project. Application(main.c) should call SYSTEM Initialize.
Changelog
All notable changes to this project will be documented in this file.
[1.1.3] - 2024-07-19
New Features
- CC16SCRIP-9561 :- Added support for dsPIC33A family of devices
[1.1.2] - 2023-03-09
New Features
- CC16SCRIP-6207 :- Added support for Data Streamer initialize function
[1.1.1] - 2022-09-06
Bug Fixes
- CC16SCRIP-4832 :- Main manager Exception during reload of MCC
[1.1.0] - 2022-06-30
New Features
- CC16SCRIP-4016 :- Use Priority numbers to sort the initialization functions