-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ngscopeclient:master' into specans-fixes
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule lib
updated
14 files
+2 −1 | scopehal/CMakeLists.txt | |
+4 −4 | scopehal/OwonXDGFunctionGenerator.cpp | |
+2 −2 | scopehal/OwonXDGFunctionGenerator.h | |
+311 −0 | scopehal/SCPISA.cpp | |
+133 −0 | scopehal/SCPISA.h | |
+26 −3 | scopehal/SCPIUARTTransport.cpp | |
+0 −41 | scopehal/ScopehalUtil.h | |
+52 −13 | scopehal/TektronixOscilloscope.cpp | |
+9 −0 | scopehal/TektronixOscilloscope.h | |
+541 −0 | scopehal/TinySA.cpp | |
+93 −28 | scopehal/TinySA.h | |
+2 −0 | scopehal/scopehal.cpp | |
+2 −1 | scopehal/scopehal.h | |
+1 −1 | xptools |