Merge pull request #695 from fredizzimo/dfu-util_instructions Add dfu-util to the instructions
Merge pull request #693 from fredizzimo/infinity60 Rename infinity_chibios to infinity60, and add readme
Merge pull request #694 from fredizzimo/keyboard_template Fix the keyboard template with new make syntax
Merge pull request #690 from fredizzimo/unit_test Add Unit Testing support
Rename infinity_chibios to infinity60, and add readme
Add dfu-util to the instructions
Fix the keyboard template with new make syntax Also add proper link to the parent
Add unit test documentation
Another attempt to make keyboards and tests in parallel
Make tests and keyboards in two different jobs
Add -p parameter to mkdir So that it's created even when there's a deeper structure
Travis builds the default all target
The all target makes all keyboards and all tests
Support for running and cleaning all tests
Disable map file creation when building tests It causes strange linker warnings on cygwin.
Detect failures when running multiple tests Also add better output.
Convert tirple_buffered_object_tests to GTest
Convert transport_tests to GTest
Convert frame_validator_tests to GTest
Convert frame_router_tests to GTest