Skip to content

Commit

Permalink
libbladeRF v2.0.2
Browse files Browse the repository at this point in the history
This version of libbladeRF is intended for use with:

FX3 Firmware v2.2.0
FPGA         v0.7.3

There are no functional changes since v2.0.1, although there are changes to
the API documentation and the cmake build scripts.

Changes:
 * Improve bladerf_gain_mode documentation (#595)
 * Don't warn about libusb version on FreeBSD (#594)
  • Loading branch information
rtucker committed Aug 30, 2018
1 parent 3e2dc30 commit 7f94ecd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions host/libraries/libbladeRF/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ For more detailed information, please see the git change log and issue tracker
hosted on GitHub: https://github.com/nuand/bladeRF
================================================================================

v2.0.2 (2018-08-30)
--------------------------------

This version of libbladeRF is intended for use with:

FX3 Firmware v2.2.0
FPGA v0.7.3

There are no functional changes since v2.0.1, although there are changes to
the API documentation and the cmake build scripts.

Changes:
* Improve bladerf_gain_mode documentation (#595)
* Don't warn about libusb version on FreeBSD (#594)

v2.0.1 (2018-08-24)
--------------------------------

Expand Down
2 changes: 1 addition & 1 deletion host/libraries/libbladeRF/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project(libbladeRF C)

set(VERSION_INFO_MAJOR 2)
set(VERSION_INFO_MINOR 0)
set(VERSION_INFO_PATCH 1)
set(VERSION_INFO_PATCH 2)

if(NOT DEFINED VERSION_INFO_EXTRA)
set(VERSION_INFO_EXTRA "git")
Expand Down
2 changes: 1 addition & 1 deletion host/libraries/libbladeRF/include/libbladeRF.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
*
* https://github.com/Nuand/bladeRF/blob/master/doc/development/versioning.md
*/
#define LIBBLADERF_API_VERSION (0x02000100)
#define LIBBLADERF_API_VERSION (0x02000200)

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 7f94ecd

Please sign in to comment.