fix(print): Cleanup on console prints
The goal of this branch is to clean up the console output of the FWK as the project is being created/built.
- Brought: ::fwfwk::printDivider method
- Remove all manually done dividers
- Add FWK logo to the beginning of the program
- Suppress the [filemgmt 56-12] Warning which clutters the output for not much benefit:
[filemgmt 56-12] xxx cannot be added to the project because it already exists in the project, skipping this file
- add ability for header files to be added to the project. (warning: the header files are renamed on the project workspace as
desyrdl_chx.h
) - Several typo fixes on prints
Edited by Cagil Guemues