Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ngscopeclient/scopehal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 782a9714d47f
Choose a base ref
...
head repository: ngscopeclient/scopehal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9f23b9b28d58
Choose a head ref
  • 1 commit
  • 7 files changed
  • 1 contributor

Commits on Jan 28, 2021

  1. Copy the full SHA
    9f23b9b View commit details
Showing with 927 additions and 3 deletions.
  1. +2 −1 scopehal/CMakeLists.txt
  2. +754 −0 scopehal/PicoOscilloscope.cpp
  3. +147 −0 scopehal/PicoOscilloscope.h
  4. +14 −1 scopehal/SCPISocketTransport.cpp
  5. +7 −0 scopehal/SCPISocketTransport.h
  6. +2 −0 scopehal/scopehal.cpp
  7. +1 −1 xptools
3 changes: 2 additions & 1 deletion scopehal/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -76,8 +76,9 @@ set(SCOPEHAL_SOURCES
DemoOscilloscope.cpp
LeCroyOscilloscope.cpp
MockOscilloscope.cpp
SiglentSCPIOscilloscope.cpp
PicoOscilloscope.cpp
RigolOscilloscope.cpp
SiglentSCPIOscilloscope.cpp
SignalGeneratorOscilloscope.cpp
TektronixOscilloscope.cpp
RohdeSchwarzOscilloscope.cpp
Loading