Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 6235be1

Browse files
authored
v1.0.0
### New in v1.0.0 1. 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.*** 2. Add support to ***Adafruit SAMD51 (Itsy-Bitsy M4, Metro M4, Grand Central M4, Feather M4 Express, etc.)*** 3. Add support to ***Adafruit SAMD21 Itsy-Bitsy M0, Feathr M0, Metro M0, AdaFruit CIRCUITPLAYGROUND_EXPRESS, etc.)*** 4. Add support to ***Arduino SAMD21 (ZERO, MKR, NANO_33_IOT, etc.)*** 5. Add support to all ***STM32F/L/H/G/WB/MP1 (Nucleo-144 NUCLEO_F767ZI, Nucleo-64 NUCLEO_L053R8, etc.)*** 6. 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.)*** 7. Add support to ***SAM DUE and AVR Mega*** boards. 8. Add support to ***ESP32/ESP8266*** boards. 9. Add connectNonBlocking() function to use in loop() to avoid being blocked running other tasks. 10. Add support to WiFiNINA using [`WiFiNINA_Generic library`](https://github.com/khoih-prog/WiFiNINA_Generic) or WiFiNINA library. 11. Add support to W5x00 Ethernet module/shield using Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library. 12. Add support to LAN8742A Ethernet module/shield using STM32Ethernet library. 13. Add support to ESP8266/ESP32-AT-command module/shield using WiFiEspAT or [`ESP8266_AT_WebServer library`](https://github.com/khoih-prog/ESP8266_AT_WebServer) library. 14. Add Packages' Patches. 15. Add sample Packages_Patches for ***STM32 stm32*** (Nucleo-144 NUCLEO_F767ZI, Nucleo-64 NUCLEO_L053R8) 16. Add Ethernet Library Patches 17. Add many examples
1 parent a0becce commit 6235be1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This [MySQL_MariaDB_Generic library](https://github.com/khoih-prog/MySQL_MariaDB
3636
10. Add support to WiFiNINA using [`WiFiNINA_Generic library`](https://github.com/khoih-prog/WiFiNINA_Generic) or WiFiNINA library.
3737
11. Add support to W5x00 Ethernet module/shield using Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library.
3838
12. Add support to LAN8742A Ethernet module/shield using STM32Ethernet library.
39-
13. Add support to ESP8266/ESP32-AT-command module/shield using WiFiEspAT or [`ESP8266_AT_WebServer library`](https://github.com/khoih-prog/https://github.com/khoih-prog/ESP8266_AT_WebServer) library.
39+
13. Add support to ESP8266/ESP32-AT-command module/shield using WiFiEspAT or [`ESP8266_AT_WebServer library`](https://github.com/khoih-prog/ESP8266_AT_WebServer) library.
4040
14. Add Packages' Patches.
4141
15. Add sample Packages_Patches for ***STM32 stm32*** (Nucleo-144 NUCLEO_F767ZI, Nucleo-64 NUCLEO_L053R8)
4242
16. Add Ethernet Library Patches
@@ -1252,7 +1252,7 @@ Debug is enabled by default on Serial. Debug Level from 0 to 4. To disable, chan
12521252
10. Add support to WiFiNINA using [`WiFiNINA_Generic library`](https://github.com/khoih-prog/WiFiNINA_Generic) or WiFiNINA library.
12531253
11. Add support to W5x00 Ethernet module/shield using Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library.
12541254
12. Add support to LAN8742A Ethernet module/shield using STM32Ethernet library.
1255-
13. Add support to ESP8266/ESP32-AT-command module/shield using WiFiEspAT or [`ESP8266_AT_WebServer library`](https://github.com/khoih-prog/https://github.com/khoih-prog/ESP8266_AT_WebServer) library.
1255+
13. Add support to ESP8266/ESP32-AT-command module/shield using WiFiEspAT or [`ESP8266_AT_WebServer library`](https://github.com/khoih-prog/ESP8266_AT_WebServer) library.
12561256
14. Add Packages' Patches.
12571257
15. Add sample Packages_Patches for ***STM32 stm32*** (Nucleo-144 NUCLEO_F767ZI, Nucleo-64 NUCLEO_L053R8)
12581258
16. Add Ethernet Library Patches

0 commit comments

Comments
 (0)