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

Update CEC decoder: Improve collision detection and add ARC opcodes #85

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 20, 2022

  1. cec: add ARC commands, and improve ERROR detection

    Added HDMI CEC Audio Return Channel feature commands definition.
    Fixed crash when duplicated Start bit is detected.
    Improved handling of incomplete frame reception: receivied bytes
    will be printed.
    All protocol errors warnings prefixed with "ERROR:" for easier
    parsing automation.
    meecash committed May 20, 2022
    Configuration menu
    Copy the full SHA
    2b77407 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Updated authors list

    Jorge Solla committed May 23, 2022
    Configuration menu
    Copy the full SHA
    54252f1 View commit details
    Browse the repository at this point in the history
  2. Update pd.py

    jsolla authored May 23, 2022
    Configuration menu
    Copy the full SHA
    7bd5259 View commit details
    Browse the repository at this point in the history
  3. Update protocoldata.py

    jsolla authored May 23, 2022
    Configuration menu
    Copy the full SHA
    cee65dd View commit details
    Browse the repository at this point in the history