Skip to content

Tags: Nuand/bladeRF

Tags

2024.05

Toggle 2024.05's commit message
libbladeRF: fix compliation of regression tests with an older g++

fpga_v0.15.3

Toggle fpga_v0.15.3's commit message
hdl: FPGA patch update v0.15.3

fpga_v0.15.2

Toggle fpga_v0.15.2's commit message
hdl: FPGA patch update v0.15.2

Corrects RX timestamp when MIMO enabled.

fpga_v0.15.1

Toggle fpga_v0.15.1's commit message
hdl: FPGA patch update v0.15.1

+ 8bit RX timestamp correction
+ 8bit support signal_generator.vhd

2023.02

Toggle 2023.02's commit message
Revert "libbladeRF: update compatibility for FPGA v0.15.0 from libbla…

…deRF 2.4.0 to 2.5.0"

This reverts commit 0c9b7df.

python_v1.3.0

Toggle python_v1.3.0's commit message
host: python v1.3.0

libbladeRF_v2.5.0

Toggle libbladeRF_v2.5.0's commit message
libbladeRF: bump to version v2.5.0

Introduces 8bit SC8_Q11 mode, and overclocking mode changes for bladeRF 2.0 micro.
This commits also fixes several bugs, including a locking bug in libbladeRF.
Help menus and abbreviation support expanded in bladeRF-cli.

fpga_v0.15.0

Toggle fpga_v0.15.0's commit message
hdl: FPGA version update v0.15.0

FPGA version updated to v0.15.0 to represent the addition of 8bit mode.

bladeRF-cli_v1.9.0

Toggle bladeRF-cli_v1.9.0's commit message
bladeRF-cli: bump to version 1.9.0

This version includes expanded support for abbreviations and improved help menus.
For example, set freq can be used as an alias for set frequency.

2022.11

Toggle 2022.11's commit message
libbladeRF: Use mutex around stream config/deconfig

Running test_digital_loopback on bladeRF A4, the TX/RX threads cause timeout
in nios_access.c with 'Failed to receive NIOS II response'.

Using libusb backend in docker Ubuntu 22.04 container.