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.
All notable changes to this project will be documented in this file.
- 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
No changes from previous version
No changes from previous version