From 6e9b464548a067e34ec9d8eaf252016cd23bcb99 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Wed, 26 Oct 2022 23:27:02 -0400 Subject: [PATCH] v1.9.3 to add support to Seeeduino nRF52 ### 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 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 862406b1..4cb4aa5d 100644 --- a/README.md +++ b/README.md @@ -2659,7 +2659,9 @@ Submit issues to: [EthernetWebServer_SSL issues](https://github.com/khoih-prog/E 34. Auto-select SPI(s) `SS/CS` pins according to board package if available 35. Slow SPI clock for old W5100 shield or SAMD Zero 36. Use correct Debug Terminal `Serial` for so-called **SAMD21 Zero** boards from Arduino as well as Adafruit - +37. Add support to Seeeduino nRF52840-based boards such as **SEEED_XIAO_NRF52840 and SEEED_XIAO_NRF52840_SENSE**, etc. using Seeed `mbed` or `nRF52` core +38. Add astyle using `allman` style. Restyle the library +39. Update `Packages' Patches` to add Seeeduino `nRF52` core --- ---