tinySA/test/coverage
gdisirio da565f622c New HAL configuration file ported to all demos.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1482 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-12-29 16:22:45 +00:00
..
Makefile Fixed bug 2921120. 2009-12-25 16:15:08 +00:00
board.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1404 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-12-08 21:38:05 +00:00
chconf.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1410 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-12-09 21:34:22 +00:00
halconf.h New HAL configuration file ported to all demos. 2009-12-29 16:22:45 +00:00
main.c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1404 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-12-08 21:38:05 +00:00
readme.txt Added code coverage tool. 2009-04-11 12:59:15 +00:00

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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