1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
================================================================================
Python libbladeRF Bindings: Change Log Summary
For more detailed information, please see the git change log and issue tracker
hosted on GitHub: https://github.com/nuand/bladeRF
================================================================================
v1.1.2 (2020-12-23)
--------------------------------
* update definitions for libbladeRF v2.4.0
v1.1.1 (2019-07-31)
--------------------------------
* add OTP functions
* update definitions for libbladeRF v2.2.1
v1.1.1 (2018-12-21)
--------------------------------
* bladerf-tool: don't print gain mode on tx channels
* update definitions for libbladeRF v2.2.0
v1.1.0 (2018-10-30)
--------------------------------
* Fix rx_channel_count and tx_channel_count
* Use new bladerf_get_serial_struct in the get_serial method
* Update with latest API functions
* Improve import_header.py script
v1.0.1 (2018-08-24)
--------------------------------
This version is intended for use with libbladeRF v2.0.1.
Changes:
* host: libbladeRF: Rename clock select option
v1.0.0 (2018-08-13)
--------------------------------
This version is intended for use with libbladeRF v2.0.0.
Initial public release.
|