Hi,
I wanted to see what tools people where using for unit testing their C code for MSP430 development with the IAR IDE. I have been reading up on a few C unit test frameworks - trying to focus on those that claim support for embedded development. A few passively mention integration with IAR, specifically. I've come up with a short list of options, which I wanted to see if anyone has any experience using in this type of development environment.
- Unity (http://sourceforge.net/projects/embunity/)
- CuTest (http://sourceforge.net/projects/cutest/)
- CUnit (http://cunit.sourceforge.net/)
- Check (http://check.sourceforge.net/)
Any recommendations?
thanks
Michael