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

Second try at adding PTP support #462

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

Commits on Oct 10, 2023

  1. initial commit, adding timestamping

    Harishguna Satgunarajah committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0c80c09 View commit details
    Browse the repository at this point in the history
  2. copying ptp folder from first try

    Harishguna Satgunarajah committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    80f6474 View commit details
    Browse the repository at this point in the history
  3. moving ptp folder, making pub

    Harishguna Satgunarajah committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    bda242d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. adding ptp frame functions

    Harishguna Satgunarajah committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    332c8e5 View commit details
    Browse the repository at this point in the history
  2. adding meta

    Harishguna Satgunarajah committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    2f1f7d7 View commit details
    Browse the repository at this point in the history
  3. removing packed for ptp frame

    Harishguna Satgunarajah committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    6389de8 View commit details
    Browse the repository at this point in the history
  4. making ptp new func pub

    Harishguna Satgunarajah committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4a28d5d View commit details
    Browse the repository at this point in the history
  5. saving the frames in consume

    Harishguna Satgunarajah committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a7dac3e View commit details
    Browse the repository at this point in the history
  6. interrupt change

    Harishguna Satgunarajah committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9145d29 View commit details
    Browse the repository at this point in the history
  7. fixing assert to allow tx transmit flag

    Harishguna Satgunarajah committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    68f694f View commit details
    Browse the repository at this point in the history
  8. enabling more interrupts

    Harishguna Satgunarajah committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    75f8a8a View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. easier debug

    Harishguna Satgunarajah committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    654bf35 View commit details
    Browse the repository at this point in the history
  2. removing some differences with original

    Harishguna Satgunarajah committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    65fa71f View commit details
    Browse the repository at this point in the history
  3. moving based on pinned rev

    Harishguna Satgunarajah committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c568346 View commit details
    Browse the repository at this point in the history
  4. release timestamp desc fix?

    Harishguna Satgunarajah committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    a2cc738 View commit details
    Browse the repository at this point in the history
  5. trying fix

    Harishguna Satgunarajah committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    4df7909 View commit details
    Browse the repository at this point in the history
  6. removing as ref

    Harishguna Satgunarajah committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    3efec7f View commit details
    Browse the repository at this point in the history
  7. separate into buf

    Harishguna Satgunarajah committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    dd87925 View commit details
    Browse the repository at this point in the history
  8. ref fix

    Harishguna Satgunarajah committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    44c104c View commit details
    Browse the repository at this point in the history
  9. moving arround to prevent double borrow

    Harishguna Satgunarajah committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    2df57f2 View commit details
    Browse the repository at this point in the history
  10. trying 2:1 priority ratio

    Harishguna Satgunarajah committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    a70d674 View commit details
    Browse the repository at this point in the history
  11. demand poll on rx desc unavailable

    Harishguna Satgunarajah committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    11a3125 View commit details
    Browse the repository at this point in the history
  12. adding another stop possibility

    Harishguna Satgunarajah committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    9303650 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. trying without release timestamp desc

    Harishguna Satgunarajah committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    8a57316 View commit details
    Browse the repository at this point in the history
  2. switching ptp frame storage method

    Harishguna Satgunarajah committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    ae08c2c View commit details
    Browse the repository at this point in the history
  3. start searching after write pos

    Harishguna Satgunarajah committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    a42a251 View commit details
    Browse the repository at this point in the history
  4. prevent overflow

    Harishguna Satgunarajah committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    8c8eeaa View commit details
    Browse the repository at this point in the history
  5. Revert "prevent overflow"

    This reverts commit 8c8eeaa.
    Harishguna Satgunarajah committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    6643b79 View commit details
    Browse the repository at this point in the history
  6. Revert "start searching after write pos"

    This reverts commit a42a251.
    Harishguna Satgunarajah committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    96bb144 View commit details
    Browse the repository at this point in the history
  7. FIX BUG IN WRITE_POS INCREMENT

    Harishguna Satgunarajah committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    281a528 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e500280 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. support tail tagging with ptp messages

    Harishguna Satgunarajah committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    7904632 View commit details
    Browse the repository at this point in the history
  2. bug fix

    Harishguna Satgunarajah committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    4378b22 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. smoltcp upgrade?

    Harishguna Satgunarajah committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    fad1ac0 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. transmit timestamp bug fix

    Harishguna Satgunarajah committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f7d7148 View commit details
    Browse the repository at this point in the history