Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync issue when host sends multiple signon requests #8133

Closed
wants to merge 3 commits into from

Commits on Oct 25, 2018

  1. Sync issue when host sends multiple signon requests

    If the host sends a signon but does not get a SYNC response it will send again. This will lead to being out of sync with data in the rx buffer that is not consumed. To avoid this we consume all extra host bytes before sending a INSYNC reply.
    f34rdotcom authored Oct 25, 2018
    Configuration menu
    Copy the full SHA
    4d469a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. Update build/shared/examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino

    Co-Authored-By: f34rdotcom <coder@f34r.com>
    per1234 and f34rdotcom authored Oct 26, 2018
    Configuration menu
    Copy the full SHA
    484ee34 View commit details
    Browse the repository at this point in the history
  2. Update build/shared/examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino

    Co-Authored-By: f34rdotcom <coder@f34r.com>
    per1234 and f34rdotcom authored Oct 26, 2018
    Configuration menu
    Copy the full SHA
    faf1b6a View commit details
    Browse the repository at this point in the history