Skip to content

Release V1.0.1

Latest
Compare
Choose a tag to compare
@S10143806H S10143806H released this 19 Sep 02:59
b9b8e81

Version 1.0.1 – 2022/09/19

Feature:

  • Add EAP example
  • solve COAP compile error
  • solve IAR build error
  • solve Hardfault occurs when the ATPP command is not properly entered
  • solve WPS Test will occur hardfault
  • solve BT Image GCC built error by adding information in README.md
  • solve DCT compile error
  • solve WebSocket client(SUT) hard-fault when sending data package
  • solve Peripheral - RAW GPIO_light_weight example expected result different from readme document
  • solve OTA_HTTP Example hardfault occurs when the server is closed while transferring
  • solve Wlan_scenario display wrong information (security)
  • modify atcmd_lwip.c to fix the bug when transferring the big files (larger than 1500 Bytes) using ATCMD

API Updates

  • Add lib_pmc_lp/hp.a
  • Fix make flash compilation problem
  • Fix I2C Slave API fails to recognize the master's final NACK
  • Minor bug fixes
  • Remove webserver.c/.h

Misc:

  • Remove unwatermarked documents
  • update README.md
  • add Release Notes and Know Issues section

Known Issue:

  • mbed_flash_winbond_block_protect example not working on 4V0 5V0 AmebaD boards due to flash chip update

What's Changed

Full Changelog: QC-V1.0.0...V1.0.1
Full Changelog: https://github.com/ambiot/ambd_sdk/commits/V1.0.1-QC-V02

New Contributors