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

UART framing API #24335

Closed
wants to merge 6 commits into from
Closed

UART framing API #24335

wants to merge 6 commits into from

Commits on Feb 1, 2024

  1. AP_HAL: uart frame API

    andyp1per committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    0f27377 View commit details
    Browse the repository at this point in the history
  2. AP_HAL_ChibiOS: uart frame API implementation by using IDLE to demarc…

    …ate end of frames
    
    ensure that DMA transfers triggered by IDLE line occur before framing
    start and stop serial device when changing config
    andyp1per committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    b77be50 View commit details
    Browse the repository at this point in the history
  3. AP_RCProtocol: use framing API to decode CRSF

    check sync byte for GHST and CRSF to avoid confusing the two protocols
    do not change baudrate when scanning GHST protocol unless specifically configured
    andyp1per committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    41d652e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b28c8f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. AP_RCProtocol: discriminate GHST and CRSF based on first byte

    do not change to GHST baudrate unless it has been specifically configured
    andyp1per committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    ac73a21 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    f715476 View commit details
    Browse the repository at this point in the history