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 core address claiming logic #15

Merged
merged 3 commits into from
Sep 25, 2023
Merged

Add core address claiming logic #15

merged 3 commits into from
Sep 25, 2023

Commits on Sep 25, 2023

  1. Add core address claiming logic

    Added the basic address claiming logic.
    Needs still needs to be attached to the driver.
    ad3154 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    50a66e9 View commit details
    Browse the repository at this point in the history
  2. Address claiming cleanup

    Moved a lot of the address claim logic into the control_function file.
    Cleaned up todos involving CanId encoding when creating address claim messages.
    Removed some clippy allows.
    Changed some manual bitshifting to use to_le_bytes.
    Changed some raw integers to be "Pgn" "Address" and other types in driver.
    Still WIP
    ad3154 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    95e8f1b View commit details
    Browse the repository at this point in the history
  3. Changed CFs to be stored as Rc<RefCell<CF>>, more general network man…

    …ager additions
    
    Changed CFs to be stored differently.
    Added a function to send a CAN message.
    Added a way to create an ICF.
    Started adding receive message processing.
    ad3154 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    384dc83 View commit details
    Browse the repository at this point in the history