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 (
Collapse
)
Author
2016-02-20
Add master send to specific destinations
Fred Sundvik
2016-02-20
Add complete master broadcast test
Fred Sundvik
2016-02-20
Start implement router
Fred Sundvik
2016-02-20
Add link parameter
Fred Sundvik
2016-02-17
Hide the byte stuffer state inside it
Fred Sundvik
2016-02-14
Use memcpy instead of cast to avoid alignment issues
Fred Sundvik
2016-02-14
Rename route_frame to route_incoming_frame
Fred Sundvik
2016-02-14
Rename recv_frame to validator_recv_frame
Fred Sundvik
2016-02-14
Add validator send frame
Fred Sundvik
2016-02-14
Add crc32 validation of received frames
Fred Sundvik
2016-02-14
Start implement frame validator
Fred Sundvik
2016-02-14
Add some full round trip tests
Fred Sundvik
Mostly to ensure that the receive and send framing works the same way. Especially for the special case with 254 non-zeros.
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
Also handles unexpected data.
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
Also add validator before routing.
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