This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/EthernetWebServer_SSL
Releases · khoih-prog/EthernetWebServer_SSL
v1.10.0 to fix compile errors for new ESP32 core `v2.0.6`
Releases v1.10.0
- 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
Releases v1.9.3
- Add support to Seeeduino nRF52840-based boards such as Seeed XIAO_NRF52840 and XIAO_NRF52840_SENSE, etc. using Seeed
mbed
ornRF52
core - Add astyle using
allman
style. Restyle the library - Display warning only when
_ETHERNET_WEBSERVER_LOGLEVEL_
> 3 - Update examples
- Update
Packages' Patches
to add SeeeduinonRF52
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
Releases v1.9.2
- Slow SPI clock for old
W5100
shield orSAMD Zero
- Use correct Debug Terminal
Serial
for so-called SAMD21 Zero boards from Arduino as well as Adafruit - Update
Packages' Patches
v1.9.1 to auto-select SPI(s) `SS/CS` pins according to board package if available
Releases v1.9.1
- Auto-select SPI(s)
SS/CS
pins according to board package if available - Update
Packages' Patches
v1.9.0 to add support to custom SPI, SPI1, SPI2 for Teensy, Mbed RP2040,Portenta-H7, etc. using W5x00.
Releases v1.9.0
- Add support to SPI1, SPI2 for Teensy using W5x00 with Ethernet_Generic library
- Add support to custom SPI for Mbed RP2040, Portenta-H7, etc. using W5x00 with Ethernet_Generic library
- Add examples AdvancedWebServer_Teensy4x_SPI1 to demo new feature
- 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`
Releases v1.8.2
- Change from
arduino.cc
toarduino.tips
in examples - Add
lib_ldf_mode = chain+
inplatformio.ini
v1.8.1 to add SPI1 support to RP2040 using arduino-pico core
Releases v1.8.1
- Add support to SPI1 for RP2040 using arduino-pico core
- Rewrite all the examples to support new features
- 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.
Releases v1.8.0
- Use new Ethernet_Generic library as default for W5x00.
- Rewrite to avoid
multiple-definitions
linker error for multiple-file project - Add example multiFileProject to demo how to avoid
multiple-definitions
linker error for multiple-file project - Update
Packages' Patches
v1.7.8 to Sync with SSLClient v1.6.11, to update `Packages' Patches`, etc.
Releases v1.7.8
- Sync with SSLClient v1.6.11. Check Pull in OPEnSLab-OSU's SSLClient v1.6.11 #17
- Add example AWS_IoT
- Change default SS pin for RP2040 using ArduinoCore-mbed core to 17 from 5 to be the same as arduino-pico core
- Update
Packages' Patches
v1.7.7 to change license to GPLv3 from MIT
Releases v1.7.7
- Change license from
MIT
toGPLv3
. Check Licensing of SSLClient #16