Imported ChibiOS/RT 2.0.6.

This commit is contained in:
NIIBE Yutaka
2010-11-22 14:53:37 +09:00
parent 6e6d97db5f
commit 2c672210ff
2349 changed files with 21327 additions and 14472 deletions

View File

@@ -0,0 +1,6 @@
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