libbladeRF:
* Add SC16Q11 packed format support for improved bandwidth
efficiency.
* Add comprehensive gain calibration system with CSV
import/export.
* Add RX reordering and prime worker before RX enable.
* Add oversample feature with configurable gain controls.
* Improve GPIF buffer size support with larger 2048 sample
buffers.
* Add extensive test suite and regression testing framework.
* Fix various sync TX/RX initialization and timing issues.
FPGA:
* Add SC16Q11 packed format support to FIFO reader and writer.
* Add larger GPIF buffer support for improved USB throughput.
* Fix RX/TX DMA request prioritization and meta timestamp
handling.
* Add system and FX3 PLL clock control blocks.
* Fix timing issues and improve signal integrity.
Tools:
* Add bladeRF-power utility for RF power measurements with
CLI interface.
* Add bladeRF-fsk project as separate submodule.
* Add bladeRF-update utility for firmware and FPGA updates.
* Add comprehensive hardware-in-the-loop testing framework.
- Use tar_scm service to generate the source tarball.
- Drop ad9361.tar.xz
- this is now included in the bladRF tarball.
- Update patch:
* bladeRF-doxygen-no-timestamp.patch
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/bladeRF?expand=0&rev=52
16 lines
560 B
Plaintext
16 lines
560 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/Nuand/bladeRF.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">2025.10</param>
|
|
<param name="changesgenerate">disable</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
</services>
|