Skip to content

Commit 8f7b4f1

Browse files
committed
hdl: bump the FPGA version to 0.7.0
1 parent bdf8958 commit 8f7b4f1

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.0 (2017-07-02)
10+
--------------------------------
11+
* Added support for the Automatic Gain Control
12+
813
--------------------------------
914
v0.6.0 (2015-05-25)
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
@@ -7,7 +7,7 @@
77

88
#define FPGA_VERSION_ID 0x7777
99
#define FPGA_VERSION_MAJOR 0
10-
#define FPGA_VERSION_MINOR 6
10+
#define FPGA_VERSION_MINOR 7
1111
#define FPGA_VERSION_PATCH 0
1212
#define FPGA_VERSION ((uint32_t)( FPGA_VERSION_MAJOR | \
1313
(FPGA_VERSION_MINOR << 8) | \

0 commit comments

Comments
 (0)