One thing I thought I would do, was to try to eliminate all of the compiler warnings from the framework.
That way when I am making changes and so something a little off, I was pay attention to the warnings when I build...
Also while looking through PS3 code base I found some code doing nothing, which included a whole thread that was created and destroyed, which simply woke up, did nothing and then went back to sleep. So I #ifdef that code out. Not sure if the functionality that probably used to be there will return so I did not totally remove it.
I have built on both Edison and RPI2... I have found with a few changes that the system wants to say the whole file changed. Not sure if this has to do with file encodings or not.
Anyway if anyone wishes to try them out, they are up: https://github.com/KurtE/HROS1-Frame...RemoveWarnings
Also it is setup that the changes can be automatically merged into main project.
Kurt
Bookmarks