Overview

Request 594892 accepted

- Cleanup with spec-cleaner
- Update to version 18.04.0
* Fixed Tx filter calibration
* Fixed FPGA PLL configuration when B channel is disabled
* Fixed non-working controls in LimeSuiteGUI 'TRX Gain' tab
* Changed CGEN VCO tune algorithm
* LimeSDR-USB v1.4 updated to r2.16 gateware
- Add patch:
* limesuite-fix-cmake-path.patch
- Update to version 18.03.0
SoapyLMS changes:
* Do not tune NCO when LO is within tuning range
* Filter BW reported to match filtersCalibration
* Function implementations changed to use same code as LMS API

LimeSuiteGUI changes:
* Added log levels
* Added additional controls to SPI panel
* Reduced number of programming modes in Programming panel

LimeSuite library changes:
* Added LimeSDR-Mini programming
* Changed default settings for LimeSDR-Mini
* Updated calibrations
* Add phase alignment for dual channel configuration
* Updated FPGA PLL configuration
* Fix B channel only streaming
* Fixed LMS7002M::GetPathRFE for LNAH case
* Fixed CGEN not tuning to 484-487 MHz

LMS API changes:
* LMS_Open() can no longer succeed without connecting to hardware
* LMS_Disconnect() and LMS_IsOpen() are now deprecated because of above change
* Changed firmware/gateware programming functions
* Changed lms_dev_info_t structure
* LMS_SetLOFrequency() now attempts to set different frequencies for A/B channels using NCO
* Fix Rx NCO direction flip (downconvert flag used to set Rx NCO to upconvert)
* Disabling LPF is now same as setting it to maximum bandwidth
* Extented gain range for LMS_SetGaindB()

Other changes:
* Reduce SIMD flags when packaging for x86
* LimeSDR-USB v1.4 updated to r2.15 gateware
* LimeSDR-Mini v1.1 updated to r1.24 gateware
- Add limesuite-fix-cmake-path.patch
- Update to version 17.12.0
SoapyLMS changes:
* Force MIMO alignment
* Add TBB frontend gain configuration
* Fix/adjust gain ranges
LMS API changes:
* Increased USB timeouts
* Updated FTDI library (LimeSDR-Mini on Windows)
* RF switch control for LimeSDR-Mini
* Updated setup/destruction of streams
* various bug fixes
LimeSuiteGUI changes:
* Update LimeSDR-Mini panel
- Update descriptions.
- Use SSE-SIMD-FLAGS only on x86_64 machines
- Update to version 17.10.0
SoapyLMS changes:
* Initial support for LimeSDR-Mini
* Disable calibration cache by default
LMS API changes:
* Initial support for LimeSDR-Mini
LimeSuiteGUI changes:
* Added scrollbars
* Fix multiple crashes that occured when board is not connected
* Bring window to front when trying to open already opened window
* Some cosmetic GUI changes
* Added default config button to GUI
Other changes:
* LimeSDR v1.4 updated to r2.11 gateware
- Build with -DENABLE_SIMD_FLAGS="SSE4.2" to avoid the new default
optimization settings "-mmarch=native" otherwise it the binaries
are expected to crash on machines different from the build hosts.
- Update to version 17.09.1
SoapyLMS changes:
- SoapyLMS7 caches stream enable and disables on close
- Fixed late packet reporting in SoapyLMS7 stream status

LMS API changes:
- Added simple GPIO example utilizing functions from LimeSuite.h
- Fixed WriteStream() end of burst flushing in fifo.h
- Fixed abs() overload compiler issue in lms7_device.cpp
- Removed private include in mcu_program/host_src/main.cpp
- Fixed error checking bug causing compilation error on MacOS in
LMS_GetGaindB() and LMS_GetNormalizedGain()

Other changes:
- LimeSDR v1.4 updated to r2.10 gateware
- Update to version 17.09.0
LimeSuite library changes:
- Added transfer size adjustment based on sample rate
- Improved MCU calibration procedures
- Initial support for LimeSDR-QPCIe
- Changed format to 16 bit for data transfer when float (non-native) format
is selected in API

