@dc42 said in Guidance regarding Source Code:
The "main program" file is in project CoreNG because it does initialisation first. It calls UrgentInit and later AppMain in the RepRapFirmware project.
Make sure you use the v2-dev branches of RepRapFirmware and CoreNG because that's where development takes place at present.
I can only see 'UrgentInit' being called from '/src/Platform.cpp', but that's under the main tree, not v2-dev branch.
Can't see 'AppMain' being called anywhere.
I know it's a pain to create, but I think a wiki with some overview and guidance to help understand the software structure and flow process would come a long way in helping developers contribute to the duet project.