|
|
|
|
|
by kranelisa
1355 days ago
|
|
Yeah I don't even have a build system for my embedded C++ projects targeting 32-128K flash systems. A main.cpp that includes all other .cpp files and a build.bat that recompile everything, it's always been instant. And I do use a some amount of template and constexpr for peripheral setup code (computing all the constant values for GPIO config registers with a nice "DSL" of sort for example). |
|