-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update stable branch for tagged release #112
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
XTRX rev. 5 requires specific LMS7002M LDO settings
RSSI value was not being updated, resulting in front end gain setting to maximum value.
Depending on order of operations, Tx gain change can trigger gain calibration which modifies CGEN frequency for internal use. CGEN change triggers callbacks to reconfigure FPGA interface, but after calibration is done, CGEN state is restored by raw register writes, hence callback is not triggered upon restoration and FPGA interface is left in wrong state. This most likely caused the XTRX issue #85
…o boot new gateware
…e consistent gain results. TxLPF and CG_IAMP_TBB values are related. They have to be matched to avoid oversaturation or loss of Tx output power. Adjusted CG_IAMP_TBB calibration to increase the value closer to saturation point, for higher Tx power output.
… mark limesuiteng-gui only as recommended
✅ Deploy Preview for limesuiteng canceled.
|
Pinned specific ubuntu version for runner, as change in clang-format version changes formatting
…. DKMS will do compilation during install step.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge updates for tagged release.
LimeSuiteNG source modular build.
Add option to build source offline.
Add packaging support for Debian Linux.
Add DKMS support for LimePCIe driver
Add UART support to LimePCIe driver
Improved LimePCIe handling of 32bit and 64bit DMA on Arm platforms.
Fix LimePCIe driver to work with latest kernel versions.
Refactored LimeSuiteNG GNURadio Plugin into gr-limesuiteng to allow coexisting with legacy gr-limesdr.
Add Fairwaves XTRX Rev5 board support (with Lime Microsystems gateware)
Split legacy LMS_API wrapper into separate library
Improved legacy API wrapper functionality to better match legacy.
Improved PCIe data streaming performance on RaspberryPi.
Create library of LMS7002M controls that could be used in embedded systems.
General improvements for LimeSDR X3 board support.
Improved subdevices aggregation and stream synchronization for LimeSDR X8 board.
Add more unit testing for source code and hardware functionality.