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 GPS Drivers #4

Open
wants to merge 52 commits into
base: main
Choose a base branch
from
Open

Add GPS Drivers #4

wants to merge 52 commits into from

Commits on Feb 13, 2024

  1. add WIP gps drivers

    EricPedley committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    f1f7d0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    946f8d2 View commit details
    Browse the repository at this point in the history
  3. switch to pvt

    I tested the ECEF polling on EVE and it didn't work, but PVT did.
    EricPedley committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    8d2b2d0 View commit details
    Browse the repository at this point in the history
  4. remove unnecessary files

    EricPedley committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    6150e71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81692b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    9a58e82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    228d388 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5832e52 View commit details
    Browse the repository at this point in the history
  4. ran clang-format

    EricPedley committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    6a962f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    8ec2a07 View commit details
    Browse the repository at this point in the history
  2. rename files to .cc

    EricPedley committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    c10d3fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d32e5c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    050647a View commit details
    Browse the repository at this point in the history
  5. replace i2c header include

    EricPedley committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    7e7e005 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df9ed0e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a561fe View commit details
    Browse the repository at this point in the history
  8. add formatting to comments

    EricPedley committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    cb0b67f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    130b5b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    e178026 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5739f12 View commit details
    Browse the repository at this point in the history
  3. fix comments

    EricPedley committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    6388ca8 View commit details
    Browse the repository at this point in the history
  4. add newline

    EricPedley committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    106088d View commit details
    Browse the repository at this point in the history
  5. decrease column limit

    without doing this, it tried putting `Init` in gps.cc on a single line, which was really dumb.
    EricPedley committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    3a5fe53 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1bd56a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d0c32bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a747683 View commit details
    Browse the repository at this point in the history
  9. succumb to function squashing

    removing args form Init made it shorter than 120 and I just gave up on trying to make it not squash
    EricPedley committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4015ee3 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    38d1f2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04d50ac View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    4e2f6f0 View commit details
    Browse the repository at this point in the history
  2. add extra parens

    EricPedley committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    e91c121 View commit details
    Browse the repository at this point in the history
  3. add ecef conversion helper

    EricPedley committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    df910cc View commit details
    Browse the repository at this point in the history
  4. un-const messages

    EricPedley committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    03be05a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    143f797 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    080f3cb View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. convert coords to ECEF

    EricPedley committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    0df9418 View commit details
    Browse the repository at this point in the history
  2. fix whitespace problem

    EricPedley committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    459a1cc View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. fix math includes

    EricPedley committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    35dbd3f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    27f57f0 View commit details
    Browse the repository at this point in the history
  2. pascal case function names

    EricPedley committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    9e486a0 View commit details
    Browse the repository at this point in the history
  3. fix macros

    EricPedley committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    5f5f7f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b27138 View commit details
    Browse the repository at this point in the history
  5. shorten datasheet link

    EricPedley committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    e049ea2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a8d227 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    345ab6e View commit details
    Browse the repository at this point in the history
  8. fix header order

    EricPedley committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    f44baaf View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. update example

    EricPedley committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a3d3b0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9ef6ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12e6126 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    398572b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25b6347 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    093a5a5 View commit details
    Browse the repository at this point in the history