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

Releases: khoih-prog/WebSockets2_Generic

Version v1.0.2 to add ENC28J60 Ethernet support to nRF52, SAMD21/SAMD51, SAM DUE boards

17 Jul 06:14
7621751
Compare
Choose a tag to compare

New in v1.0.2

  1. Add support to Ethernet ENC28J60, using UIPEthernet library to nRF52, SAMD21/SAMD51 and SAM DUE boards.

Version v1.0.1 to add support to SAM DUE boards and W5x00 Ethernet

16 Jul 04:18
813ad07
Compare
Choose a tag to compare

New in v1.0.1

  1. Add support to SAM DUE boards.
  2. Add support to Ethernet W5x00, using either Ethernet, EthernetLarge or Ethernet2 library.
  3. Restructure code to provide flexibility to support many more WiFi/Ethernet modules/shields in the future. Please delete the *.cpp files, replaced by *.hpp files, in the src directory, if *.cpp files still exist after installing new version.

Initial Release v1.0.0

14 Jul 05:39
e4cee47
Compare
Choose a tag to compare

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 SAMD51 (Itsy-Bitsy M4, Metro M4, Grand Central M4, Feather M4 Express, etc.).
  3. Add support to SAMD21 (ZERO, MKR, NANO_33_IOT, M0, M0 Pro, AdaFruit CIRCUITPLAYGROUND_EXPRESS, etc.).
  4. Add Alexa / SINRIC examples and supports to those boards as well as ESP8266/ESP32