LMS API changes:
- Added external reference clock(LMS_CLOCK_EXTREF) configuration to
LMS_SetClockFreq()
- Change LMS_SetGaindB() and LMS_SetNormalizedGain() to select optimal
TBB gain for TX
- Fixed LMS_GetStreamStatus() not returning some status values

LimeSuiteGUI changes:
- Unified read/write params in board controls panel
- Fixed some GUI fields not updating correctly/reporting wrong values

Other changes:
- LimeSDR v1.4 updated to r2.9 gateware
- Added LMS API doxygen generation to CMake
- Added CMake option to enable compiler SIMD flags
- Update to version 17.06.0
API additions:
- LMS_GPIODirRead
- LMS_GPIODirWrite
- LMS_CalibrateInternalADC
- LMS_CalibrateAnalogRSSIDC
- LMS_CalibrateRP_BIAS
- LMS_CalibrateTxGain
- LMS_SetClockFreqWithSpurCancelation

General changes:
- SoapyLMS7 - added getMasterClockRates()
- SoapyLMS7 - added getSampleRateRange()
- LimeSDR v1.4 updated to r2.8 gateware
- GPIO support in SoapyLM7 module
- Library level logging support
- Speed up x640,x641 spi
- FFTviewer: add checkbox for RX->TX loopback control
- Merged major MCU based calibrations update
- Update soapy-module version 0.5-2 -> 0.6
- Update to version 17.02.2
- Fixed register typo in LMS7002M::SetTxDCOffset()
- Added option defaults for stream args in SoapyLMS7
- Fixed LMS7002M::GetPathRFE() currently selected path
- initial package, version 17.02.1

Loading...
Request History
Martin Pluskal's avatar

pluskalm created request

- Cleanup with spec-cleaner
- Update to version 18.04.0
* Fixed Tx filter calibration
* Fixed FPGA PLL configuration when B channel is disabled
* Fixed non-working controls in LimeSuiteGUI 'TRX Gain' tab
* Changed CGEN VCO tune algorithm
* LimeSDR-USB v1.4 updated to r2.16 gateware
- Add patch:
* limesuite-fix-cmake-path.patch
- Update to version 18.03.0
SoapyLMS changes:
* Do not tune NCO when LO is within tuning range
* Filter BW reported to match filtersCalibration
* Function implementations changed to use same code as LMS API

LimeSuiteGUI changes:
* Added log levels
* Added additional controls to SPI panel
* Reduced number of programming modes in Programming panel

LimeSuite library changes:
* Added LimeSDR-Mini programming
* Changed default settings for LimeSDR-Mini
* Updated calibrations
* Add phase alignment for dual channel configuration
* Updated FPGA PLL configuration
* Fix B channel only streaming
* Fixed LMS7002M::GetPathRFE for LNAH case
* Fixed CGEN not tuning to 484-487 MHz

LMS API changes:
* LMS_Open() can no longer succeed without connecting to hardware
* LMS_Disconnect() and LMS_IsOpen() are now deprecated because of above change
* Changed firmware/gateware programming functions
* Changed lms_dev_info_t structure
* LMS_SetLOFrequency() now attempts to set different frequencies for A/B channels using NCO
* Fix Rx NCO direction flip (downconvert flag used to set Rx NCO to upconvert)
* Disabling LPF is now same as setting it to maximum bandwidth
* Extented gain range for LMS_SetGaindB()

Other changes:
* Reduce SIMD flags when packaging for x86
* LimeSDR-USB v1.4 updated to r2.15 gateware
* LimeSDR-Mini v1.1 updated to r1.24 gateware
- Add limesuite-fix-cmake-path.patch
- Update to version 17.12.0
SoapyLMS changes:
* Force MIMO alignment
* Add TBB frontend gain configuration
* Fix/adjust gain ranges
LMS API changes:
* Increased USB timeouts
* Updated FTDI library (LimeSDR-Mini on Windows)
* RF switch control for LimeSDR-Mini
* Updated setup/destruction of streams
* various bug fixes
LimeSuiteGUI changes:
* Update LimeSDR-Mini panel
- Update descriptions.
- Use SSE-SIMD-FLAGS only on x86_64 machines
- Update to version 17.10.0
SoapyLMS changes:
* Initial support for LimeSDR-Mini
* Disable calibration cache by default
LMS API changes:
* Initial support for LimeSDR-Mini
LimeSuiteGUI changes:
* Added scrollbars
* Fix multiple crashes that occured when board is not connected
* Bring window to front when trying to open already opened window
* Some cosmetic GUI changes
* Added default config button to GUI
Other changes:
* LimeSDR v1.4 updated to r2.11 gateware
- Build with -DENABLE_SIMD_FLAGS="SSE4.2" to avoid the new default
optimization settings "-mmarch=native" otherwise it the binaries
are expected to crash on machines different from the build hosts.
- Update to version 17.09.1
SoapyLMS changes:
- SoapyLMS7 caches stream enable and disables on close
- Fixed late packet reporting in SoapyLMS7 stream status

