Changes between Version 57 and Version 58 of WARPLab/Changelog


Ignore:
Timestamp:
Aug 29, 2016, 3:45:53 PM (8 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/Changelog

    v57 v58  
    55This page is a detailed changelog of WARPLab 7 development updates.
    66
    7 {{{#!comment
    8 == Changes in SVN pending release ==
    9 
    10  * None
    11 }}}
     7== 7.7.1 Release: ==
     8'''Download: [http://warpproject.org/dl/refdes/warplab/v7/release/WARPLab_Reference_Design_7.7.1.zip WARPLab_Reference_Design_7.7.1.zip]'''
     9
     10Release Details:
     11||= Hardware =||= Release =||= Date Posted =||= SVN Rev. =||= ISE Ver. =||= Arch =||=  MATLAB Ver.  =||=  RF Interface Support =||
     12||  WARP v3  ||  7.7.1  ||  29-Aug-2016  ||  [browser:ResearchApps/PHY/WARPLAB/WARPLab7?rev=5627 5627]  ||  14.4  ||  MB/AXI  ||  2011a or later  || 1-2: WARP v3 on-board interfaces [[BR]] 3-4: Requires [wiki:HardwareUsersGuides/FMC-RF-2X245 FMC-RF-2X245] ||
     13
     14'''Important Notes:'''
     15 * This release only updates C and M code. The XPS hardware project is identical to v7.7.0.
     16 * The C software in this release requires an updated [wiki:edk_user_repository edk_user_repository]. You must update your edk_user_repository to revision 5627 or later before compiling the reference C code
     17
     18'''Changes:'''
     19 * Updated to latest channel / center frequency map in radio_controller driver. '''This changes channel numbers for 5 GHz channels!'''. Refer to the [wiki:../Reference/Interface/X245#channel channel interface command docs] for the current mapping.
     20
     21'''Bug Fixes:'''
     22 * Fixed bug in AGC reset-per-Rx code. Previous release delayed the AGC reset to 2^32 samples ignoring the actual rx_length
     23 * Fixed bug in WARP_ip_udp library that miscalculated the addresses for Ethernet Rx buffers, resulting in overlapping buffers that could corrupt received payloads when using jumbo frames for write_iq
     24 * Added {{{floor()}}} to {{{rssi_length}}} calculation in example scripts to handle {{{rx_length}}} values that are not multiples of 4
     25
     26----
    1227
    1328== 7.7.0 Release: ==