Skip to content

Release Version 3.1.6

Compare
Choose a tag to compare
@M-ichae-l M-ichae-l released this 18 Apr 11:43
· 8 commits to master since this release

Version 3.1.6 – 2023/04/18
Feature:

  • Add Example guide: links for examples
  • Add read from Serial port feature to Wifi examples
  • Add serial secondary qualifier
  • Add the OTA example source files
  • Add WPA3 Encryption type for scan network example
  • Update WiFiWebServer.ino to reslove "unable to read analog input"

API Updates:

  • Update Servo.cpp
  • Update platform.txt where the OTA Server tool can be hosted on the Arduino network port
  • Update ard_socket.c and ard_socket.h: add in APIs for OTA socket connection
  • Update lib_cmsis_dsp.a
    • Add f32, q15 and q31 Matrix functions into the pre-compiled library
  • Update USBCDCDevice related API
  • Support RGB LED of AMB26
  • Add pin mapping for port names
  • Remove WifiSerial header, placed feature inside .ino file instead

Misc:

  • Add the OTA Server tool: DownloadServer.exe, DownloadServer.darwin, DownloadServer.linux
  • Update AMB25 pinmap
  • Add AMB26 related files
  • Add tool V1.1.1
  • Update postbuild_img2_arduino_macos.cpp
    • Support the lower version of MacOS
  • Release Version 3.1.6 patch 02 to update OTA Server tools on 3OS

What's Changed

Full Changelog: V3.1.5-QC-V06...V3.1.6-QC-V02
Full Changelog: V3.1.5...V3.1.6-V02