summaryrefslogtreecommitdiffstats
path: root/serial_link/protocol/byte_stuffer.c
Commit message (Collapse)AuthorAgeFilesLines
* Support for Chibios compilationFred Sundvik2016-02-211-4/+4
| | | | Remove some warnings, change the include paths.
* Start implement routerFred Sundvik2016-02-201-2/+2
|
* Add link parameterFred Sundvik2016-02-201-33/+42
|
* Hide the byte stuffer state inside itFred Sundvik2016-02-171-25/+27
|
* Rename recv_frame to validator_recv_frameFred Sundvik2016-02-141-1/+1
|
* Add byte stuffing send support for large framesFred Sundvik2016-02-141-5/+16
|
* Hanlde sending of zero bytes for small packetsFred Sundvik2016-02-141-4/+23
|
* Add sending of small frames with no zeroesFred Sundvik2016-02-141-1/+11
|
* Add byte stuffer recv handling of too long framesFred Sundvik2016-02-141-5/+12
|
* Bytestuffer recv handling of long framesFred Sundvik2016-02-141-6/+20
|
* Mutiple frame handling for byte stufferFred Sundvik2016-02-141-1/+11
| | | | Also handles unexpected data.
* Implement receive of valid small byte stuffed framesFred Sundvik2016-02-141-1/+35
|
* Rename files to match what they actually doFred Sundvik2016-02-141-0/+29
Also add validator before routing.