Generating makefiles without STM32IDE
So I've moved away from eclipse and the CubeMX IDE.
I am using sublime as my editor and I am enjoying a great deal of success and I would recommend to anyone using cubemx to migrate to a non java based IDE/editor - I compile the makefiles generated from CubeMX IDE and upload using STM32_Programmer_CLI directly from sublime.
Therefore, as I want to forgo eclipse (except for debugging, the build analyser, and a few nice tools within)
My questions are:
How does CUBEMX generate the makefiles. (I assume it requires the .mxproject and or .cproject files but I would be happy to edit those myself if required)
Can I run a command/script to achieve the same end?
If not, it appears that CUBEMX only updates the makefiles when you perform a build. Can I at least stop compilation when running Debug/Build?
Thanks for any suggestions
+ sorry for initially posting this in the wrong part of the forum
