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
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
cc4a1f3
Added RSSI network dump analyzer
slacrherbst Nov 4, 2022
f7257ba
Update
slacrherbst Nov 4, 2022
bafc1a6
Add link count dump
slacrherbst Nov 5, 2022
79c6515
Add register decode
slacrherbst Nov 29, 2022
9bfc4c3
Change to srpv3
slacrherbst Dec 1, 2022
89a1b44
Merge pull request #1170 from slaclab/rssi_crash
ruck314 Jun 24, 2024
4128e58
linter fix
ruck314 Jun 25, 2024
094058d
Added new AD5541 DAC core. Updated corresponding Ad5541 Python class …
hsandber Jul 5, 2024
5bf5cac
Fixed linting
hsandber Jul 5, 2024
344ac70
Added _Ad5541 to init.
hsandber Jul 5, 2024
53b8fe3
Merge pull request #1172 from slaclab/ad5541-dac
ruck314 Jul 5, 2024
0adc595
bug fix for SsiPrbsRx.WordRate
ruck314 Jul 6, 2024
54301a3
adding CPPLINT.cfg
ruck314 Jul 7, 2024
a8e35fe
xvcSrv is depreciated and replaced by
ruck314 Jul 7, 2024
a1771ff
resolving c++ linter
ruck314 Jul 7, 2024
787ff4f
resolving c++ linter
ruck314 Jul 7, 2024
5c2d0f6
resolving c++ linter
ruck314 Jul 7, 2024
4543369
resolving c++ linter
ruck314 Jul 7, 2024
466d926
resolving c++ linter
ruck314 Jul 7, 2024
97791c6
removing base/general/simlink's VhpiGeneric.c/.h because redundant a…
ruck314 Jul 7, 2024
5e1a27d
resolving c++ linter
ruck314 Jul 7, 2024
f6c463f
resolving c++ linter
ruck314 Jul 7, 2024
5037363
adding *.so to .gitignore
ruck314 Jul 7, 2024
b514b51
resolving c++ linter
ruck314 Jul 7, 2024
2aff277
resolving c++ linter
ruck314 Jul 7, 2024
4d4a3fe
resolving c++ linter
ruck314 Jul 7, 2024
d2585a7
resolving c++ linter
ruck314 Jul 7, 2024
5d1c157
resolving c++ linter
ruck314 Jul 7, 2024
318d1cd
resolving c++ linter
ruck314 Jul 7, 2024
378ded7
resolving c++ linter
ruck314 Jul 7, 2024
e4d4616
resolving c++ linter
ruck314 Jul 7, 2024
af72d8f
resolving c++ linter
ruck314 Jul 7, 2024
e66d4a0
resolving c++ linter
ruck314 Jul 7, 2024
4467d7c
resolving c++ linter
ruck314 Jul 7, 2024
92cedbe
resolving c++ linter
ruck314 Jul 7, 2024
d9abfa6
resolving c++ linter
ruck314 Jul 7, 2024
d4f7a65
adding C/C++ Linter to Ci workflow
ruck314 Jul 7, 2024
b821b6b
resolving c++ linter
ruck314 Jul 7, 2024
abb9eb7
Merge pull request #1173 from slaclab/SsiPrbsRx-patch
ruck314 Jul 10, 2024
15a7282
Merge pull request #1174 from slaclab/cpplinter
ruck314 Jul 10, 2024
74c8236
Update DmaXvcWrapper.vhd's generic from AXIS_CLK_FREQ_G to XVC_CLK_FR…
ruck314 Jul 11, 2024
88d84f1
whitespace removal
ruck314 Jul 11, 2024
766081b
cleaning up DmaXvcWrapper interfaces and confirmed it works with Simp…
ruck314 Jul 11, 2024
a6012a4
bug fix when using ultrascale+ FPGAs
ruck314 Jul 11, 2024
eb37dd7
Merge pull request #1177 from slaclab/ruck314-patch-1
ruck314 Jul 11, 2024
0d9f909
corner case bug fix to prevent a tValid gap for frames inbound to XVC
ruck314 Jul 11, 2024
d0e861a
Merge pull request #1178 from slaclab/PgpXvcWrapper-patch
ruck314 Jul 11, 2024
ea58d84
Bug fix for when VALID_THOLD_G=0
ruck314 Jul 19, 2024
023653a
_LeapXcvrUpperPages.py bug fix
ruck314 Jul 22, 2024
7bc993f
Merge pull request #1179 from slaclab/LeapXcvr-bug-fixes
ruck314 Jul 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/surf_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
python -m compileall -f python/ scripts/ tests/
flake8 --count python/ scripts/ tests/

- name: C/C++ Linter
run: |
find . -name '*.h' -o -name '*.cpp' -o -name '*.c' | xargs cpplint

- name: VHDL Regression Testing
run: |
./ghdl-build.sh > /dev/null 2>&1
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

# Compiled source files
*.o
*.so
*.pyc
*.db
*.swp
Expand Down
22 changes: 22 additions & 0 deletions CPPLINT.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#######################################################
# CPPLINT.cfg
#######################################################

# Increase the max number of characters on a given line
linelength=250

# List of filters to apply
filter=-legal/copyright

# Disable the build/header_guard check
# Note changing header guard has wrong style
# E.g. from __SSI_PRINTF__ to INCLUDE_ROGUE_UTILITIES_MODULE_H_
filter=-build/header_guard

# Disable the readability/casting check
# Because we are using C code
filter=-readability/casting

# Disable the build/include_subdir check
# Because headers are organized in same directory and C code
filter=-build/include_subdir
Loading
Loading