Skip to content
Permalink
Browse files
hdl: bump the FPGA version to 0.7.1
  • Loading branch information
rghilduta committed Dec 8, 2017
1 parent 0ba3404 commit 82263da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
@@ -5,6 +5,11 @@ For more detailed information, please see the git change log and issue tracker
hosted on GitHub: https://github.com/nuand/bladeRF
================================================================================

--------------------------------
v0.7.1 (2017-12-07)
--------------------------------
* Minor fix-ups

--------------------------------
v0.7.0 (2017-07-02)
--------------------------------
@@ -8,7 +8,7 @@
#define FPGA_VERSION_ID 0x7777
#define FPGA_VERSION_MAJOR 0
#define FPGA_VERSION_MINOR 7
#define FPGA_VERSION_PATCH 0
#define FPGA_VERSION_PATCH 1
#define FPGA_VERSION ((uint32_t)( FPGA_VERSION_MAJOR | \
(FPGA_VERSION_MINOR << 8) | \
(FPGA_VERSION_PATCH << 16) ) )

0 comments on commit 82263da

Please sign in to comment.