bdb7f4ab20 | ||
---|---|---|
.. | ||
Makefile | ||
chconf.h | ||
chcore.c | ||
chcore.h | ||
chtypes.h | ||
main.c | ||
readme.txt | ||
serial_lld.c | ||
serial_lld.h |
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