Pre Release Version 3.1.5
Pre-release
Pre-release
Version 3.1.5-QC-V01 – 2022/11/28
Version 3.1.5-QC-V02 – 2022/11/29
Version 3.1.5-QC-V03 – 2022/12/21
Version 3.1.5-QC-V04 – 2023/01/03
Version 3.1.5-QC-V05 – 2023/01/03
Version 3.1.5-QC-V06 – 2023/01/09
Feature:
- Support Arduino IDE 2.0
- Enable debugging feature for Arduino IDE 2.0
- Add GCC standard lib compile support
- Add board Ameba, AMB25 and AMB26
- Add board u-blox, NORA-W30
- Add in pin mapping comments examples
- Update WiFiWebServer example to allow user to choose the analog pin they want to read
- Update WS2812B example
API Updates:
- Update Arduino.h to include dtostrf and itoa libs
- Update "WS2812B.cpp" to solve compilation error
- Update BW16 "variant.cpp" for user to select enable analog pin "A0" and "A1"
- Update "platform.txt" to enable precompiled libraries
- Update related API files for new board AMB25 and AMB26
- Update "board.txt" for new boards AMB25, AMB26 and NORA-W30
- Update folder "variants\common_libs" and "system"
- SDK source common libs and header files
- Minor bug fix
Misc:
- Add "Standard Lin Enable" to the IDE menu to switch between Ameba and gcc standard lib function
- Rename folders inside variants for new board AMB25, AMB26 and NORA-W30
- Update TensorFlowLite for AMB25/AMB26 board Support
What's Changed
- Enable debugging feature for Arduino IDE 2.0 by @Aurical in #128
- Fix issue (#134) and add standard lib compile option by @xidameng in #136
- Fix issue (#131) and improve SDK compatibility with 3rd party libs by @xidameng in #138
- Fix issue (#131) - part 2 - add missing macro to improve compatibility by @xidameng in #139
- Update WS2812B.cpp to solve compilation error by @daphwl in #142
- Enable precompiled libraries by @sandeepmistry in #144
- Add AMB25/AMB26 Board Support by @daphwl in #146
- Adding support for u-blox NORA-W30 series by @mazgch in #147
- Update libraries to add in pin mapping comments and compilation issues by @daphwl in #148
- Fixed Wifi pbuf issue and Update SPI TFT examples by @daphwl in #150
- Update TFT LCD example SPI_BUS by @daphwl in #151
- Add in AMB25 pinmaps by @michellethemaker in #153
- Update fritzing files to solve breadboard alignment issue by @daphwl in #152
New Contributors
- @sandeepmistry made their first contribution in #144
- @mazgch made their first contribution in #147
- @michellethemaker made their first contribution in #153
Full Changelog: V3.1.4-QC-V04...V3.1.5-QC-V04
Full Changelog: V3.1.5-QC-V04...V3.1.5-QC-V05
Full Changelog: V3.1.5-QC-V05...V3.1.5-QC-V06