Part Number: TM4C1294NCPDT
Tool/software: Code Composer Studio
Until now I have only done manual testing of my C code, on the target device (Cortex M4 microcontrollers in this case). Now I would like to build a version of my project that will run natively (x86 Linux) so that I can do automated testing with mock hardware devices. It would be very nice if I could configure CCS to automatically do regression testing when I compile.
I have searched for materials that explain how to do this, but couldn't find any. Can anyone point me towards the documentation for doing this kind of testing with CCS? Thanks.