Skip to content

Commit

Permalink
Updated top-level CHANGELOG and debian/changelog for 2014.12-rc1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jynik committed Dec 23, 2014
1 parent 8d6a9f4 commit 66ee549
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 0 deletions.
80 changes: 80 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,86 @@ For more detailed information, please see the git change log and issue tracker
hosted on GitHub: https://github.com/nuand/bladeRF
================================================================================

--------------------------------------------------------------------------------
2014.12-rc1 (2014-12-23)
--------------------------------------------------------------------------------

This release candidate introduces some minor additions to libbladeRF and the
bladeRF-cli program. See the CHANGELOG items associated with these items for
more details.

This release consists of the following versions:
* FPGA bitstream v0.1.2
* FX3 firmware v1.8.0
* libbladeRF v1.1.0
* bladeRF-cli v1.1.0

Major changes include:
* Introduction of libbladeRF support for bootloader detection and recovery.
With this change, the Cypress backend should now be fully-functional.
* Added libbladeRF file search path options (e.g., for host-based FPGA
autoloading).
* Moved message about detecting devices in bootloader mode to bladeRF-cli.
This was original printed by some lower-level libbladeRF code, and deemed
more appropriately located in the bladeRF-cli program.

The following tracker items have been closed since the 2014.11 release:

* Enhancement requests:
- #361: Make bladeRF-cli --probe vary its exit status based on whether
a device was found or not
- #359: [libbladeRF] Migrate bootloader recovery support to libbladeRF
- #349: [libbladeRF] Add current directory and env vars to file search
path


Outstanding pull requests, tasks, enhancement requests, and known issues are
listed below. Please see the issue tracker for up-to-date information on
these and their associated schedules.

* Pull Requests:
- #358: bladeRF-cli: Can now specify multiple commands separated by
semicolon
- #340: On non-Windows systems, send logs to syslog & stderr.
- #313: merge dev-quartus14 branch
- #266: Adjust nios simulation component so it matches the synthesis
version

* Bugs:
- #360: [hdl] Older FPGA revisions no longer build
- #354: [hdl] failure to include STP file due to talkback req ought to
be fatal
- #352: [libbladeRF] Intermittent out-of-order transfer callbacks
with Windows & libusb 1.0.19
- #342: [Installer] Windows installer doesn't ship 32-bit MATLAB
support
- #301: Direct sampling with XB-200 needs additional improvements
- #95: linux kernel/FX3: Not enough bandwidth for altsetting

* Enhancement Requests:
- #353: [bladeRF-cli, libbladeRF] Improve jump_to_boot docs and
implementation
- #345: [bladeRF-cli] Accept semi-colon command delimeters
- #344: [fx3] Investigate/fix field checksums
- #343: [libbladeRF] Name worker threads
- #328: [libbladeRF] Review and evaluate use of stream lock WRT libusb
- #321: How about a switch for bladeRF-cli to emit calibration in a
format bladeRF-cli can later read?
- #319: [bladeRF-cli] Add libedit and libreadline support
- #282: [libbladeRF] Move get/set_lms_correction() and
get/set_fpga_correction() logic
- #240: [libbladeRF] Prefer static assertion over assert() when
possible
- #236: [libbladeRF] API calls for XB-100 required
- #221: Synchronized Tx/Rx of multiple bladeRFs for MIMO using
MiniExpansion Header
- #213: CLI should show sample file information for TX
- #205: [FX3 Firmware] Code cleanup and potential improvements
- #200: Reserved addresses for firmware customization
- #174: Task: Migrate FX3 build to CMake-generated Makefile



--------------------------------------------------------------------------------
2014.11 (2014-11-30)
--------------------------------------------------------------------------------
Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
bladerf (2014.12-rc1) unstable; urgency=low

* Added libbladeRF API functions for finding and recovering devices in bootloader mode
* Added BLADERF_SEARCH_DIR, current working directory, and binary dir to libbladeRF file search path
* The bladeRF-cli -p/--probe option now returns a non-zero return code if no devices were found.
* FPGA bitstream v0.1.2, FX3 Firmware v1.8.0, libbladeRF v1.1.0, bladeRF-cli v1.1.0

-- Jon Szymaniak <[email protected]> Tue, 22 Dec 2014 14:06:49 -0500

bladerf (2014.11) unstable; urgency=low

* First stable libbladeRF API release
Expand Down

0 comments on commit 66ee549

Please sign in to comment.