Changes between Version 22 and Version 23 of 802.11/Changelog


Ignore:
Timestamp:
Sep 27, 2013, 3:21:39 AM (11 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/Changelog

    v22 v23  
    1515 * Added 64-QAM rates to PHY Tx and Rx (48Mbps and 54Mbps)
    1616 * Increased traceback depth in decoder for improved performance
    17  * New organization of code to enable shared code among multiple projects
     17 * Moved to interrupts for all events in top-level MAC / CPU High
     18 * New SDK workspace organization for easier code sharing between top-level projects
    1819 * Fixed an issue with software resets when using malloc/realloc/free. This issue is described in [http://www.xilinx.com/support/answers/30878.html Xilinx AR# 30878], but our fix is slightly different. We have instantiated an extra BRAM (4K size) that holds the default state of the .data section. On software reset, the project will overwrite it's .data with the original .data section that is in this extra BRAM if it exists.
    1920