Projects
osmocom:nightly
limesuite
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 493
View file
limesuite_22.09.1.17.4828.202310232026.dsc -> limesuite_23.10.0.202310242026.dsc
Changed
@@ -1,8 +1,8 @@ Format: 3.0 (native) Source: limesuite -Binary: liblimesuite22.09-1, liblimesuite-dev, limesuite, soapysdr-module-lms7, soapysdr0.7-module-lms7, limesuite-udev, limesuite-images22.09, limesuite-images +Binary: liblimesuite23.10-1, liblimesuite-dev, limesuite, soapysdr-module-lms7, soapysdr0.7-module-lms7, limesuite-udev, limesuite-images23.10, limesuite-images Architecture: any all -Version: 22.09.1.17.4828.202310232026 +Version: 23.10.0.202310242026 Maintainer: Lime Microsystems <apps@limemicro.com> Homepage: https://myriadrf.org/projects/lime-suite/ Standards-Version: 4.1.1 @@ -11,16 +11,16 @@ Build-Depends: debhelper (>= 9.0.0), cmake (>= 3.1.3), libusb-1.0-0-dev, libwxgtk3.0-dev | libwxgtk3.0-gtk3-dev | libwxgtk3.2-dev, libsoapysdr-dev, freeglut3-dev, libfltk1.3-dev, fluid Package-List: liblimesuite-dev deb libdevel optional arch=any - liblimesuite22.09-1 deb libs optional arch=any + liblimesuite23.10-1 deb libs optional arch=any limesuite deb comm optional arch=any limesuite-images deb libs optional arch=any - limesuite-images22.09 deb libs optional arch=any + limesuite-images23.10 deb libs optional arch=any limesuite-udev deb libs optional arch=any soapysdr-module-lms7 deb libs optional arch=all soapysdr0.7-module-lms7 deb comm optional arch=any Checksums-Sha1: - 3fd1657896a5e2ff133d59202b6bd2eca856e0b3 4065508 limesuite_22.09.1.17.4828.202310232026.tar.xz + 56c28623847d87af494c97303b4c5f67d8671cbc 4064340 limesuite_23.10.0.202310242026.tar.xz Checksums-Sha256: - 590fe2413946f0a2f01634feeaf181341a64d9343a0755947487443d82c7ac76 4065508 limesuite_22.09.1.17.4828.202310232026.tar.xz + 71c1ea955a48f8bd5e606a55cd85cea8afe4824ff05e85e25076b468d2bcce38 4064340 limesuite_23.10.0.202310242026.tar.xz Files: - cd069218292ff07248863e0923eae2bd 4065508 limesuite_22.09.1.17.4828.202310232026.tar.xz + e63c4d61001d48b30dc848f078a4ee7a 4064340 limesuite_23.10.0.202310242026.tar.xz
View file
limesuite_22.09.1.17.4828.202310232026.tar.xz/.tarball-version -> limesuite_23.10.0.202310242026.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -22.09.1.17-4828.202310232026 +23.10.0.202310242026
View file
limesuite_22.09.1.17.4828.202310232026.tar.xz/Changelog.txt -> limesuite_23.10.0.202310242026.tar.xz/Changelog.txt
Changed
@@ -1,9 +1,20 @@ +Release 23.10.0 (2023-10-23) +========================== + +- API version info in src/VersionInfo.h +- SoapyLMS7: added reference clock and clock source functions +- Fix usage of -march=native compile flag +- Fix hard-to-read log text on dark mode themes +- Fix OpenGL graph on Retina displays +- GCC and MSVC warning fixes +- Fix CMAKE_AUTOSET_INSTALL_RPATH option + Release 22.09.1 (2022-10-15) ========================== Minor updates missed in previous release: -- API version info in src/VersionInfo.h +- API version info in src/VersionInfo.h - Debian packaging - Doxygen change log @@ -132,7 +143,7 @@ LimeSuite library changes: - Added support for LimeNet-Micro v2.1 -- Fixed Tx ch.B calibration when Rx ch.B is disabled +- Fixed Tx ch.B calibration when Rx ch.B is disabled - Added save and restore of analog DC/IQ calibration values when saving/loading INI file - Fixed Rx only mode not working on LimeSDR-USB with sample rate <2.5 MSps - Fixed Rx only mode not working on LimeSDR-USB with sample rate <2.5 MSps @@ -159,7 +170,7 @@ - Add initial support for LimeNET-Micro - Add auto RF path selection option (LMS_PATH_AUTO) for LMS_SetAntenna() - Remove LMS_Disconnect() and LMS_IsOpen() functions from API -- Add support for sending smaller Tx packets (improve end of burst handling) +- Add support for sending smaller Tx packets (improve end of burst handling) - Change Rx RF path set by LMS_Init() for LimeSDR-USB to LNA_L - Disable Tx channel in LMS_Init() @@ -194,7 +205,7 @@ - Add FPGA register cache - Add connection remote (disabled by default) - Fix incorrect TBB gain control behaviour under certain conditions -- Disable GFIR coefficient ordering based on oversampling when coefficient count is to high +- Disable GFIR coefficient ordering based on oversampling when coefficient count is to high - Remove late timestamp reset commands from Rx streaming loop LimeSuiteGUI: @@ -276,8 +287,8 @@ - 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 +- 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: @@ -319,7 +330,7 @@ LimeSuiteGUI changes: - Added scrollbars -- Fix multiple crashes that occured when board is not connected +- 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 @@ -339,7 +350,7 @@ - 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() +- 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 @@ -351,10 +362,10 @@ - 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 +- 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() +- 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
View file
limesuite_22.09.1.17.4828.202310232026.tar.xz/debian/changelog -> limesuite_23.10.0.202310242026.tar.xz/debian/changelog
Changed
@@ -1,8 +1,14 @@ -limesuite (22.09.1.17.4828.202310232026) unstable; urgency=medium +limesuite (23.10.0.202310242026) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom nightly feed - -- Osmocom OBS scripts <info@osmocom.org> Mon, 23 Oct 2023 20:27:19 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Tue, 24 Oct 2023 20:27:27 +0000 + +limesuite (23.10.0-1) unstable; urgency=low + + * Release 23.10.0 (2023-10-23) + + -- Lime Microsystems <apps@limemicro.com> Sat, 15 Oct 2022 16:30:00 +0100 limesuite (22.09.1-1) unstable; urgency=low
View file
limesuite_22.09.1.17.4828.202310232026.tar.xz/debian/control -> limesuite_23.10.0.202310242026.tar.xz/debian/control
Changed
@@ -16,7 +16,7 @@ Vcs-Git: https://github.com/myriadrf/LimeSuite.git Vcs-Browser: https://github.com/myriadrf/LimeSuite.git -Package: liblimesuite22.09-1 +Package: liblimesuite23.10-1 Section: libs Architecture: any Multi-Arch: same @@ -30,7 +30,7 @@ Section: libdevel Architecture: any Depends: - liblimesuite22.09-1 (= ${binary:Version}), + liblimesuite23.10-1 (= ${binary:Version}), ${misc:Depends} Description: Lime Suite - development files Lime Suite application software. @@ -39,7 +39,7 @@ Section: comm Architecture: any Depends: - liblimesuite22.09-1 (= ${binary:Version}), + liblimesuite23.10-1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, xdg-utils @@ -59,7 +59,7 @@ Architecture: any Multi-Arch: same Depends: - liblimesuite22.09-1 (= ${binary:Version}), + liblimesuite23.10-1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: Lime Suite - SoapySDR bindings @@ -73,7 +73,7 @@ Description: Lime Suite - USB rules for udev Lime Suite application software. -Package: limesuite-images22.09 +Package: limesuite-images23.10 Section: libs Architecture: any Multi-Arch: same @@ -87,7 +87,7 @@ Section: libs Architecture: any Multi-Arch: same -Depends: ${shlibs:Depends}, ${misc:Depends}, limesuite-images22.09 +Depends: ${shlibs:Depends}, ${misc:Depends}, limesuite-images23.10 Description: Lime Suite - Install firmware and gateware images Lime Suite application software. .
View file
limesuite_22.09.1.17.4828.202310232026.tar.xz/docs/doxygen/mainpage.dox -> limesuite_23.10.0.202310242026.tar.xz/docs/doxygen/mainpage.dox
Changed
@@ -13,6 +13,15 @@ /*! \page page_changelog Changelog +### v23.10.0 + +\li SoapyLMS7: added reference clock and clock source functions +\li Fix usage of -march=native compile flag +\li Fix hard-to-read log text on dark mode themes +\li Fix OpenGL graph on Retina displays +\li GCC and MSVC warning fixes +\li Fix CMAKE_AUTOSET_INSTALL_RPATH option + ### v22.09.1 \li Bump API version info
View file
limesuite_22.09.1.17.4828.202310232026.tar.xz/src/VersionInfo.h -> limesuite_23.10.0.202310242026.tar.xz/src/VersionInfo.h
Changed
@@ -24,7 +24,7 @@ * #endif * \endcode */ -#define LIME_SUITE_API_VERSION 0x20220901 +#define LIME_SUITE_API_VERSION 0x20231000 namespace lime {
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.