@mchp-mcc/main-manager
v3.1.2
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Downloads
3,572
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.
[3.1.2] - 2024-07-23
New Features and Improvements
- M8PD-7843 :- Support is added to allow middleware libraries/PLIBS to inject function calls into the main function according to their priority.
- M8PD-7842 :- Software quality improvements
[3.1.1] - 2021-12-20
No changes from previous version
[3.1.0] - 2021-10-11
No changes from previous version