Age | Commit message (Collapse) | Author |
|
Fixes memory corruption when the crc happens to match, but the size
doesn't.
|
|
This is disabled by default
|
|
It remains active even if the USB link is suspended or otherwise
temporarilly goes down.
|
|
|
|
In case there's some errors on the link, and the packet gets lost
|
|
|
|
Change init_transport to add_remote_objects, so that it can be
called many times from different places.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove some warnings, change the include paths.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mostly to ensure that the receive and send framing works the same
way. Especially for the special case with 254 non-zeros.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also handles unexpected data.
|