Skip to content

Commit

Permalink
libbladeRF: update version compatibility tables
Browse files Browse the repository at this point in the history
  • Loading branch information
rghilduta committed Dec 26, 2018
1 parent d011a9d commit 421f5fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -13,6 +13,7 @@

static const struct compat fw_compat[] = {
/* Firmware requires >= FPGA */
{ VERSION(2, 3, 2), VERSION(0, 0, 2) },
{ VERSION(2, 3, 1), VERSION(0, 0, 2) },
{ VERSION(2, 3, 0), VERSION(0, 0, 2) },
{ VERSION(2, 2, 0), VERSION(0, 0, 2) },
Expand Down
Expand Up @@ -13,6 +13,7 @@

static const struct compat fw_compat[] = {
/* Firmware requires >= FPGA */
{ VERSION(2, 3, 2), VERSION(0, 6, 0) },
{ VERSION(2, 3, 1), VERSION(0, 6, 0) },
{ VERSION(2, 3, 0), VERSION(0, 6, 0) },
{ VERSION(2, 2, 0), VERSION(0, 6, 0) },
Expand Down

0 comments on commit 421f5fb

Please sign in to comment.