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

Fix: Assign bitrate and loopback on for Socketcan #662

Merged
merged 2 commits into from
Aug 30, 2023

Commits on Aug 13, 2023

  1. Fix: Assign bitrate and loopback on for Socketcan

    Two changes are made in this commit.
    1. For most of devices with Can hardware component, the Can interface
       cannot be brought up if the bitrate is not given. Therefore, I
       assign the bitrate for eff and sff local socketcan tests like what
       the remote socketcan tests do.
    2. For local Socketcan test, loopback is the must need parameter be
       assigned before bringing the Can interface up.
    baconYao committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    afe7ee3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

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