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

Implement Input for Spektrum SRXL2 Receivers #17555

Closed
wants to merge 11 commits into from
Closed

Implement Input for Spektrum SRXL2 Receivers #17555

wants to merge 11 commits into from

Commits on Nov 16, 2021

  1. [rc][srxl][refactor] pull in support for SRXL Input from Kiefer's patch

    Source patch:
    - "srxl/dsm telemetry initial support"
    
    Contributors:
    - Kurt Kiefer <kekiefer@gmail.com> (original commit)
    - Daniel Williams <equipoise@gmail.com> (rebase)
    
    1. remove SRXL telemetry code from this branch
    2. split Spektrum Legacy serial protocol (erroneously labeled `dsm`, currently)
        - revert dsm parser to mainline
    3. SRXL parser is now separate from dsm code
        - src/lib/rc/srxl.h|cpp: C => C++ style (hpp|cpp)
    kekiefer authored and teyrana committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    166fd23 View commit details
    Browse the repository at this point in the history
  2. [rc][srxl][feature] Implement SRXL message handling

    - handshake
    - control channels
    - bind receiver
    - disables control channel mapping
    teyrana committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    392a138 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e81f799 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    412445c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b677a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42683f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba7461f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    791ca24 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    91351f5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    216b28b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6656453 View commit details
    Browse the repository at this point in the history