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

Releases: khoih-prog/EthernetWebServer_SSL

v1.10.0 to fix compile errors for new ESP32 core `v2.0.6`

22 Dec 19:33
6b0b412
Compare
Choose a tag to compare

Releases v1.10.0

  1. Fix compile errors for new ESP32 core v2.0.6

v1.9.3 to add support to Seeeduino nRF52840-based boards, such as XIAO_NRF52840 and XIAO_NRF52840_SENSE, using Seeed `mbed` or `nRF52` core, to add astyle using `allman` style and to restyle the library

27 Oct 03:29
6e9b464
Compare
Choose a tag to compare

Releases v1.9.3

  1. Add support to Seeeduino nRF52840-based boards such as Seeed XIAO_NRF52840 and XIAO_NRF52840_SENSE, etc. using Seeed mbed or nRF52 core
  2. Add astyle using allman style. Restyle the library
  3. Display warning only when _ETHERNET_WEBSERVER_LOGLEVEL_ > 3
  4. Update examples
  5. Update Packages' Patches to add Seeeduino nRF52 core

v1.9.2 to slow SPI clock old W5100 shield or SAMD Zero, to use correct Debug Terminal `Serial` for so-called SAMD21 Zero boards from Arduino as well as Adafruit

07 Sep 05:00
fc79ef0
Compare
Choose a tag to compare

Releases v1.9.2

  1. Slow SPI clock for old W5100 shield or SAMD Zero
  2. Use correct Debug Terminal Serial for so-called SAMD21 Zero boards from Arduino as well as Adafruit
  3. Update Packages' Patches

v1.9.1 to auto-select SPI(s) `SS/CS` pins according to board package if available

26 Aug 03:45
731ce45
Compare
Choose a tag to compare

Releases v1.9.1

  1. Auto-select SPI(s) SS/CS pins according to board package if available
  2. Update Packages' Patches

v1.9.0 to add support to custom SPI, SPI1, SPI2 for Teensy, Mbed RP2040,Portenta-H7, etc. using W5x00.

05 May 03:10
45a57ba
Compare
Choose a tag to compare

Releases v1.9.0

  1. Add support to SPI1, SPI2 for Teensy using W5x00 with Ethernet_Generic library
  2. Add support to custom SPI for Mbed RP2040, Portenta-H7, etc. using W5x00 with Ethernet_Generic library
  3. Add examples AdvancedWebServer_Teensy4x_SPI1 to demo new feature
  4. Add examples AdvancedWebServer_RP2040_SPI1 to demo new feature

v1.8.2 to change from `arduino.cc` to `arduino.tips` in examples and to add `lib_ldf_mode = chain+` in `platformio.ini`

27 Apr 18:50
7593c2b
Compare
Choose a tag to compare

Releases v1.8.2

  1. Change from arduino.cc to arduino.tips in examples
  2. Add lib_ldf_mode = chain+ in platformio.ini

v1.8.1 to add SPI1 support to RP2040 using arduino-pico core

09 Apr 07:13
b0d93db
Compare
Choose a tag to compare

Releases v1.8.1

  1. Add support to SPI1 for RP2040 using arduino-pico core
  2. Rewrite all the examples to support new features
  3. Update Packages' Patches

v1.8.0 to use Ethernet_Generic library, to rewrite to avoid multiple-definitions linker error for multiple-file project, to add example and rewrite all the examples to support new features, etc.

06 Apr 00:37
3e4918f
Compare
Choose a tag to compare

Releases v1.8.0

  1. Use new Ethernet_Generic library as default for W5x00.
  2. Rewrite to avoid multiple-definitions linker error for multiple-file project
  3. Add example multiFileProject to demo how to avoid multiple-definitions linker error for multiple-file project
  4. Update Packages' Patches

v1.7.8 to Sync with SSLClient v1.6.11, to update `Packages' Patches`, etc.

29 Mar 05:54
15a1d4c
Compare
Choose a tag to compare

Releases v1.7.8

  1. Sync with SSLClient v1.6.11. Check Pull in OPEnSLab-OSU's SSLClient v1.6.11 #17
  2. Add example AWS_IoT
  3. Change default SS pin for RP2040 using ArduinoCore-mbed core to 17 from 5 to be the same as arduino-pico core
  4. Update Packages' Patches

v1.7.7 to change license to GPLv3 from MIT

19 Mar 18:57
5f0638b
Compare
Choose a tag to compare

Releases v1.7.7

  1. Change license from MIT to GPLv3. Check Licensing of SSLClient #16