Release Version 3.1.6
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
- Add read from Serial port feature to Wifi examples by @michellethemaker in #154
- Modified WifiSerial to exclude library by @michellethemaker in #155
- Fix wrong behavior in Servo.cpp by @Aurical in #158
- Add OTA for AmebaD Arduino SDK by @S10143806H in #160
- Update lib_cmsis_dsp.a by @daphwl in #161
- Update AMB25 Pinmap by @daphwl in #162
- Update USBCDCDevice by @Aurical in #163
- Added WPA3 Encryption type for scan network example by @daphwl in #164
- Update postbuild_img2_arduino_macos.cpp by @Aurical in #166
- Update AmebaD Arduino OTA by @S10143806H in #165
- Update WiFiWebServer.ino by @Aurical in #168
- Optimized WifiSerial API by @michellethemaker in #167
Full Changelog: V3.1.5-QC-V06...V3.1.6-QC-V02
Full Changelog: V3.1.5...V3.1.6-V02