Change log - XradioTech/XR871-OLD GitHub Wiki


SDK Release Log


SDK V1.2.0 Release Log

  • Download the sdk repositary and checkout to the release version V1.2.0

    git clone https://github.com/XradioTech/XR871.git
    git checkout xr871-sdk-rev1.2.0 -b v1.2.0

  • release note

    Code update:

    • flash driver update:
      a. support more flash chip, please refer to the Flash AVL
      b. fixup system halted bug with xip-to-normal mode switching
      c. update PhoenixMC.exe and Phoenix(linux) for better flash compitability
    • move more code and data into .xip section
    • libcedarx.a update
      a. fixup some bugs
      b. remove useless codes in dir src/cedarx
      c. move header files into include
    • update fs and sdmmc
      a. auto mount/unmount with sdcard detection
    • update wlan
      a. add api for set max bss entries
      b. add extended request
      c. fixup txqueue link error
      d. add mem cmd for etf test e. pmprove the flow of setting arp filter
    • efpg
      a. add chipid read/write api
    • smartlink
      a. add voiceprint network config
    • ota
      a. update for image.cfg-V0.3
      b. add image size check
    • lwip
      a. fixup retry bug of autoip
    • libwebsocket
      a. fixup compile error with LWIP_POSIX_SOCKETS_IO_NAMES

    Document Update:

    • 03_SDK/XR871_Flash_Layout_Guide-CN.pdf
    • 03_SDK/XR871_PM_User_Guide-CN.pdf
    • 03_SDK/XR871_RFTest_Tools_User_Guide-CN.pdf
    • 03_SDK/XR871_Test_Power_Guide_CN_V0.3.pdf
    • 04_AVL/Xradiotech_XR871_SPI_Nor_Flash_Support_List-20180429.pdf

    Tool Update:

    • 03_SDK/xr871sdk/tools/mkimage.exe
    • 03_SDK/xr871sdk/tools/mkimage
    • 03_SDK/xr871sdk/tools/phoenixMC.exe
    • 03_SDK/xr871sdk/tools/phoenixMC

    Others: Online Documents: XR871-Wiki


SDK V1.1.0 Release Log

  • Download the sdk repositary and checkout to the release version V1.1.0

    git clone https://github.com/XradioTech/XR871.git
    git checkout xr871-sdk-rev1.1.0 -b v1.1.0

  • release note Description: Update SDK code to V1.1.0

    From: 90b32d6f2e7d6c3e8dd013545de49f9aaa3dffd9(xradio_iot_wlan_sdk-1.1.0-20180126) Function:

    1. support lwip2.0.3, use lwip1.4.1 by default, define "export __CONFIG_LWIP_V1 := n" in localconfig.mk to enable it
    2. support libwebsocket client and server
    3. add wlan user config api to change the wlan powermode, ap dtim interval, ampdu tx number, etc.
    4. optimize AP compatibility for smartconfig
    5. update wlan firmware for better stability
    6. update mkimage tool for ubuntu 32bit/64bit OS
    7. update link script file *.ld to move more code to xip section for each projects
    8. add pm example
    9. modify WEP key format
    10. check sysinfo address when system starts up
    11. update dhcpd for lwip2.0.3
    12. update iperf implimentation and iperf commands for executing multi iperf tasks
    13. fixup sysctrl bug
    14. fixup nopoll and httpc bugs
    15. fixup cedarx bugs