Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sparkfun/SparkFun_u-blox_GNSS_Arduino_Library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4e542ba
Choose a base ref
...
head repository: sparkfun/SparkFun_u-blox_GNSS_Arduino_Library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cdb93d1
Choose a head ref
  • 15 commits
  • 5 files changed
  • 2 contributors

Commits on Jun 27, 2021

  1. Improved state management - member functions on packet buffers indica…

    …te if the class and ID match, rather than using flags that get set during the process and processUBX functions. Still some tidy-up required, but makes debugging and maintenance easier and helps prevents some race conditions/panics/crashes (due to writing data where it shouldn't be written)!
    aberridg committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    a92139c View commit details
    Browse the repository at this point in the history
  2. Removed classAndIdMatch flag on packet buffers. Gradually moving stat…

    …e management out of the process and processUBX functions.
    aberridg committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    a1ca3d4 View commit details
    Browse the repository at this point in the history
  3. Removing class/ID match checking from processUBX. All checking now do…

    …ne much higher up the call chain
    aberridg committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    87b641c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa4af6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e88f1c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #45 from aberridg/modify-state-management-aberridg

    Modify state management - thanks you @aberridg
    PaulZC authored Jun 27, 2021
    Configuration menu
    Copy the full SHA
    2d502ec View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    20b2f44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f962e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

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

Commits on Jul 3, 2021

  1. Merge pull request #50 from aberridg/release_candidate_v2.1_modified_…

    …state_management
    
    Fixes for checking for ack packet only
    PaulZC authored Jul 3, 2021
    Configuration menu
    Copy the full SHA
    7f2384b View commit details
    Browse the repository at this point in the history
  2. Add more expectACKonly = true

    PaulZC committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    8c2fbf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b04481 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac07f9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4fdb585 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cdb93d1 View commit details
    Browse the repository at this point in the history
Loading