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

Add Cyphal support for v6x and v6c #23488

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Sep 10, 2024

  1. fmu-v6x: add cyphal

    PonomarevDA committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    3859d10 View commit details
    Browse the repository at this point in the history
  2. fmu-v6c: add cyphal

    PonomarevDA committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    aaf92c1 View commit details
    Browse the repository at this point in the history
  3. fix cyphal socketcan: add MSG_DONTWAIT when calling sendmsg to avoid …

    …blocking Cyphal when no CAN devices are connected
    PonomarevDA committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    4318dbb View commit details
    Browse the repository at this point in the history
  4. remove CONFIG_NET_CAN_RAW_TX_DEADLINE from fmu-v6c and fmu-v6x and ad…

    …d ifndef CONFIG_NET_CAN_RAW_TX_DEADLINE guards in cyphal socketcan driver
    PonomarevDA committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    43add7c View commit details
    Browse the repository at this point in the history
  5. cyphal socketcan driver: treat EAGAIN as a timeout instead of an erro…

    …r to retry sending later
    PonomarevDA committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6f96987 View commit details
    Browse the repository at this point in the history