Skip to content

Commit

Permalink
CHANGELOG 2020.12 update
Browse files Browse the repository at this point in the history
  • Loading branch information
rghilduta committed Dec 24, 2020
1 parent 82afb15 commit a3d5c55
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,49 @@ For more detailed information, please see the git change log and issue tracker
hosted on GitHub: https://github.com/Nuand/bladeRF
================================================================================

--------------------------------------------------------------------------------
2020.12 (2020-12-23)
--------------------------------------------------------------------------------

This release candidate consists of the following versions:

* FPGA bitstream v0.12.0
* FX3 firmware v2.4.0
* libbladeRF v2.4.0
* bladeRF-cli v1.8.0
* MATLAB & Simulink bindings v1.0.3
* Python bindings v1.2.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/~nuand/+archive/ubuntu/bladerf
Windows installer: https://www.nuand.com/win_installers/

Summary of changes in 2020.12

* libbladeRF
- Added packet mode format BLADERF_FORMAT_PACKET_META. libbladeRF is able to
exchange variable length packets with the HDL if packet mode is enabled
- Added RFIC parameters for burst waveforms
- Ability to query backend for handle and lock

* FX3
- Variable length packet support for PACKET_META mode

* bladeRF-cli:
- Indicate presence of packet cores in FPGA

* FPGA:
- Add packet mode. The HDL fabric is able to exchange variable length
packets with the host
- Added packet_generator as an example for how to send packets to the host
- Added bladeRF 2.0 micro headless example variant "foxhunt"
- Fix metadata related arithmetic and logic

* Python
- Update for libbladeRF v2.4.0

--------------------------------------------------------------------------------
2019.07 (2019-07-31)
--------------------------------------------------------------------------------
Expand Down

0 comments on commit a3d5c55

Please sign in to comment.