Changes between Version 138 and Version 139 of 802.11/Changelog


Ignore:
Timestamp:
Jul 1, 2016, 3:43:41 PM (8 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/Changelog

    v138 v139  
    44
    55== 1.5 Release  ==
    6 '''Download Latest: [http://warpproject.org/dl/refdes/802.11/Mango_802.11_RefDes_v1.5.X.zip Mango_802.11_RefDes_v1.5.2.zip]'''
     6'''Download Latest: [http://warpproject.org/dl/refdes/802.11/Mango_802.11_RefDes_v1.5.2.zip Mango_802.11_RefDes_v1.5.2.zip]'''
    77
    88Release Details:
     
    1212||  WARP v3  ||  1.5.0  || 19-April-2016  ||   [browser:ReferenceDesigns/w3_802.11?rev=5484 5484]   ||  14.4  ||  Dual MB/AXI  ||
    1313
    14 '''Important:''' The v1.5 hardware design uses updated hardware support cores. You must update your [wiki:edk_user_repository edk_user_repository] to build the v1.5 hardware or software projects.
     14'''Important:''' The v1.5.2 hardware design uses updated hardware support cores. You must update your [wiki:edk_user_repository edk_user_repository] to build the v1.5 hardware or software projects.
    1515
    1616Release v1.5.2 contains both hardware and software improvements.
    1717
    18 '''Changes from v1.5.1 to v1.5.2:'''
    19 
    20 '''PHY Hardware Changes:'''
     18'''Changes in v1.5.2:'''
     19
     20'''PHY / MAC Hardware Changes:'''
    2121 * Separated RX_END and DATA_DONE events in Rx PHY and MAC core control logic. Rx PHY can now continue writing payload after RX_END, allowing shorter Rx extension durations. FCS Result now latched on DATA_DONE
    2222
     
    3434
    3535'''Experiments Framework Changes:'''
    36  * Fixed an error in an error message
    37  * Added a Python version check (inspired by errors seen in [http://warpproject.org/forums/viewtopic.php?pid=15239#p15239 this post])
     36 * Enforced minimum of Python version 2.7.5, required for wlan_exp use of struct.unpack. Version 2.7.5 or later has always been required; now wlan_exp throws a helpful error if Python is too old instead of throwing cryptic unpack errors.
     37 * Added {{{wlan_exp.log.util.calc_tx_time_log(tx_low_entries)}}} method to simplify Tx durations from TX_LOW log data. The actual duration calculation is still implemented in {{{calc_tx_time()}}}.
    3838
    3939'''Misc Hardware Changes:'''
    40  * Debug GPIO handled by new core that sits on the shared bus
     40 * Debug GPIO handled by new core that sits on the shared bus. Both CPUs use new macros {{{wlan_mac_set_dbg_hdr_out(x)}}} and {{{wlan_mac_set_dbg_hdr_out(x)}}} to control debug header pins 12 to 15.
    4141
    4242----