LMS API changes:
- Added simple GPIO example utilizing functions from LimeSuite.h
- Fixed WriteStream() end of burst flushing in fifo.h
- Fixed abs() overload compiler issue in lms7_device.cpp
- Removed private include in mcu_program/host_src/main.cpp
- Fixed error checking bug causing compilation error on MacOS in
LMS_GetGaindB() and LMS_GetNormalizedGain()

Other changes:
- LimeSDR v1.4 updated to r2.10 gateware
- Update to version 17.09.0
LimeSuite library changes:
- Added transfer size adjustment based on sample rate
- Improved MCU calibration procedures
- Initial support for LimeSDR-QPCIe
- Changed format to 16 bit for data transfer when float (non-native) format
is selected in API

LMS API changes:
- Added external reference clock(LMS_CLOCK_EXTREF) configuration to
LMS_SetClockFreq()
- Change LMS_SetGaindB() and LMS_SetNormalizedGain() to select optimal
TBB gain for TX
- Fixed LMS_GetStreamStatus() not returning some status values

LimeSuiteGUI changes:
- Unified read/write params in board controls panel
- Fixed some GUI fields not updating correctly/reporting wrong values

Other changes:
- LimeSDR v1.4 updated to r2.9 gateware
- Added LMS API doxygen generation to CMake
- Added CMake option to enable compiler SIMD flags
- Update to version 17.06.0
API additions:
- LMS_GPIODirRead
- LMS_GPIODirWrite
- LMS_CalibrateInternalADC
- LMS_CalibrateAnalogRSSIDC
- LMS_CalibrateRP_BIAS
- LMS_CalibrateTxGain
- LMS_SetClockFreqWithSpurCancelation

General changes:
- SoapyLMS7 - added getMasterClockRates()
- SoapyLMS7 - added getSampleRateRange()
- LimeSDR v1.4 updated to r2.8 gateware
- GPIO support in SoapyLM7 module
- Library level logging support
- Speed up x640,x641 spi
- FFTviewer: add checkbox for RX->TX loopback control
- Merged major MCU based calibrations update
- Update soapy-module version 0.5-2 -> 0.6
- Update to version 17.02.2
- Fixed register typo in LMS7002M::SetTxDCOffset()
- Added option defaults for stream args in SoapyLMS7
- Fixed LMS7002M::GetPathRFE() currently selected path
- initial package, version 17.02.1


Saul Goodman's avatar

licensedigger accepted review

ok


Factory Auto's avatar

factory-auto added opensuse-review-team as a reviewer

Please review sources


Factory Auto's avatar

factory-auto added repo-checker as a reviewer

Please review build success


Factory Auto's avatar

factory-auto accepted review

Check script succeeded


Staging Bot's avatar

staging-bot added openSUSE:Factory:Staging:adi:75 as a reviewer

Being evaluated by staging project "openSUSE:Factory:Staging:adi:75"


Staging Bot's avatar

staging-bot accepted review

Picked openSUSE:Factory:Staging:adi:75


Repo Checker's avatar

repo-checker accepted review

cycle and install check passed


Jan Engelhardt's avatar

jengelh accepted review


Staging Bot's avatar

staging-bot accepted review

ready to accept


Staging Bot's avatar

staging-bot approved review

ready to accept


Yuchen Lin's avatar

maxlin_factory accepted request

Accept to openSUSE:Factory

openSUSE Build Service is sponsored by