Skip to content
Permalink
Browse files
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.
  • Loading branch information
jynik authored and Jon Szymaniak committed Dec 14, 2015
1 parent 8fba7b0 commit 9f72b2e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
@@ -5,6 +5,13 @@ For more detailed information, please see the git change log and issue tracker
hosted on GitHub: https://github.com/nuand/bladeRF
================================================================================

--------------------------------
v0.5.0 (2015-11-23)
--------------------------------
* Added support for 1 PPS and 10 MHz input to tame VCTCXO
* Added FIFO between TX and RX for digital loopback mode for clock
synchronization and additional sample buffering.

--------------------------------
v0.4.1 (2015-09-01)
--------------------------------
@@ -7,8 +7,8 @@

#define FPGA_VERSION_ID 0x7777
#define FPGA_VERSION_MAJOR 0
#define FPGA_VERSION_MINOR 4
#define FPGA_VERSION_PATCH 2
#define FPGA_VERSION_MINOR 5
#define FPGA_VERSION_PATCH 0
#define FPGA_VERSION ((uint32_t)( FPGA_VERSION_MAJOR | \
(FPGA_VERSION_MINOR << 8) | \
(FPGA_VERSION_PATCH << 16) ) )

0 comments on commit 9f72b2e

Please sign in to comment.