Skip to content

Commit

Permalink
hdl: bump the FPGA version to 0.7.1
Browse files Browse the repository at this point in the history
  • 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 changes: 5 additions & 0 deletions hdl/CHANGELOG
Expand Up @@ -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 hosted on GitHub: https://github.com/nuand/bladeRF
================================================================================ ================================================================================


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

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

0 comments on commit 82263da

Please sign in to comment.