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 Peak CAN driver #14

Open
wants to merge 7 commits into
base: ag/tracing
Choose a base branch
from
Open

Add Peak CAN driver #14

wants to merge 7 commits into from

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    9f0dbdd View commit details
    Browse the repository at this point in the history
  2. clippy: Fix unwrap-or-default lint

    I suspect this lint was added to clippy since we last merged to main,
    and that the CI/CD pipeline uses the latest clippy release.
    Notgnoshi committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    dc2d922 View commit details
    Browse the repository at this point in the history
  3. Whitespace cleanup

    Notgnoshi committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    6ea2476 View commit details
    Browse the repository at this point in the history
  4. Add Peak CAN driver

    builds, driver works, no functional test (no pcan available)
    
    ---------
    
    Co-authored-by: Jannes Brands <jannes@jannesbrands.de>
    Co-authored-by: Austin Gill <notgnoshi@gmail.com>
    Jannes Brands and Notgnoshi committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    c2200b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    753c5aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    548b87a View commit details
    Browse the repository at this point in the history
  7. Disable pcan in CI tests

    Including pcan support in the tests requires the test environment have
    libpcanbasic available, which has to be built from source.
    Notgnoshi committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    623c3eb View commit details
    Browse the repository at this point in the history