index
:
qmk.git
jworthe-oryx
master
Open-source keyboard firmware for Atmel AVR and Arm USB families. Fork of https://github.com/qmk/qmk_firmware
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-02-14
Start implement frame validator
Fred Sundvik
2016-02-14
Add some full round trip tests
Fred Sundvik
2016-02-14
Add byte stuffing send support for large frames
Fred Sundvik
2016-02-14
Fix name of some unit tests
Fred Sundvik
2016-02-14
Hanlde sending of zero bytes for small packets
Fred Sundvik
2016-02-14
Add sending of small frames with no zeroes
Fred Sundvik
2016-02-14
Add byte stuffer recv handling of too long frames
Fred Sundvik
2016-02-14
Bytestuffer recv handling of long frames
Fred Sundvik
2016-02-14
Mutiple frame handling for byte stuffer
Fred Sundvik
2016-02-14
Implement receive of valid small byte stuffed frames
Fred Sundvik
2016-02-14
Rename files to match what they actually do
Fred Sundvik
2016-02-14
Start implementing data_link
Fred Sundvik
2016-02-14
Use cgreen test runner instead of executables
Fred Sundvik
2016-02-14
Add separate makefile for tests
Fred Sundvik
2016-02-14
Add makefile for compiling and running unit tests
Fred Sundvik
2016-02-14
Add cgreen unit test library and makefile
Fred Sundvik
2016-02-13
Initial commit
fredizzimo