e7e79a6ccb
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2827 35acf78f-673a-0410-8e92-d51de3d6d3f4 |
||
---|---|---|
.. | ||
Makefile | ||
chconf.h | ||
halconf.h | ||
main.c | ||
readme.txt |
readme.txt
In order to compute the code coverage: - Build the test application: make - Run the test suite: ch - Compute the code coverage: make gcov - Clear everything: make clean