ChibiOS 2.6.8, until I can figure out where to get it from git.

This commit is contained in:
Jared Boone
2015-07-08 08:40:23 -07:00
parent dc6fee8370
commit e1eea8e08a
1929 changed files with 575326 additions and 0 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