Skip to content

Commit 9f72b2e

Browse files
jynikJon Szymaniak
authored and
Jon Szymaniak
committed
hdl, nios: Bumped FPGA version to v0.5.0
Updated minor revision to denote added functionality and host <-> FPGA interface additions (e.g., an 8x8 packet ID) for VCTCXO tamer.
1 parent 8fba7b0 commit 9f72b2e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

hdl/CHANGELOG

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.5.0 (2015-11-23)
10+
--------------------------------
11+
* Added support for 1 PPS and 10 MHz input to tame VCTCXO
12+
* Added FIFO between TX and RX for digital loopback mode for clock
13+
synchronization and additional sample buffering.
14+
815
--------------------------------
916
v0.4.1 (2015-09-01)
1017
--------------------------------

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
#define FPGA_VERSION_ID 0x7777
99
#define FPGA_VERSION_MAJOR 0
10-
#define FPGA_VERSION_MINOR 4
11-
#define FPGA_VERSION_PATCH 2
10+
#define FPGA_VERSION_MINOR 5
11+
#define FPGA_VERSION_PATCH 0
1212
#define FPGA_VERSION ((uint32_t)( FPGA_VERSION_MAJOR | \
1313
(FPGA_VERSION_MINOR << 8) | \
1414
(FPGA_VERSION_PATCH << 16) ) )

0 commit comments

Comments
 (0)