Skip to content

Commit 82263da

Browse files
committed
hdl: bump the FPGA version to 0.7.1
1 parent 0ba3404 commit 82263da

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

hdl/CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ For more detailed information, please see the git change log and issue tracker
55
hosted on GitHub: https://github.com/nuand/bladeRF
66
================================================================================
77

8+
--------------------------------
9+
v0.7.1 (2017-12-07)
10+
--------------------------------
11+
* Minor fix-ups
12+
813
--------------------------------
914
v0.7.0 (2017-07-02)
1015
--------------------------------

hdl/fpga/ip/altera/nios_system/software/bladeRF_nios/src/fpga_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#define FPGA_VERSION_ID 0x7777
99
#define FPGA_VERSION_MAJOR 0
1010
#define FPGA_VERSION_MINOR 7
11-
#define FPGA_VERSION_PATCH 0
11+
#define FPGA_VERSION_PATCH 1
1212
#define FPGA_VERSION ((uint32_t)( FPGA_VERSION_MAJOR | \
1313
(FPGA_VERSION_MINOR << 8) | \
1414
(FPGA_VERSION_PATCH << 16) ) )

0 commit comments

Comments
 (0)