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
-
I2C Slave API fails to recognize the master's final NACK by @booketball in #13
-
Delete webserver.c/h by @booketball in #14
-
Pre Release Version 1.0.1 - 2022/06/28 by @S10143806H in #16
-
Pre Release Version 1.0.1 - 2022/07/08 by @S10143806H in #18
-
Pre Release Version 1.0.1 - 2022/07/12 by @S10143806H in #21
-
Pre Release Version 1.0.1 - 2022/08/16 by @S10143806H in #27
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
- @xidameng made their first contribution in #9
- @booketball made their first contribution in #13