Skip to content

Releases: Seeed-Studio/Seeed_Arduino_mbedtls

v3.0.1

04 Mar 08:34
ad2775a
Compare
Choose a tag to compare
  • Support for eRPC firmware
  • Remove mbedtls directory
  • Change esp_config.h to arduino_config.h
  • Add Hello HMAC SHA 256 example
  • Reduce external libraries dependency
  • Updated library.properties to v3.0.1 for Arduino Library Manager Support

v2.0.1

30 Dec 10:10
2037a3c
Compare
Choose a tag to compare
  • Support for AT firmware
  • Updated library.properties to v2.0.1

v2.0.0

01 Dec 12:43
Compare
Choose a tag to compare
  • Update issue templates

v1.1

31 Jul 05:50
1d79311
Compare
Choose a tag to compare
v1.1 Pre-release
Pre-release

Solved

  • HRDY output
  • Optimizing SYNC return timing
  • AT+RESTORE occures RTL reset
  • adding COUNTRY build option
  • debug UART make RTL slower
  • SPI halt occures. Solved by using INT, stop using DMA
  • HTTP 2K testing returns 2186bytes or1686bytes ( can't get always same result )
  • HTTP 4K testing causes data lost
  • MQTTS causes freezing
  • sometimes RTL doesn't return CONNECTED or SPI communication error on SSL/TLS transaction
  • 80bytes memory leak on HTTPS ( solved 56bytes )
  • HTTP example causes WiFiClient"No more processes" error. 10x available() may occure this. - fixed on 2.4GHz

Still problem

  • 80bytes memory leak on HTTPS ( still leaking 24 bytes )
  • 5GHz is very unstable ( disabled )
  • HTTP example causes WiFiClient"No more processes" error. 10x available() may occure this. - not solved on 5GHz
  • HTTP client.readString() takes 1 sec, because Stream timeout is 1 sec.
  • UART stops when CS is HIGH
  • AT command was divided ( performance issue )