Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 3, 2020 06:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/422eaaf2a727317b72bc9911856a23ad to your computer and use it in GitHub Desktop.
Save r-ryantm/422eaaf2a727317b72bc9911856a23ad to your computer and use it in GitHub Desktop.
/nix/store/gpsqp9n3kzpx9scrk8b28hi5lwvkkrz5-limesuite-20.10.0
├── bin
│   ├── LimeQuickTest
│   ├── LimeSuiteGUI
│   └── LimeUtil
├── include
│   └── lime
│   ├── ADCUnits.h
│   ├── ADF4002.h
│   ├── ConnectionHandle.h
│   ├── ConnectionRegistry.h
│   ├── dataTypes.h
│   ├── fifo.h
│   ├── FPGA_common.h
│   ├── IConnection.h
│   ├── limeRFE.h
│   ├── LimeSuiteConfig.h
│   ├── LimeSuite.h
│   ├── LMS64CCommands.h
│   ├── LMS64CProtocol.h
│   ├── LMS7002M.h
│   ├── LMS7002M_parameters.h
│   ├── LMS7002M_RegistersMap.h
│   ├── lms7_device.h
│   ├── LMSBoards.h
│   ├── Logger.h
│   ├── MCU_BD.h
│   ├── MCU_File.h
│   ├── Si5351C.h
│   ├── Streamer.h
│   ├── SystemResources.h
│   └── VersionInfo.h
├── lib
│   ├── cmake
│   │   └── LimeSuite
│   │   ├── LimeSuiteConfig.cmake
│   │   └── LimeSuiteConfigVersion.cmake
│   ├── libLimeSuite.so -> libLimeSuite.so.20.10-1
│   ├── libLimeSuite.so.20.10.0
│   ├── libLimeSuite.so.20.10-1 -> libLimeSuite.so.20.10.0
│   ├── pkgconfig
│   │   └── LimeSuite.pc
│   ├── SoapySDR
│   │   └── modules0.7
│   │   └── libLMS7Support.so
│   └── udev
│   └── rules.d
│   └── 64-limesuite.rules
└── share
├── Lime
│   └── Desktop
│   ├── install
│   ├── lime-suite-128.png
│   ├── lime-suite-16.png
│   ├── lime-suite-22.png
│   ├── lime-suite-32.png
│   ├── lime-suite-48.png
│   ├── lime-suite-64.png
│   ├── lime-suite.desktop
│   └── uninstall
└── limesuite
├── dtest.hex
├── ptest.hex
└── TestResults.txt
15 directories, 48 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment