Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 19, 2018 15:05
Show Gist options
  • Save ryantm/3cfd23841be1388c02a3464057c0aa82 to your computer and use it in GitHub Desktop.
Save ryantm/3cfd23841be1388c02a3464057c0aa82 to your computer and use it in GitHub Desktop.
/nix/store/7sh0p0mcw1v6f1r83i7wr7389lv5vm34-limesuite-18.06.0
├── bin
│   ├── basicRX
│   ├── dualRXTX
│   ├── LimeQuickTest
│   ├── LimeSuiteGUI
│   ├── LimeUtil
│   └── singleRX
├── include
│   └── lime
│   ├── ADCUnits.h
│   ├── ADF4002.h
│   ├── ConnectionHandle.h
│   ├── ConnectionRegistry.h
│   ├── dataTypes.h
│   ├── fifo.h
│   ├── FPGA_common.h
│   ├── IConnection.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.18.06-1
│   ├── libLimeSuite.so.18.06.0
│   ├── libLimeSuite.so.18.06-1 -> libLimeSuite.so.18.06.0
│   ├── pkgconfig
│   │   └── LimeSuite.pc
│   ├── SoapySDR
│   │   └── modules0.6
│   │   └── 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, 50 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment