Skip to content

Commit 421f5fb

Browse files
committed
libbladeRF: update version compatibility tables
1 parent d011a9d commit 421f5fb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

host/libraries/libbladeRF/src/board/bladerf1/compatibility.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
static const struct compat fw_compat[] = {
1515
/* Firmware requires >= FPGA */
16+
{ VERSION(2, 3, 2), VERSION(0, 0, 2) },
1617
{ VERSION(2, 3, 1), VERSION(0, 0, 2) },
1718
{ VERSION(2, 3, 0), VERSION(0, 0, 2) },
1819
{ VERSION(2, 2, 0), VERSION(0, 0, 2) },

host/libraries/libbladeRF/src/board/bladerf2/compatibility.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
static const struct compat fw_compat[] = {
1515
/* Firmware requires >= FPGA */
16+
{ VERSION(2, 3, 2), VERSION(0, 6, 0) },
1617
{ VERSION(2, 3, 1), VERSION(0, 6, 0) },
1718
{ VERSION(2, 3, 0), VERSION(0, 6, 0) },
1819
{ VERSION(2, 2, 0), VERSION(0, 6, 0) },

0 commit comments

Comments
 (0)