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

Release Candidate v2.49.0 #1171

Merged
merged 50 commits into from
Jul 23, 2024
Merged

Release Candidate v2.49.0 #1171

merged 50 commits into from
Jul 23, 2024

Commits on Nov 4, 2022

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

    slacrherbst committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    f7257ba View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Add link count dump

    slacrherbst committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    bafc1a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Add register decode

    slacrherbst committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    79c6515 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Change to srpv3

    slacrherbst committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    9bfc4c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Merge pull request #1170 from slaclab/rssi_crash

    Adding rssi_network_analyzer.py
    ruck314 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    89a1b44 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. linter fix

    ruck314 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4128e58 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    094058d View commit details
    Browse the repository at this point in the history
  2. Fixed linting

    hsandber committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    5bf5cac View commit details
    Browse the repository at this point in the history
  3. Added _Ad5541 to init.

    hsandber committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    344ac70 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1172 from slaclab/ad5541-dac

    Create AD5541 DAC
    ruck314 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    53b8fe3 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

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

Commits on Jul 7, 2024

  1. adding CPPLINT.cfg

    ruck314 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    54301a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8e35fe View commit details
    Browse the repository at this point in the history
  3. resolving c++ linter

    Found C system header after other header. Should be: ssi_printf.h, c system, c++ system, other.  [build/include_order]
    ruck314 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    a1771ff View commit details
    Browse the repository at this point in the history
  4. resolving c++ linter

    Disable the build/header_guard check
    ruck314 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    787ff4f View commit details
    Browse the repository at this point in the history
  5. resolving c++ linter

    Disable the readability/casting check
    ruck314 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    5c2d0f6 View commit details
    Browse the repository at this point in the history
  6. resolving c++ linter

    Tab found; better to use spaces  [whitespace/tab]
    ruck314 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    4543369 View commit details
    Browse the repository at this point in the history
  7. resolving c++ linter

    Extra space before ( in function call  [whitespace/parens]
    ruck314 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    466d926 View commit details
    Browse the repository at this point in the history
  8. removing base/general/simlink's VhpiGeneric.c/.h because redundant an…

    …d obsolete to axi/simlink/src/VhpiGeneric.c/.h
    ruck314 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    97791c6 View commit details
    Browse the repository at this point in the history
  9. resolving c++ linter

    Weird number of spaces at line-start.  [whitespace/indent]
    ruck314 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    5e1a27d View commit details
    Browse the repository at this point in the history
  10. resolving c++ linter

    Missing space after ,  [whitespace/comma]
    ruck314 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    f6c463f View commit details
    Browse the repository at this point in the history
  11. adding *.so to .gitignore

    ruck314 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    5037363 View commit details
    Browse the repository at this point in the history
  12. resolving c++ linter

    Disable the build/include_subdir check
    ruck314 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    b514b51 View commit details
    Browse the repository at this point in the history
  13. resolving c++ linter

    At least two spaces is best between code and comments  [whitespace/comments]
    ruck314 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    2aff277 View commit details
    Browse the repository at this point in the history
  14. resolving c++ linter

    Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line]
    ruck314 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    4d4a3fe View commit details
    Browse the repository at this point in the history
  15. resolving c++ linter

    Missing spaces around XXX operator [whitespace/operators]
    ruck314 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    d2585a7 View commit details
    Browse the repository at this point in the history
  16. resolving c++ linter

    If an else has a brace on one side, it should have it on both  [readability/braces]
    ruck314 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    5d1c157 View commit details
    Browse the repository at this point in the history
  17. resolving c++ linter

    'time.h' already included at ./axi/simlink/src/RogueTcpStream.c:13  [build/include]
    ruck314 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    318d1cd View commit details
    Browse the repository at this point in the history
  18. resolving c++ linter

    'time.h' already included at ./axi/simlink/src/RogueTcpStream.c:13  [whitespace/braces]
    ruck314 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    378ded7 View commit details
    Browse the repository at this point in the history
  19. resolving c++ linter

    Could not find a newline character at the end of the file.  [whitespace/ending_newline]
    ruck314 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    e4d4616 View commit details
    Browse the repository at this point in the history
  20. resolving c++ linter

    Else clause should never be on same line as else (use 2 lines)  [whitespace/newline]
    ruck314 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    af72d8f View commit details
    Browse the repository at this point in the history
  21. resolving c++ linter

    Semicolon defining empty statement. Use {} instead.  [whitespace/semicolon]
    ruck314 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    e66d4a0 View commit details
    Browse the repository at this point in the history
  22. resolving c++ linter

    Use int16/int64/etc, rather than the C type long  [runtime/int]
    ruck314 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    4467d7c View commit details
    Browse the repository at this point in the history
  23. resolving c++ linter

    Almost always, snprintf is better than strcpy  [runtime/printf]
    ruck314 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    92cedbe View commit details
    Browse the repository at this point in the history
  24. resolving c++ linter

    Never use sprintf. Use snprintf instead.  [runtime/printf]
    ruck314 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    d9abfa6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d4f7a65 View commit details
    Browse the repository at this point in the history
  26. resolving c++ linter

    Weird number of spaces at line-start.  [whitespace/indent]
    ruck314 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    b821b6b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Merge pull request #1173 from slaclab/SsiPrbsRx-patch

    bug fix for SsiPrbsRx.WordRate
    ruck314 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    abb9eb7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1174 from slaclab/cpplinter

    General C/C++ Updates
    ruck314 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    15a7282 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Update DmaXvcWrapper.vhd's generic from AXIS_CLK_FREQ_G to XVC_CLK_FR…

    …EQ_G
    
    ### Description
    - AXIS_CLK_FREQ_G is misleading name because generic is associated with the xvcClk (not axisClk) at surf.UdpDebugBridgeWrapper
    - Renaming this generic to XVC_CLK_FREQ_G
    ruck314 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    74c8236 View commit details
    Browse the repository at this point in the history
  2. whitespace removal

    ruck314 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    88d84f1 View commit details
    Browse the repository at this point in the history
  3. cleaning up DmaXvcWrapper interfaces and confirmed it works with Simp…

    …le-10GbE-RUDP-KCU105-Example
    ruck314 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    766081b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6012a4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1177 from slaclab/ruck314-patch-1

    Update DmaXvcWrapper.vhd
    ruck314 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    eb37dd7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d9f909 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1178 from slaclab/PgpXvcWrapper-patch

    Update PgpXvcWrapper.vhd
    ruck314 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    d0e861a View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

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

Commits on Jul 22, 2024

  1. _LeapXcvrUpperPages.py bug fix

    it should be  not
    ruck314 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    023653a View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Merge pull request #1179 from slaclab/LeapXcvr-bug-fixes

    _LeapXcvrUpperPages.py bug fix
    ruck314 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    7bc993f View commit details
    Browse the repository at this point in the history