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

[EXPERIMENTAL] Argo WREM2 - changed proto msg size: 96->90 bits #2136

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Aug 30, 2024

  1. Argo WREM2 - changed proto msg size: 96->90 bits

    Includes `matchBytes()` change to be able to work with non-byte-aligned bit lengths.
    
    Signed-off-by: Mateusz Bronk <[email protected]>
    mbronk committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    6461a31 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Added new UT cases for Argo WREM2

    From captures in issue crankyoldgit#2133 (confirmed valid by the OP)
    
    Signed-off-by: Mateusz Bronk <[email protected]>
    mbronk committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    95e5bc4 View commit details
    Browse the repository at this point in the history
  2. Removed "off by one" suspect note from UT

    Reason: OP confirmed the temp value readings are correct.
    
    Signed-off-by: Mateusz Bronk <[email protected]>
    mbronk committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    9c51ac4 View commit details
    Browse the repository at this point in the history
  3. Added new UT cases for Argo WREM2

    From captures in issue crankyoldgit#1859
    
    Signed-off-by: Mateusz Bronk <[email protected]>
    mbronk committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    6e0ee2b View commit details
    Browse the repository at this point in the history