This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/MySQL_MariaDB_Generic
Releases · khoih-prog/MySQL_MariaDB_Generic
v1.3.0 to add support to Teensy 4.1 using NativeEthernet
Release v1.3.0
- Add support to Teensy 4.1 using NativeEthernet
Release v1.2.0 to add support to WT32_ETH01 (ESP32 + LAN8720A)
Release v1.2.0
- Add support to WT32_ETH01 (ESP32 + LAN8720A)
Release v1.1.0 to add support to RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 core (https://github.com/arduino/ArduinoCore-mbed) or Earle Philhower's arduino-pico core (https://github.com/earlephilhower/arduino-pico)
Major Release v1.1.0
- Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Earle Philhower's arduino-pico v1.8.0+ core.
- Add support to RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 v2.1.0+ core.
- Add support to new ESP32-S2 boards (Arduino ESP32C3_DEV). Check HOWTO Install esp32 core for ESP32-S2 (Saola, AI-Thinker ESP-12K) and ESP32-C3 boards into Arduino IDE.
- Verify working with new ESP8266 core v3.0.0 and new ESP32 core v1.0.6
- Suppress all warnings possible.
- Add Table of Contents and Version String
Version v1.0.3 to add support to ENC28J60 using new EthernetENC library.
Release v1.0.3
- Add support to ENC28J60 Ethernet module/shield using new EthernetENC library.
- Update Platform.ini to support PlatformIO 5.x owner-based dependency declaration.
- Enhance examples
Version v1.0.2 to fix crashing bug and make code more error-proof
New in v1.0.2
- Fix crashing bug when Client timeout.
- Make code more error-proof.
- Drop support to ESP8266_AT_Webserver.
- Enhance examples
Version v1.0.1 to fix bug and add support to ENC28J60 Ethernet module/shield using UIPEthernet library.
New in v1.0.1
- Add support to ENC28J60 Ethernet module/shield using UIPEthernet library.
- Fix bugs
- Optimize code
- Enhance examples
- Add UIPEthernet Library Patches for SAMD21/SAMD51
Initial Release v1.0.0 supporting nRF52, SAMD21/SAMD51, ESP8266/ESP32, STM32F/L/H/G/WB/MP1, SAM DUE, etc. running W5x00 / LAN8742A / ENC28J60 Ethernet, WiFiNINA and ESP8266/ESP32-AT module/shield
New in v1.0.0
- Add support to nRF52 boards, such as AdaFruit Feather nRF52832, nRF52840 Express, BlueFruit Sense, Itsy-Bitsy nRF52840 Express, Metro nRF52840 Express, NINA_B302_ublox, NINA_B112_ublox, etc.
- Add support to Adafruit SAMD51 (Itsy-Bitsy M4, Metro M4, Grand Central M4, Feather M4 Express, etc.)
- Add support to Adafruit SAMD21 Itsy-Bitsy M0, Feathr M0, Metro M0, AdaFruit CIRCUITPLAYGROUND_EXPRESS, etc.)
- Add support to Arduino SAMD21 (ZERO, MKR, NANO_33_IOT, etc.)
- Add support to all STM32F/L/H/G/WB/MP1 (Nucleo-144 NUCLEO_F767ZI, Nucleo-64 NUCLEO_L053R8, etc.)
- Add support to Seeeduino SAMD21/SAMD51 boards (SEEED_WIO_TERMINAL, SEEED_FEMTO_M0, SEEED_XIAO_M0, Wio_Lite_MG126, WIO_GPS_BOARD, SEEEDUINO_ZERO, SEEEDUINO_LORAWAN, SEEED_GROVE_UI_WIRELESS, etc.)
- Add support to SAM DUE and AVR Mega boards.
- Add support to ESP32/ESP8266 boards.
- Add connectNonBlocking() function to use in loop() to avoid being blocked running other tasks.
- Add support to WiFiNINA using
WiFiNINA_Generic library
or WiFiNINA library. - Add support to W5x00 Ethernet module/shield using Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library.
- Add support to LAN8742A Ethernet module/shield using STM32Ethernet library.
- Add support to ESP8266/ESP32-AT-command module/shield using WiFiEspAT or
ESP8266_AT_WebServer library
library. - Add Packages' Patches.
- Add sample Packages_Patches for STM32 stm32 (Nucleo-144 NUCLEO_F767ZI, Nucleo-64 NUCLEO_L053R8)
- Add Ethernet Library Patches
- Add many examples