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

Fixes a few issues #190

Closed
wants to merge 5 commits into from
Closed

Fixes a few issues #190

wants to merge 5 commits into from

Commits on Aug 12, 2018

  1. Fixed issue where uninitialized memory is send to CAN

    If the passed in buffer is smaller than the "len" argument,
    fix the len argument
    thilo-hub committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    c4c4c77 View commit details
    Browse the repository at this point in the history
  2. Check can write buffer availability

    Need to see if we are allowed to write to the can fifo
    
    TODO: either make it interrupt driven, or at least do an os context switch
    spin-loop's are BAD
    thilo-hub committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    cb09e38 View commit details
    Browse the repository at this point in the history
  3. Documentation fix

    thilo-hub committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    6594959 View commit details
    Browse the repository at this point in the history
  4. Prepare to use run-time configurable can-pins

    Move setup to top and then only use the config values and not the
    #defined ones
    thilo-hub committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    1968c95 View commit details
    Browse the repository at this point in the history
  5. cleanup CAN pin configuration

    Now you can select any pin for the can interface
    thilo-hub committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    59fcd33 View commit details
    Browse the repository at this point in the history