Part Number: TM4C129ENCPDT
Tool/software: Code Composer Studio
Once upon a time I recall seeing an explanation how to set up TivaWare as a referenced subproject in CCS. But I can't find it. Does anyone know where it is?
What I'm trying to achieve: I have customized some parts of TivaWare. Rather than referencing all its source files from my firmware project directly (which implies that it gets cleaned and built each time, taking a long time), I think putting it in a separate project and referencing the project will allow me to clean and build just my project (without rebuilding TivaWare) or to clean and build the whole workspace. Does that sound correct?