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

Commit

Permalink
v2.6.0 to add support to AVR Dx using DXCore
Browse files Browse the repository at this point in the history
### Releases v2.6.0

1. Add support to AVR Dx (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using [DxCore](https://github.com/SpenceKonde/DxCore)
  • Loading branch information
khoih-prog authored Sep 11, 2022
1 parent f730f62 commit f8fa933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
* [2. How to use EthernetLarge feature](#2-How-to-use-EthernetLarge-feature)
* [3. How to select another CS/SS pin to use](#3-how-to-select-another-csss-pin-to-use)
* [4. How to use W5x00 with ESP8266](#4-how-to-use-w5x00-with-esp8266)
* [5. Important Note for AVRDx using Arduino IDE](#5-Important-Note-for-AVRDx-using-Arduino-IDE) **New**
* [Ethernet_Generic Library API](#Ethernet_Generic-Library-API)
* [Configuration Notes](#configuration-notes)
* [1. How to select which SPI to use](#1-How-to-select-which-SPI-to-use)
Expand All @@ -57,6 +56,7 @@
* [2. How to use EthernetLarge feature](#2-How-to-use-EthernetLarge-feature)
* [3. How to select another CS/SS pin to use](#3-How-to-select-another-CSSS-pin-to-use)
* [4. How to use W5x00 with ESP8266](#4-How-to-use-W5x00-with-ESP8266)
* [5. Important Note for AVRDx using Arduino IDE](#5-Important-Note-for-AVRDx-using-Arduino-IDE) **New**
* [Examples](#examples)
* [ 1. multiFileProject](examples/multiFileProject)
* [ 2. TelnetClient](examples/TelnetClient)
Expand Down Expand Up @@ -2570,7 +2570,7 @@ Submit issues to: [Ethernet_Generic issues](https://github.com/khoih-prog/Ethern
25. Default to `W5100` to be safe. To change if using `W5200, W5500, W5100s` or testing faster SPI clock speeds
26. Slow SPI clock only when necessary (such as for W5100, SAMD21 Zero, etc.)
27. Use correct Debug Terminal `Serial` for so-called **SAMD21 Zero** boards from Arduino as well as Adafruit
28. Add support to AVR Dx (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using [DxCore](https://github.com/SpenceKonde/DxCore)
28. Add support to AVR_Dx (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using [**DxCore**](https://github.com/SpenceKonde/DxCore)


---
Expand Down

0 comments on commit f8fa933

Please sign in to comment.