Commit graph

9 commits

Author SHA1 Message Date
Michael Hope 0b4e52e848 Pushed the reference into the demands struct.
Added counters.
Hooked the link statistics into the counters.
2014-01-14 19:57:54 +01:00
Michael Hope f90a8ec73c Changed to a data register empty interrupt.
Shifted the first byte transmit to the interrupt handler.
2013-12-31 22:00:51 +01:00
Michael Hope e064b6931b Bump the RX buffer size to handle the 8 byte demand message. 2013-12-29 18:46:12 +01:00
Michael Hope 662b71418a Split the link TX and RX buffer sizes.
Increase the TX buffer size to fit a long version.
2013-12-28 21:18:32 +01:00
Michael Hope adb805860e Updated everything to the Google style (yay cpplint!).
Deleted the unused code.
2013-12-27 21:35:37 +01:00
Michael Hope 4ec2551835 Changed the XOR value so a escape doesn't become a null.
Added (untested) receive support to Link.
Added simple message dispatch.
Added a ping/pong handler for testing.
2013-12-20 21:16:01 +01:00
Michael Hope 34928e2772 Add the transmit part of the serial link.
Expand the heartbeat to include time and state.
2013-12-17 21:47:44 +01:00
Michael Hope ff22d9982b Reworking the roverif to be more suited to the ATMEGA. 2013-12-17 20:48:07 +01:00
Michael Hope 02a22b48bf Hack around so the roverif builds on the ATMEGA. 2013-12-16 21:20:15 +01:00