From 82c5bfd68d1937542a508f031d536fdccabb3985 Mon Sep 17 00:00:00 2001 From: Robert Ghilduta Date: Mon, 13 Feb 2023 03:48:56 -0800 Subject: [PATCH] CHANGELOG 2023.02 update --- CHANGELOG | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 2437f3498..58b00afc3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,35 @@ For more detailed information, please see the git change log and issue tracker hosted on GitHub: https://github.com/Nuand/bladeRF ================================================================================ +-------------------------------------------------------------------------------- + 2023.02 (2023-02-13) +-------------------------------------------------------------------------------- + +This release candidate consists of the following versions: + + * FPGA bitstream v0.15.0 + * FX3 firmware v2.4.0 + * libbladeRF v2.5.0 + * bladeRF-cli v1.9.0 + * MATLAB & Simulink bindings v1.0.5 + * Python bindings v1.3.0 + +API docs: https://www.nuand.com/bladeRF-doc/libbladeRF/ +FX3 firmware: https://www.nuand.com/fx3_images/ +FPGA bitstreams: https://www.nuand.com/fpga_images/ +Ubuntu PPA: https://launchpad.net/~nuandllc/+archive/ubuntu/bladerf +Windows installer: https://www.nuand.com/win_installers/ + +Summary of changes in 2023.02 + +* libbladeRF + - Add 8bit format mode support + - Add AD936x overclocking feature + - Fix bugs, including a locking bug + +* FPGA: + - Add 8bit mode support to FIFO reader and writer + -------------------------------------------------------------------------------- 2021.10 (2021-10-04) --------------------------------------------------------------------------------